aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/deps.mk2
-rw-r--r--packages.v1.tsv2
-rw-r--r--packages.v1.txt2
-rw-r--r--packages.v2.tsv2
4 files changed, 8 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 1d767cf..4b31be6 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -62,6 +62,8 @@ define dep_autopatch
if [ -f $(DEPS_DIR)/$(1)/Makefile ]; then \
if [ 0 != `grep -ci rebar $(DEPS_DIR)/$(1)/Makefile` ]; then \
$(call dep_autopatch2,$(1)); \
+ elif [ 0 != `cd $(DEPS_DIR)/$(1)/ && make -n | grep -ci rebar` ]; then \
+ $(call dep_autopatch2,$(1)); \
else \
$(call dep_autopatch_erlang_mk,$(1)); \
fi \
diff --git a/packages.v1.tsv b/packages.v1.tsv
index 88e5fe2..3aa106c 100644
--- a/packages.v1.tsv
+++ b/packages.v1.tsv
@@ -18,6 +18,7 @@ eep https://github.com/virtan/eep https://github.com/virtan/eep Erlang Easy Prof
efene https://github.com/efene/efene https://github.com/efene/efene Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
eganglia https://github.com/inaka/eganglia https://github.com/inaka/eganglia Erlang library to interact with Ganglia
ehsa https://bitbucket.org/a12n/ehsa https://bitbucket.org/a12n/ehsa Erlang HTTP server basic and digest authentication modules
+ej https://github.com/seth/ej https://github.com/seth/ej Helper module for working with Erlang terms representing JSON
eleveldb https://github.com/basho/eleveldb https://github.com/basho/eleveldb Erlang LevelDB API
elli https://github.com/knutin/elli https://github.com/knutin/elli Simple, robust and performant Erlang web server
elvis https://github.com/inaka/elvis https://github.com/inaka/elvis Erlang Style Reviewer
@@ -99,6 +100,7 @@ openpoker https://github.com/hpyhacking/openpoker https://github.com/hpyhacking/
pegjs https://github.com/dmitriid/pegjs https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
pobox https://github.com/ferd/pobox https://github.com/ferd/pobox External buffer processes to protect against mailbox overflow in Erlang
poolboy https://github.com/devinus/poolboy https://github.com/devinus/poolboy A hunky Erlang worker pool factory
+pooler https://github.com/seth/pooler https://github.com/seth/pooler An OTP Process Pool Application
procket https://github.com/msantos/procket http://blog.listincomprehension.com/search/label/procket Erlang interface to low level socket operations
proper https://github.com/manopapad/proper http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
protobuffs https://github.com/basho/erlang_protobuffs https://github.com/basho/erlang_protobuffs An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.
diff --git a/packages.v1.txt b/packages.v1.txt
index 88e5fe2..3aa106c 100644
--- a/packages.v1.txt
+++ b/packages.v1.txt
@@ -18,6 +18,7 @@ eep https://github.com/virtan/eep https://github.com/virtan/eep Erlang Easy Prof
efene https://github.com/efene/efene https://github.com/efene/efene Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
eganglia https://github.com/inaka/eganglia https://github.com/inaka/eganglia Erlang library to interact with Ganglia
ehsa https://bitbucket.org/a12n/ehsa https://bitbucket.org/a12n/ehsa Erlang HTTP server basic and digest authentication modules
+ej https://github.com/seth/ej https://github.com/seth/ej Helper module for working with Erlang terms representing JSON
eleveldb https://github.com/basho/eleveldb https://github.com/basho/eleveldb Erlang LevelDB API
elli https://github.com/knutin/elli https://github.com/knutin/elli Simple, robust and performant Erlang web server
elvis https://github.com/inaka/elvis https://github.com/inaka/elvis Erlang Style Reviewer
@@ -99,6 +100,7 @@ openpoker https://github.com/hpyhacking/openpoker https://github.com/hpyhacking/
pegjs https://github.com/dmitriid/pegjs https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
pobox https://github.com/ferd/pobox https://github.com/ferd/pobox External buffer processes to protect against mailbox overflow in Erlang
poolboy https://github.com/devinus/poolboy https://github.com/devinus/poolboy A hunky Erlang worker pool factory
+pooler https://github.com/seth/pooler https://github.com/seth/pooler An OTP Process Pool Application
procket https://github.com/msantos/procket http://blog.listincomprehension.com/search/label/procket Erlang interface to low level socket operations
proper https://github.com/manopapad/proper http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
protobuffs https://github.com/basho/erlang_protobuffs https://github.com/basho/erlang_protobuffs An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.
diff --git a/packages.v2.tsv b/packages.v2.tsv
index 3ffd8ab..a05ead5 100644
--- a/packages.v2.tsv
+++ b/packages.v2.tsv
@@ -18,6 +18,7 @@ eep git https://github.com/virtan/eep master https://github.com/virtan/eep Erlan
efene git https://github.com/efene/efene master https://github.com/efene/efene Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
eganglia git https://github.com/inaka/eganglia v0.9.1 https://github.com/inaka/eganglia Erlang library to interact with Ganglia
ehsa hg https://bitbucket.org/a12n/ehsa 2.0.4 https://bitbucket.org/a12n/ehsa Erlang HTTP server basic and digest authentication modules
+ej git https://github.com/seth/ej master https://github.com/seth/ej Helper module for working with Erlang terms representing JSON
eleveldb git https://github.com/basho/eleveldb master https://github.com/basho/eleveldb Erlang LevelDB API
elli git https://github.com/knutin/elli master https://github.com/knutin/elli Simple, robust and performant Erlang web server
elvis git https://github.com/inaka/elvis 0.2.4 https://github.com/inaka/elvis Erlang Style Reviewer
@@ -99,6 +100,7 @@ openpoker git https://github.com/hpyhacking/openpoker master https://github.com/
pegjs git https://github.com/dmitriid/pegjs 0.3 https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
pobox git https://github.com/ferd/pobox master https://github.com/ferd/pobox External buffer processes to protect against mailbox overflow in Erlang
poolboy git https://github.com/devinus/poolboy master https://github.com/devinus/poolboy A hunky Erlang worker pool factory
+pooler git https://github.com/seth/pooler master https://github.com/seth/pooler An OTP Process Pool Application
procket git https://github.com/msantos/procket master http://blog.listincomprehension.com/search/label/procket Erlang interface to low level socket operations
proper git https://github.com/manopapad/proper master http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
protobuffs git https://github.com/basho/erlang_protobuffs master https://github.com/basho/erlang_protobuffs An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.