diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-23 10:56:48 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-08-23 10:56:48 +0000 |
commit | 7498877e9bf285cd32faa883852ef9cbd1b3f66a (patch) | |
tree | 039f171a3a5bd941b26bc98d7829b3929ea3916f /textproc/erlang-p1_utils | |
parent | 63dc8aecfeb20f2ef7c3a3c572f7f5098e6cc718 (diff) | |
download | ports-7498877e9bf285cd32faa883852ef9cbd1b3f66a.tar.gz ports-7498877e9bf285cd32faa883852ef9cbd1b3f66a.zip |
Notes
Diffstat (limited to 'textproc/erlang-p1_utils')
-rw-r--r-- | textproc/erlang-p1_utils/Makefile | 17 | ||||
-rw-r--r-- | textproc/erlang-p1_utils/distinfo | 3 | ||||
-rw-r--r-- | textproc/erlang-p1_utils/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/erlang-p1_utils/pkg-plist | 15 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/erlang-p1_utils/Makefile b/textproc/erlang-p1_utils/Makefile new file mode 100644 index 000000000000..6d191bc42d46 --- /dev/null +++ b/textproc/erlang-p1_utils/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= p1_utils +PORTVERSION= 1.0.5 +CATEGORIES= textproc +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang utility modules from ProcessOne + +LICENSE= APACHE20 + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= processone + +.include <bsd.port.mk> diff --git a/textproc/erlang-p1_utils/distinfo b/textproc/erlang-p1_utils/distinfo new file mode 100644 index 000000000000..9b440d421d4a --- /dev/null +++ b/textproc/erlang-p1_utils/distinfo @@ -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 diff --git a/textproc/erlang-p1_utils/pkg-descr b/textproc/erlang-p1_utils/pkg-descr new file mode 100644 index 000000000000..4741f0603e6c --- /dev/null +++ b/textproc/erlang-p1_utils/pkg-descr @@ -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 diff --git a/textproc/erlang-p1_utils/pkg-plist b/textproc/erlang-p1_utils/pkg-plist new file mode 100644 index 000000000000..be3560bdb390 --- /dev/null +++ b/textproc/erlang-p1_utils/pkg-plist @@ -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 |