Date: Fri, 10 Jul 2015 11:42:04 +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: r391701 - in head/devel: . erlang-clique erlang-clique/files Message-ID: <201507101142.t6ABg4MP022630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Fri Jul 10 11:42:03 2015 New Revision: 391701 URL: https://svnweb.freebsd.org/changeset/ports/391701 Log: Add devel/erlang-clique, a CLI Framework for Erlang. Added: head/devel/erlang-clique/ head/devel/erlang-clique/Makefile (contents, props changed) head/devel/erlang-clique/distinfo (contents, props changed) head/devel/erlang-clique/files/ head/devel/erlang-clique/files/patch-rebar.config (contents, props changed) head/devel/erlang-clique/pkg-descr (contents, props changed) head/devel/erlang-clique/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 10 11:34:08 2015 (r391700) +++ head/devel/Makefile Fri Jul 10 11:42:03 2015 (r391701) @@ -433,6 +433,7 @@ SUBDIR += eris SUBDIR += erlang-bbmustache SUBDIR += erlang-bear + SUBDIR += erlang-clique SUBDIR += erlang-common_lib SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons Added: head/devel/erlang-clique/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/Makefile Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= clique +PORTVERSION= 0.3.1 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= CLI Framework for Erlang + +LICENSE= APACHE20 + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= basho + +ERL_BUILD_DEPS= devel/erlang-cuttlefish +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + +.include <bsd.port.mk> Added: head/devel/erlang-clique/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/distinfo Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,2 @@ +SHA256 (basho-clique-0.3.1_GH0.tar.gz) = 00cd340d6fcceb7b94d1169367af1f0e4cac5aeb54572aa356eb3a75fbfcf684 +SIZE (basho-clique-0.3.1_GH0.tar.gz) = 179125 Added: head/devel/erlang-clique/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/files/patch-rebar.config Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,8 @@ +--- rebar.config.orig 2015-07-10 11:37:24 UTC ++++ rebar.config +@@ -12,5 +12,4 @@ + ]}. + + {deps, [ +- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}} + ]}. Added: head/devel/erlang-clique/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/pkg-descr Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,6 @@ +Clique is an opinionated framework for building command line +interfaces in Erlang. It provides users with an interface that gives +them enough power to build complex CLIs, but enough constraint to +make them appear consistent. + +WWW: https://github.com/basho/clique Added: head/devel/erlang-clique/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-clique/pkg-plist Fri Jul 10 11:42:03 2015 (r391701) @@ -0,0 +1,45 @@ +lib/erlang/lib/clique-%%VERSION%%/ebin/clique.app +lib/erlang/lib/clique-%%VERSION%%/ebin/clique.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_app.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_command.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_config.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_csv_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_error.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_handler.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_human_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_json_writer.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_manager.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_nodes.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_parser.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_spec.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_status.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_sup.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_table.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_test_group_leader.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_typecast.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_usage.beam +lib/erlang/lib/clique-%%VERSION%%/ebin/clique_writer.beam +lib/erlang/lib/clique-%%VERSION%%/include/clique_specs.hrl +lib/erlang/lib/clique-%%VERSION%%/include/clique_status_types.hrl +lib/erlang/lib/clique-%%VERSION%%/src/clique.app.src +lib/erlang/lib/clique-%%VERSION%%/src/clique.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_app.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_command.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_config.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_csv_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_error.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_handler.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_human_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_json_writer.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_manager.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_nodes.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_parser.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_spec.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_status.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_sup.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_table.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_test_group_leader.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_typecast.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_usage.erl +lib/erlang/lib/clique-%%VERSION%%/src/clique_writer.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507101142.t6ABg4MP022630>