Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
7501b1b8
Commit
7501b1b8
authored
Jul 10, 2015
by
olgeni
Browse files
Add devel/erlang-clique, a CLI Framework for Erlang.
parent
9138196d
Changes
6
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
7501b1b8
...
...
@@ -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
...
...
devel/erlang-clique/Makefile
0 → 100644
View file @
7501b1b8
# $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>
devel/erlang-clique/distinfo
0 → 100644
View file @
7501b1b8
SHA256 (basho-clique-0.3.1_GH0.tar.gz) = 00cd340d6fcceb7b94d1169367af1f0e4cac5aeb54572aa356eb3a75fbfcf684
SIZE (basho-clique-0.3.1_GH0.tar.gz) = 179125
devel/erlang-clique/files/patch-rebar.config
0 → 100644
View file @
7501b1b8
---
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"
}}}
]}.
devel/erlang-clique/pkg-descr
0 → 100644
View file @
7501b1b8
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
devel/erlang-clique/pkg-plist
0 → 100644
View file @
7501b1b8
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment