summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-02 16:30:20 +0000
committerwiz <wiz@pkgsrc.org>2016-09-02 16:30:20 +0000
commit4f20d085ba33697716e9c429daf2279f498ce7a3 (patch)
tree2c3888ac5666432b7665eb0036aef3ab2a9d82ec /security
parent43bc28f6c65d919ee4e3d56b1f9a8099b0962b99 (diff)
downloadpkgsrc-4f20d085ba33697716e9c429daf2279f498ce7a3.tar.gz
Import py-pbkdf2-1.3 as security/py-pbkdf2.
Packaged for wip by Jonathan Schleifer. PKCS#5 v2.0 PBKDF2 Module This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
Diffstat (limited to 'security')
-rw-r--r--security/py-pbkdf2/DESCR4
-rw-r--r--security/py-pbkdf2/Makefile20
-rw-r--r--security/py-pbkdf2/PLIST8
-rw-r--r--security/py-pbkdf2/distinfo6
4 files changed, 38 insertions, 0 deletions
diff --git a/security/py-pbkdf2/DESCR b/security/py-pbkdf2/DESCR
new file mode 100644
index 00000000000..3274f4dc8e1
--- /dev/null
+++ b/security/py-pbkdf2/DESCR
@@ -0,0 +1,4 @@
+PKCS#5 v2.0 PBKDF2 Module
+
+This module implements the password-based key derivation function, PBKDF2,
+specified in RSA PKCS#5 v2.0.
diff --git a/security/py-pbkdf2/Makefile b/security/py-pbkdf2/Makefile
new file mode 100644
index 00000000000..041773d5b15
--- /dev/null
+++ b/security/py-pbkdf2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/09/02 16:30:20 wiz Exp $
+
+DISTNAME= pbkdf2-1.3
+PKGNAME= ${PYPKGPREFIX}-pbkdf2-1.3
+EGG_NAME= pbkdf2-${PKGVERSION}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbkdf2/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/pbkdf2
+COMMENT= "PKCS#5 v2.0 PBKDF2 Module"
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON= pbkdf2.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-pbkdf2/PLIST b/security/py-pbkdf2/PLIST
new file mode 100644
index 00000000000..876ec37e7d6
--- /dev/null
+++ b/security/py-pbkdf2/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/02 16:30:20 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pbkdf2.py
+${PYSITELIB}/pbkdf2.pyc
+${PYSITELIB}/pbkdf2.pyo
diff --git a/security/py-pbkdf2/distinfo b/security/py-pbkdf2/distinfo
new file mode 100644
index 00000000000..3ffc5a70ec8
--- /dev/null
+++ b/security/py-pbkdf2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/02 16:30:20 wiz Exp $
+
+SHA1 (pbkdf2-1.3.tar.gz) = cbab36faeea0300e9e33383567f951aec5ae70ce
+RMD160 (pbkdf2-1.3.tar.gz) = fd8073d6f73e7d36d01d80cb6d3e2d4284175dd0
+SHA512 (pbkdf2-1.3.tar.gz) = 1297950d045f9b56f5eb9f771fe65091802c1f12f090a8a80fb5e36bfa10f1c1ac3b9dc8088f4a640b840fb7073aadd3fdf39f3979118046ba5cde477d071244
+Size (pbkdf2-1.3.tar.gz) = 6360 bytes