From owner-svn-ports-head@freebsd.org Tue Sep 29 12:15:50 2015 Return-Path: Delivered-To: svn-ports-head@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 377E2A0A28E; Tue, 29 Sep 2015 12:15:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2618F1F60; Tue, 29 Sep 2015 12:15:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8TCFo6h060996; Tue, 29 Sep 2015 12:15:50 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8TCFmCN060990; Tue, 29 Sep 2015 12:15:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509291215.t8TCFmCN060990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 29 Sep 2015 12:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398173 - in head/security: . erlang-jose erlang-jose/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 12:15:50 -0000 Author: vanilla Date: Tue Sep 29 12:15:47 2015 New Revision: 398173 URL: https://svnweb.freebsd.org/changeset/ports/398173 Log: add erlang-jose. Added: head/security/erlang-jose/ head/security/erlang-jose/Makefile (contents, props changed) head/security/erlang-jose/distinfo (contents, props changed) head/security/erlang-jose/files/ head/security/erlang-jose/files/patch-rebar.config (contents, props changed) head/security/erlang-jose/pkg-descr (contents, props changed) head/security/erlang-jose/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Sep 29 12:08:28 2015 (r398172) +++ head/security/Makefile Tue Sep 29 12:15:47 2015 (r398173) @@ -113,6 +113,7 @@ SUBDIR += easypg SUBDIR += elixir-comeonin SUBDIR += engine_pkcs11 + SUBDIR += erlang-jose SUBDIR += erlang-p1tls SUBDIR += expiretable SUBDIR += f-prot Added: head/security/erlang-jose/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-jose/Makefile Tue Sep 29 12:15:47 2015 (r398173) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= erlang-jose +PORTVERSION= 1.3.0 +CATEGORIES= security + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang + +LICENSE= MPL + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= potatosalad + +ERL_BUILD_DEPS= converters/erlang-base64url +ERL_RUN_DEP:= ${ERL_BUILD_DEPS} + +.include Added: head/security/erlang-jose/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-jose/distinfo Tue Sep 29 12:15:47 2015 (r398173) @@ -0,0 +1,2 @@ +SHA256 (potatosalad-erlang-jose-1.3.0_GH0.tar.gz) = f58686cd2a1054a8236d34a2c1f36040264cc5524677337351f2cd585d3b029b +SIZE (potatosalad-erlang-jose-1.3.0_GH0.tar.gz) = 130302 Added: head/security/erlang-jose/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-jose/files/patch-rebar.config Tue Sep 29 12:15:47 2015 (r398173) @@ -0,0 +1,9 @@ +--- rebar.config.orig 2015-09-29 11:28:52 UTC ++++ rebar.config +@@ -5,6 +5,3 @@ + debug_info, + warnings_as_errors + ]}. +-{deps, [ +- {base64url, ".*", {git, "git://github.com/dvv/base64url.git", {branch, "master"}}} +-]}. Added: head/security/erlang-jose/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-jose/pkg-descr Tue Sep 29 12:15:47 2015 (r398173) @@ -0,0 +1,3 @@ +JSON Object Signing and Encryption (JOSE) for Erlang. + +WWW: https://github.com/potatosalad/erlang-jose Added: head/security/erlang-jose/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/erlang-jose/pkg-plist Tue Sep 29 12:15:47 2015 (r398173) @@ -0,0 +1,102 @@ +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose.app +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_app.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_block_encryptor.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jiffy.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jsone.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_jsx.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_poison.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_poison_compat_encoder.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_poison_ord_encoder.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_json_unsupported.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_aes.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_aes_kw.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_concat_kdf.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs1.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs5.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_pkcs7.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwa_unsupported.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_aes_kw.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_dir.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_ecdh_es.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_pbes2.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_alg_rsa.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_enc.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_enc_aes.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwe_zip.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_ec.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_oct.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_kty_rsa.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_oct.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_pem.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwk_set.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_ecdsa.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_hmac.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_none.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_rsa_pkcs1_v1_5.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jws_alg_rsa_pss.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_jwt.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_server.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/ebin/jose_sup.beam +lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose.hrl +lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwe.hrl +lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwk.hrl +lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jws.hrl +lib/erlang/lib/erlang-jose-%%VERSION%%/include/jose_jwt.hrl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose.app.src +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_app.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_block_encryptor.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jiffy.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jsone.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_jsx.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_poison.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_poison_compat_encoder.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_poison_ord_encoder.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_json_unsupported.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_aes.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_aes_kw.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_concat_kdf.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs1.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs5.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_pkcs7.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwa_unsupported.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_aes_kw.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_dir.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_ecdh_es.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_pbes2.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_alg_rsa.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_enc.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_enc_aes.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwe_zip.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_ec.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_oct.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_kty_rsa.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_oct.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_pem.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwk_set.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_ecdsa.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_hmac.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_none.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_rsa_pkcs1_v1_5.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jws_alg_rsa_pss.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_jwt.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_server.erl +lib/erlang/lib/erlang-jose-%%VERSION%%/src/jose_sup.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md