svn commit: r420658 - in head/textproc: . erlang-p1_utils

Jimmy Olgeni olgeni at FreeBSD.org
Tue Aug 23 10:56:49 UTC 2016


Author: olgeni
Date: Tue Aug 23 10:56:48 2016
New Revision: 420658
URL: https://svnweb.freebsd.org/changeset/ports/420658

Log:
  Add textproc/erlang-p1_utils, an Erlang application containing
  utility modules from ProcessOne.

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Aug 23 10:54:49 2016	(r420657)
+++ head/textproc/Makefile	Tue Aug 23 10:56:48 2016	(r420658)
@@ -173,6 +173,7 @@
     SUBDIR += eo-aspell
     SUBDIR += eqe
     SUBDIR += erlang-edown
+    SUBDIR += erlang-p1_utils
     SUBDIR += erlang-p1xml
     SUBDIR += erlang-yamerl
     SUBDIR += es-aspell

Added: head/textproc/erlang-p1_utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/erlang-p1_utils/Makefile	Tue Aug 23 10:56:48 2016	(r420658)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	p1_utils
+PORTVERSION=	1.0.5
+CATEGORIES=	textproc
+PKGNAMEPREFIX=	erlang-
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	Erlang utility modules from ProcessOne
+
+LICENSE=	APACHE20
+
+USES=		erlang:rebar
+USE_GITHUB=	yes
+GH_ACCOUNT=	processone
+
+.include <bsd.port.mk>

Added: head/textproc/erlang-p1_utils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/erlang-p1_utils/distinfo	Tue Aug 23 10:56:48 2016	(r420658)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1471945408
+SHA256 (processone-p1_utils-1.0.5_GH0.tar.gz) = ef1009ea2fd3ffbe46747dd911e2b790621991b07ebbbe66d81893f9f5f8f7ee
+SIZE (processone-p1_utils-1.0.5_GH0.tar.gz) = 44167

Added: head/textproc/erlang-p1_utils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/erlang-p1_utils/pkg-descr	Tue Aug 23 10:56:48 2016	(r420658)
@@ -0,0 +1,4 @@
+p1_utils is an application containing ProcessOne modules and tools
+that are leveraged in other development projects.
+
+WWW: https://github.com/processone/p1_utils

Added: head/textproc/erlang-p1_utils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/erlang-p1_utils/pkg-plist	Tue Aug 23 10:56:48 2016	(r420658)
@@ -0,0 +1,15 @@
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_edoc_layout.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_fsm.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_nif_utils.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_server.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_time_compat.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/p1_utils.app
+lib/erlang/lib/p1_utils-%%VERSION%%/ebin/treap.beam
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_edoc_layout.erl
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_fsm.erl
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_nif_utils.erl
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_server.erl
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_time_compat.erl
+lib/erlang/lib/p1_utils-%%VERSION%%/src/p1_utils.app.src
+lib/erlang/lib/p1_utils-%%VERSION%%/src/treap.erl
+%%PORTDOCS%%%%DOCSDIR%%/README.md


More information about the svn-ports-all mailing list