svn commit: r418385 - in head/databases: . erlang-couchbeam erlang-couchbeam/files
Jimmy Olgeni
olgeni at FreeBSD.org
Mon Jul 11 14:06:46 UTC 2016
Author: olgeni
Date: Mon Jul 11 14:06:44 2016
New Revision: 418385
URL: https://svnweb.freebsd.org/changeset/ports/418385
Log:
Add databases/erlang-couchbeam, Barrel and Apache CouchDB client
library for Erlang.
Added:
head/databases/erlang-couchbeam/
head/databases/erlang-couchbeam/Makefile (contents, props changed)
head/databases/erlang-couchbeam/distinfo (contents, props changed)
head/databases/erlang-couchbeam/files/
head/databases/erlang-couchbeam/files/patch-rebar.config (contents, props changed)
head/databases/erlang-couchbeam/files/patch-rebar.config.script (contents, props changed)
head/databases/erlang-couchbeam/pkg-descr (contents, props changed)
head/databases/erlang-couchbeam/pkg-plist (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Mon Jul 11 14:04:29 2016 (r418384)
+++ head/databases/Makefile Mon Jul 11 14:06:44 2016 (r418385)
@@ -64,6 +64,7 @@
SUBDIR += elixir-postgrex
SUBDIR += elixir-timex_ecto
SUBDIR += emma
+ SUBDIR += erlang-couchbeam
SUBDIR += erlang-epgsql
SUBDIR += erlang-eredis
SUBDIR += evolution-data-server
Added: head/databases/erlang-couchbeam/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/Makefile Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= couchbeam
+PORTVERSION= 1.3.1
+CATEGORIES= databases
+PKGNAMEPREFIX= erlang-
+
+MAINTAINER= olgeni at FreeBSD.org
+COMMENT= Apache CouchDB client in Erlang
+
+LICENSE= MIT
+
+USES= erlang:rebar
+USE_GITHUB= yes
+GH_ACCOUNT= benoitc
+
+ERL_BUILD_DEPS= devel/erlang-jsx \
+ www/erlang-hackney
+ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
+
+.include <bsd.port.mk>
Added: head/databases/erlang-couchbeam/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/distinfo Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468242792
+SHA256 (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 33f694d3c28025a5e7f2367b802405fbfb620e83dd24db59c993f873cf6e2c34
+SIZE (benoitc-couchbeam-1.3.1_GH0.tar.gz) = 1110729
Added: head/databases/erlang-couchbeam/files/patch-rebar.config
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,11 @@
+--- rebar.config.orig 2016-07-01 12:20:31 UTC
++++ rebar.config
+@@ -3,8 +3,6 @@
+ {erl_opts, [debug_info]}.
+
+ {deps, [
+- {jsx, "2.8.0"},
+- {hackney, "1.6.0"}
+ ]}.
+
+
Added: head/databases/erlang-couchbeam/files/patch-rebar.config.script
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/files/patch-rebar.config.script Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,14 @@
+--- rebar.config.script.orig 2016-07-11 13:29:03 UTC
++++ rebar.config.script
+@@ -1,11 +1,6 @@
+ IsRebar3 = erlang:function_exported(rebar3, main, 1),
+
+ Rebar2Deps = [
+- {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
+- {tag,"2.8.0"}}},
+-
+- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
+- {tag, "1.4.4"}}}
+ ],
+
+ case IsRebar3 of
Added: head/databases/erlang-couchbeam/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/pkg-descr Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,3 @@
+Simple Barrel and Apache CouchDB client library for Erlang applications.
+
+WWW: https://github.com/benoitc/couchbeam
Added: head/databases/erlang-couchbeam/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/erlang-couchbeam/pkg-plist Mon Jul 11 14:06:44 2016 (r418385)
@@ -0,0 +1,36 @@
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam.app
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_app.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_attachments.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_changes.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_changes_stream.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_changes_sup.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_doc.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_ejson.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_httpc.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_sup.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_util.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_uuids.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_view.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_view_stream.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/couchbeam_view_sup.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/ebin/gen_changes.beam
+lib/erlang/lib/couchbeam-%%VERSION%%/include/couchbeam.hrl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam.app.src
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_app.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_attachments.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_changes.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_changes_stream.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_changes_sup.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_doc.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_ejson.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_httpc.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_sup.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_util.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_uuids.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_view.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_view_stream.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/couchbeam_view_sup.erl
+lib/erlang/lib/couchbeam-%%VERSION%%/src/gen_changes.erl
+%%PORTDOCS%%%%DOCSDIR%%/README.md
More information about the svn-ports-all
mailing list