diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/erlang-cf/Makefile | 17 | ||||
-rw-r--r-- | devel/erlang-cf/distinfo | 3 | ||||
-rw-r--r-- | devel/erlang-cf/pkg-descr | 4 | ||||
-rw-r--r-- | devel/erlang-cf/pkg-plist | 7 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e8050989500..c7df696dcf9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -476,6 +476,7 @@ SUBDIR += erlang-bbmustache SUBDIR += erlang-bear SUBDIR += erlang-certifi + SUBDIR += erlang-cf SUBDIR += erlang-clique SUBDIR += erlang-common_lib SUBDIR += erlang-cuttlefish diff --git a/devel/erlang-cf/Makefile b/devel/erlang-cf/Makefile new file mode 100644 index 00000000000..4d977d60e73 --- /dev/null +++ b/devel/erlang-cf/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= cf +PORTVERSION= 0.2.2 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Colored output for io and io_lib + +LICENSE= BSD3CLAUSE + +USES= erlang:rebar3 +USE_GITHUB= yes +GH_ACCOUNT= project-fifo + +.include <bsd.port.mk> diff --git a/devel/erlang-cf/distinfo b/devel/erlang-cf/distinfo new file mode 100644 index 00000000000..55d34de181b --- /dev/null +++ b/devel/erlang-cf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1470141856 +SHA256 (project-fifo-cf-0.2.2_GH0.tar.gz) = caf93caeb5f584c377d65721719bdd9a01aac656e71038b717fbf3809e321cf2 +SIZE (project-fifo-cf-0.2.2_GH0.tar.gz) = 5775 diff --git a/devel/erlang-cf/pkg-descr b/devel/erlang-cf/pkg-descr new file mode 100644 index 00000000000..8e9a721e3be --- /dev/null +++ b/devel/erlang-cf/pkg-descr @@ -0,0 +1,4 @@ +A helper library for terminal color printing extending the io:format +syntax to add colors. + +WWW: https://github.com/project-fifo/cf diff --git a/devel/erlang-cf/pkg-plist b/devel/erlang-cf/pkg-plist new file mode 100644 index 00000000000..40cb59cab1e --- /dev/null +++ b/devel/erlang-cf/pkg-plist @@ -0,0 +1,7 @@ +lib/erlang/lib/cf-%%VERSION%%/ebin/cf.app +lib/erlang/lib/cf-%%VERSION%%/ebin/cf.beam +lib/erlang/lib/cf-%%VERSION%%/ebin/cf_term.beam +lib/erlang/lib/cf-%%VERSION%%/src/cf.app.src +lib/erlang/lib/cf-%%VERSION%%/src/cf.erl +lib/erlang/lib/cf-%%VERSION%%/src/cf_term.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md |