summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-11-04 14:07:26 +0000
committerfhajny <fhajny@pkgsrc.org>2015-11-04 14:07:26 +0000
commita1957e95fe7d5305282802e3d2f32f2ef89e3fe5 (patch)
tree05e50c05ffa957d43f774d5d530abd3b3566d951
parentbb259fda4ba3cb4eb389e139058dffc7a5751aa8 (diff)
downloadpkgsrc-a1957e95fe7d5305282802e3d2f32f2ef89e3fe5.tar.gz
Add new Erlang module packages
-rw-r--r--converters/Makefile3
-rw-r--r--databases/Makefile6
-rw-r--r--devel/Makefile4
-rw-r--r--misc/Makefile3
-rw-r--r--net/Makefile4
-rw-r--r--security/Makefile5
-rw-r--r--sysutils/Makefile4
-rw-r--r--textproc/Makefile7
8 files changed, 28 insertions, 8 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 86f1f058ce5..aa173299f59 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2015/10/24 19:16:25 joerg Exp $
+# $NetBSD: Makefile,v 1.141 2015/11/04 14:07:26 fhajny Exp $
#
COMMENT= Document format and character code converters
@@ -21,6 +21,7 @@ SUBDIR+= docx2txt
SUBDIR+= dos2unix
SUBDIR+= dvi2tty
SUBDIR+= enriched2html
+SUBDIR+= erlang-p1_iconv
SUBDIR+= fondu
SUBDIR+= fribidi
SUBDIR+= gbase
diff --git a/databases/Makefile b/databases/Makefile
index db94d67d967..d53767e47b3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.504 2015/10/27 20:42:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.505 2015/11/04 14:07:27 fhajny Exp $
COMMENT= Databases
@@ -24,6 +24,10 @@ SUBDIR+= dbfsak
SUBDIR+= deforaos-libdatabase
SUBDIR+= edb
SUBDIR+= elasticsearch
+SUBDIR+= erlang-eredis
+SUBDIR+= erlang-p1_mysql
+SUBDIR+= erlang-p1_pgsql
+SUBDIR+= erlang-sqlite3
SUBDIR+= freetds
SUBDIR+= gdbm
SUBDIR+= gdbm_compat
diff --git a/devel/Makefile b/devel/Makefile
index 64bc8e7c77f..ee3954369c5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2156 2015/11/01 13:40:12 fhajny Exp $
+# $NetBSD: Makefile,v 1.2157 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= Development utilities
@@ -210,6 +210,8 @@ SUBDIR+= emacs-ilisp
SUBDIR+= emacs20-elib
SUBDIR+= epydoc
SUBDIR+= eric4
+SUBDIR+= erlang-p1_cache_tab
+SUBDIR+= erlang-p1_zlib
SUBDIR+= error
SUBDIR+= ethos
SUBDIR+= etrace
diff --git a/misc/Makefile b/misc/Makefile
index af17382ad46..e74fe443d3a 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.460 2015/09/08 21:51:35 kamil Exp $
+# $NetBSD: Makefile,v 1.461 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= Miscellaneous utilities
@@ -62,6 +62,7 @@ SUBDIR+= elizatalk
SUBDIR+= elscreen
SUBDIR+= emacs-wiki
SUBDIR+= epm
+SUBDIR+= erlang-p1_utils
SUBDIR+= esniper
SUBDIR+= fbreader
SUBDIR+= fd
diff --git a/net/Makefile b/net/Makefile
index 1bbcbcaccaa..c4b357d86ef 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1088 2015/10/29 08:59:20 jnemeth Exp $
+# $NetBSD: Makefile,v 1.1089 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= Networking tools
@@ -119,6 +119,8 @@ SUBDIR+= ed2k-gtk-gui
SUBDIR+= edonkey2k
SUBDIR+= ekiga
SUBDIR+= entropy
+SUBDIR+= erlang-p1_sip
+SUBDIR+= erlang-p1_stun
SUBDIR+= ether2dns
SUBDIR+= etherape
SUBDIR+= ettercap
diff --git a/security/Makefile b/security/Makefile
index 38f10e34c1f..69574af3890 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.561 2015/08/23 14:21:43 leot Exp $
+# $NetBSD: Makefile,v 1.562 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= Security tools
@@ -70,6 +70,9 @@ SUBDIR+= dsniff-nox11
SUBDIR+= egd
SUBDIR+= engine-pkcs11
SUBDIR+= ent
+SUBDIR+= erlang-oauth2
+SUBDIR+= erlang-p1_pam
+SUBDIR+= erlang-p1_tls
#SUBDIR+= f-prot-antivirus6 # only contains shared files
SUBDIR+= f-prot-antivirus6-fs-bin
SUBDIR+= f-prot-antivirus6-ms-bin
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 4d924a80a76..7a67c90b73f 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.649 2015/10/29 16:35:47 fhajny Exp $
+# $NetBSD: Makefile,v 1.650 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= System utilities
@@ -127,6 +127,8 @@ SUBDIR+= edbus
SUBDIR+= efreet
SUBDIR+= eggdbus
SUBDIR+= entr
+SUBDIR+= erlang-goldrush
+SUBDIR+= erlang-lager
SUBDIR+= estd
SUBDIR+= etckeeper
SUBDIR+= etcmanage
diff --git a/textproc/Makefile b/textproc/Makefile
index 1f1eaccacf6..46f5c730e00 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.849 2015/10/29 09:00:01 jnemeth Exp $
+# $NetBSD: Makefile,v 1.850 2015/11/04 14:07:27 fhajny Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -165,6 +165,11 @@ SUBDIR+= enca
SUBDIR+= enchant
SUBDIR+= epubcheck
SUBDIR+= epubpreflight
+SUBDIR+= erlang-jiffy
+SUBDIR+= erlang-p1_stringprep
+SUBDIR+= erlang-p1_xml
+SUBDIR+= erlang-p1_yaml
+SUBDIR+= erlang-xmlrpc
SUBDIR+= expat
SUBDIR+= expatobjc
SUBDIR+= ezxml