summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-04-25 20:37:16 +0000
committerfhajny <fhajny@pkgsrc.org>2016-04-25 20:37:16 +0000
commitc739852ab86a2b1ede3ab432f20b32a293a828e3 (patch)
tree82d233288385e0aa6b569cb39f2f2c4c3f751970 /security
parent15f663f15a9ae767b87cc4ba0d11cb4872a711c6 (diff)
downloadpkgsrc-c739852ab86a2b1ede3ab432f20b32a293a828e3.tar.gz
Remove superseded ejabberd dependencies (Erlang modules).
Diffstat (limited to 'security')
-rw-r--r--security/erlang-oauth2/DESCR2
-rw-r--r--security/erlang-oauth2/Makefile22
-rw-r--r--security/erlang-oauth2/PLIST9
-rw-r--r--security/erlang-oauth2/distinfo6
-rw-r--r--security/erlang-p1_tls/DESCR1
-rw-r--r--security/erlang-p1_tls/Makefile20
-rw-r--r--security/erlang-p1_tls/PLIST8
-rw-r--r--security/erlang-p1_tls/distinfo6
8 files changed, 0 insertions, 74 deletions
diff --git a/security/erlang-oauth2/DESCR b/security/erlang-oauth2/DESCR
deleted file mode 100644
index 5bdda6095cf..00000000000
--- a/security/erlang-oauth2/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This library is designed to simplify the implementation of the server
-side of OAuth2. It provides no support for developing clients.
diff --git a/security/erlang-oauth2/Makefile b/security/erlang-oauth2/Makefile
deleted file mode 100644
index 6c7536923e7..00000000000
--- a/security/erlang-oauth2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2016/01/16 19:17:11 fhajny Exp $
-
-DISTNAME= oauth2-0.6.0
-PKGNAME= erlang-${DISTNAME}.20150911
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=kivra/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://github.com/kivra/oauth2/
-COMMENT= Erlang Oauth2 implementation
-LICENSE= mit
-
-GITHUB_PROJECT= oauth2
-GITHUB_TAG= 8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8
-WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
-
-ERL_MOD_DIR= lib/erlang/lib/${DISTNAME}
-
-BUILD_TARGET= compile
-
-.include "../../lang/erlang/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/erlang-oauth2/PLIST b/security/erlang-oauth2/PLIST
deleted file mode 100644
index eba788ad2ae..00000000000
--- a/security/erlang-oauth2/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/16 16:42:24 fhajny Exp $
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.app
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_backend.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_config.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_priv_set.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_response.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token.beam
-lib/erlang/lib/oauth2-0.6.0/ebin/oauth2_token_generation.beam
diff --git a/security/erlang-oauth2/distinfo b/security/erlang-oauth2/distinfo
deleted file mode 100644
index c24fa713c1c..00000000000
--- a/security/erlang-oauth2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2016/01/16 16:42:24 fhajny Exp $
-
-SHA1 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 3e359a2b97c1cca3629dce8915e3b926755f21fe
-RMD160 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = b1e122894dd8425c23a3e1cfbec97f17c6b1b508
-SHA512 (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 08be0be9c6741844cb007ba13299e70af45ee162093bf2a78fa73eeaba28fdb1974c2cc3f696105dfeeec2663c995ea875c2d9fe4f00e158b8896c38ee0bfad5
-Size (oauth2-0.6.0-8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8.tar.gz) = 212261 bytes
diff --git a/security/erlang-p1_tls/DESCR b/security/erlang-p1_tls/DESCR
deleted file mode 100644
index 1109fa3f079..00000000000
--- a/security/erlang-p1_tls/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-TLS / SSL native driver for Erlang.
diff --git a/security/erlang-p1_tls/Makefile b/security/erlang-p1_tls/Makefile
deleted file mode 100644
index e87f949c1d9..00000000000
--- a/security/erlang-p1_tls/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:20 jperkin Exp $
-
-DISTNAME= p1_tls-1.0.0
-PKGREVISION= 1
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://github.com/processone/tls/
-COMMENT= TLS/SSL native driver for Erlang
-LICENSE= gnu-gpl-v2
-
-GITHUB_PROJECT= tls
-WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
-
-GNU_CONFIGURE= yes
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../lang/erlang/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/erlang-p1_tls/PLIST b/security/erlang-p1_tls/PLIST
deleted file mode 100644
index 1eae6115b81..00000000000
--- a/security/erlang-p1_tls/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/16 17:31:45 fhajny Exp $
-lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_sha.beam
-lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls.app
-lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls.beam
-lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls_app.beam
-lib/erlang/lib/p1_tls-${PKGVERSION}/ebin/p1_tls_sup.beam
-lib/erlang/lib/p1_tls-${PKGVERSION}/priv/lib/p1_sha.so
-lib/erlang/lib/p1_tls-${PKGVERSION}/priv/lib/p1_tls_drv.so
diff --git a/security/erlang-p1_tls/distinfo b/security/erlang-p1_tls/distinfo
deleted file mode 100644
index 4df33e7765f..00000000000
--- a/security/erlang-p1_tls/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2016/01/16 17:31:45 fhajny Exp $
-
-SHA1 (p1_tls-1.0.0.tar.gz) = 01ca05ee3623bb94404ff829122efafa2dbd87ef
-RMD160 (p1_tls-1.0.0.tar.gz) = 19e308132b297b22f617b2cd3d6bd77296f6b044
-SHA512 (p1_tls-1.0.0.tar.gz) = 2fb22aa5a818909368939c46ae55d431bb291926ba82e870adbc382f324d104cb1ab9b97a00196122538671ad083b0c5548f11d62f7e8e748c6a9432bbdb8c95
-Size (p1_tls-1.0.0.tar.gz) = 60672 bytes