From owner-svn-ports-all@freebsd.org Fri Sep 2 08:11:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F95BCD50F; Fri, 2 Sep 2016 08:11:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E169D11; Fri, 2 Sep 2016 08:11:11 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u828BABe010185; Fri, 2 Sep 2016 08:11:10 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u828BAKH009258; Fri, 2 Sep 2016 08:11:10 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609020811.u828BAKH009258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 2 Sep 2016 08:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421255 - in head/devel: . cjose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 08:11:11 -0000 Author: vanilla Date: Fri Sep 2 08:11:10 2016 New Revision: 421255 URL: https://svnweb.freebsd.org/changeset/ports/421255 Log: Add cjose 0.4.1, c library implementing Javascript Object Signing & Encryption (JOSE). PR: 212314 Submitted by: jamie@chair6.net Added: head/devel/cjose/ head/devel/cjose/Makefile (contents, props changed) head/devel/cjose/distinfo (contents, props changed) head/devel/cjose/pkg-descr (contents, props changed) head/devel/cjose/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 2 07:48:45 2016 (r421254) +++ head/devel/Makefile Fri Sep 2 08:11:10 2016 (r421255) @@ -244,6 +244,7 @@ SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash + SUBDIR += cjose SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf Added: head/devel/cjose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/Makefile Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= cjose +PORTVERSION= 0.4.1 +CATEGORIES= devel + +MAINTAINER= jamie@chair6.net +COMMENT= C library implementing Javascript Object Signing & Encryption (JOSE) + +LICENSE= MIT + +LIB_DEPENDS+= libjansson.so:devel/jansson + +USES= libtool pathfix ssl +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= cisco +GH_PROJECT= cjose + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${PREFIX} + +.include Added: head/devel/cjose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/distinfo Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472803526 +SHA256 (cisco-cjose-0.4.1_GH0.tar.gz) = b8077070672d730b2fe638abb9559dea2560297fd9b3fb76018100b1c115015b +SIZE (cisco-cjose-0.4.1_GH0.tar.gz) = 458026 Added: head/devel/cjose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/pkg-descr Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,4 @@ +cjose is a C library implementing the Javascript Object Signing and +Encryption (JOSE) framework. + +WWW: https://github.com/cisco/cjose Added: head/devel/cjose/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cjose/pkg-plist Fri Sep 2 08:11:10 2016 (r421255) @@ -0,0 +1,14 @@ +include/cjose/base64.h +include/cjose/cjose.h +include/cjose/error.h +include/cjose/header.h +include/cjose/jwe.h +include/cjose/jwk.h +include/cjose/jws.h +include/cjose/util.h +include/cjose/version.h +lib/libcjose.a +lib/libcjose.so +lib/libcjose.so.0 +lib/libcjose.so.0.0.0 +libdata/pkgconfig/cjose.pc