diff --git a/devel/Makefile b/devel/Makefile index 891c9d56a9be..542ed860830c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -503,6 +503,7 @@ SUBDIR += erlang-goldrush SUBDIR += erlang-gpb SUBDIR += erlang-gproc + SUBDIR += erlang-hut SUBDIR += erlang-jobs SUBDIR += erlang-jsx SUBDIR += erlang-jsxd diff --git a/devel/erlang-hut/Makefile b/devel/erlang-hut/Makefile new file mode 100644 index 000000000000..80c459af2f86 --- /dev/null +++ b/devel/erlang-hut/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= hut +PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Helper library for logging in Erlang + +LICENSE= MIT + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= tolbrino + +.include diff --git a/devel/erlang-hut/distinfo b/devel/erlang-hut/distinfo new file mode 100644 index 000000000000..e45306f12dad --- /dev/null +++ b/devel/erlang-hut/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475671213 +SHA256 (tolbrino-hut-v1.2.0_GH0.tar.gz) = 1d8131f740ddf23322011549cfadb62c1a527d3727ee76c3ee6a6a6f45b65b87 +SIZE (tolbrino-hut-v1.2.0_GH0.tar.gz) = 52884 diff --git a/devel/erlang-hut/pkg-descr b/devel/erlang-hut/pkg-descr new file mode 100644 index 000000000000..26781719dec2 --- /dev/null +++ b/devel/erlang-hut/pkg-descr @@ -0,0 +1,4 @@ +Hut is a header-only library for Erlang libraries and small +applications to stay agnostic to the logging framework in use. + +WWW: https://github.com/tolbrino/hut diff --git a/devel/erlang-hut/pkg-plist b/devel/erlang-hut/pkg-plist new file mode 100644 index 000000000000..c78f472d0756 --- /dev/null +++ b/devel/erlang-hut/pkg-plist @@ -0,0 +1,4 @@ +lib/erlang/lib/hut-%%VERSION%%/ebin/hut.app +lib/erlang/lib/hut-%%VERSION%%/include/hut.hrl +lib/erlang/lib/hut-%%VERSION%%/src/hut.app.src +%%PORTDOCS%%%%DOCSDIR%%/README.md