Date: Wed, 5 Oct 2016 12:49:48 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423341 - in head/devel: . erlang-hut Message-ID: <201610051249.u95Cnmex016059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Oct 5 12:49:48 2016 New Revision: 423341 URL: https://svnweb.freebsd.org/changeset/ports/423341 Log: Add devel/erlang-hut, a logging helper library for Erlang. Added: head/devel/erlang-hut/ head/devel/erlang-hut/Makefile (contents, props changed) head/devel/erlang-hut/distinfo (contents, props changed) head/devel/erlang-hut/pkg-descr (contents, props changed) head/devel/erlang-hut/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 5 12:47:34 2016 (r423340) +++ head/devel/Makefile Wed Oct 5 12:49:48 2016 (r423341) @@ -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 Added: head/devel/erlang-hut/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-hut/Makefile Wed Oct 5 12:49:48 2016 (r423341) @@ -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 <bsd.port.mk> Added: head/devel/erlang-hut/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-hut/distinfo Wed Oct 5 12:49:48 2016 (r423341) @@ -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 Added: head/devel/erlang-hut/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-hut/pkg-descr Wed Oct 5 12:49:48 2016 (r423341) @@ -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 Added: head/devel/erlang-hut/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-hut/pkg-plist Wed Oct 5 12:49:48 2016 (r423341) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051249.u95Cnmex016059>