Date: Mon, 29 May 2017 08:18:31 +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: r441974 - in head/devel: . erlang-unicode_util_compat Message-ID: <201705290818.v4T8IVpb074941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Mon May 29 08:18:31 2017 New Revision: 441974 URL: https://svnweb.freebsd.org/changeset/ports/441974 Log: Add devel/erlang-unicode_util_compat, a compatibility library for unicode_util from Erlang R20. Added: head/devel/erlang-unicode_util_compat/ head/devel/erlang-unicode_util_compat/Makefile (contents, props changed) head/devel/erlang-unicode_util_compat/distinfo (contents, props changed) head/devel/erlang-unicode_util_compat/pkg-descr (contents, props changed) head/devel/erlang-unicode_util_compat/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 29 07:06:21 2017 (r441973) +++ head/devel/Makefile Mon May 29 08:18:31 2017 (r441974) @@ -559,6 +559,7 @@ SUBDIR += erlang-sbroker SUBDIR += erlang-ssl_verify_fun SUBDIR += erlang-syslog + SUBDIR += erlang-unicode_util_compat SUBDIR += es-eric6 SUBDIR += etcd SUBDIR += etcd3 Added: head/devel/erlang-unicode_util_compat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/Makefile Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= unicode_util_compat +PORTVERSION= 0.2.0 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Compatibility library for unicode_util from Erlang R20 + +LICENSE= BSD3CLAUSE + +USES= gmake erlang:rebar3 +USE_GITHUB= yes +GH_ACCOUNT= benoitc + +.include <bsd.port.mk> Added: head/devel/erlang-unicode_util_compat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/distinfo Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495989106 +SHA256 (benoitc-unicode_util_compat-0.2.0_GH0.tar.gz) = 57fc10f6c3438da907953b3d629880ab8c9380e55e36aff888fb1a21c778e107 +SIZE (benoitc-unicode_util_compat-0.2.0_GH0.tar.gz) = 328368 Added: head/devel/erlang-unicode_util_compat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/pkg-descr Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,4 @@ +This library allows the usage of unicode_util from Erlang R20 in +older erlang >= R18. + +WWW: https://github.com/benoitc/unicode_util_compat Added: head/devel/erlang-unicode_util_compat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/pkg-plist Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,7 @@ +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.app +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util.erl +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.app.src +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705290818.v4T8IVpb074941>