svn commit: r400242 - in head/devel: . erlang-certifi

Jimmy Olgeni olgeni at FreeBSD.org
Tue Oct 27 13:50:37 UTC 2015


Author: olgeni
Date: Tue Oct 27 13:50:35 2015
New Revision: 400242
URL: https://svnweb.freebsd.org/changeset/ports/400242

Log:
  Add devel/erlang-certifi, a CA bundle for Erlang applications.

Added:
  head/devel/erlang-certifi/
  head/devel/erlang-certifi/Makefile   (contents, props changed)
  head/devel/erlang-certifi/distinfo   (contents, props changed)
  head/devel/erlang-certifi/pkg-descr   (contents, props changed)
  head/devel/erlang-certifi/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 27 13:44:31 2015	(r400241)
+++ head/devel/Makefile	Tue Oct 27 13:50:35 2015	(r400242)
@@ -455,6 +455,7 @@
     SUBDIR += eris
     SUBDIR += erlang-bbmustache
     SUBDIR += erlang-bear
+    SUBDIR += erlang-certifi
     SUBDIR += erlang-clique
     SUBDIR += erlang-common_lib
     SUBDIR += erlang-cuttlefish

Added: head/devel/erlang-certifi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-certifi/Makefile	Tue Oct 27 13:50:35 2015	(r400242)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	erlang-certifi
+PORTVERSION=	0.1.1
+CATEGORIES=	devel
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	CA bundle for Erlang applications
+
+LICENSE=	BSD3CLAUSE
+
+USES=		erlang:rebar3
+USE_GITHUB=	yes
+GH_ACCOUNT=	certifi
+
+ERL_APP_NAME=	certifi
+
+.include <bsd.port.mk>

Added: head/devel/erlang-certifi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-certifi/distinfo	Tue Oct 27 13:50:35 2015	(r400242)
@@ -0,0 +1,2 @@
+SHA256 (certifi-erlang-certifi-0.1.1_GH0.tar.gz) = a8abd4a2e241deaad551f523dbc2d8681e76217502d82320de800656ae3c553d
+SIZE (certifi-erlang-certifi-0.1.1_GH0.tar.gz) = 316422

Added: head/devel/erlang-certifi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-certifi/pkg-descr	Tue Oct 27 13:50:35 2015	(r400242)
@@ -0,0 +1,6 @@
+This Erlang library contains a CA bundle that you can reference in
+your Erlang application. This is useful for systems that do not
+have CA bundles that Erlang can find itself, or where a uniform set
+of CAs is valuable.
+
+WWW: https://github.com/certifi/erlang-certifi

Added: head/devel/erlang-certifi/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-certifi/pkg-plist	Tue Oct 27 13:50:35 2015	(r400242)
@@ -0,0 +1,9 @@
+lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.app
+lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.beam
+lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi_pemcerts.beam
+lib/erlang/lib/certifi-%%VERSION%%/priv/cacerts.pem
+lib/erlang/lib/certifi-%%VERSION%%/src/certifi.app.src
+lib/erlang/lib/certifi-%%VERSION%%/src/certifi.erl
+lib/erlang/lib/certifi-%%VERSION%%/src/certifi_pemcerts.erl
+lib/erlang/lib/certifi-%%VERSION%%/src/certifi_pemcerts.erl.src
+%%PORTDOCS%%%%DOCSDIR%%/README.md


More information about the svn-ports-all mailing list