summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-07-22 19:39:41 +0000
committergdt <gdt@pkgsrc.org>2010-07-22 19:39:41 +0000
commit441cc2cb1bdcacf2ec377d6b56bca20661819a55 (patch)
treea1841385a5e046f181e4637d2b93669f0a5bea32
parent05602f6554d310c5ac07acb0d97bd9435dfba9b2 (diff)
downloadpkgsrc-441cc2cb1bdcacf2ec377d6b56bca20661819a55.tar.gz
Import py26-cryptopp-0.5.19 as security/py-cryptopp.
pycryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library.
-rw-r--r--security/py-cryptopp/DESCR2
-rw-r--r--security/py-cryptopp/Makefile21
-rw-r--r--security/py-cryptopp/PLIST65
-rw-r--r--security/py-cryptopp/distinfo5
4 files changed, 93 insertions, 0 deletions
diff --git a/security/py-cryptopp/DESCR b/security/py-cryptopp/DESCR
new file mode 100644
index 00000000000..e7f2e1e44a8
--- /dev/null
+++ b/security/py-cryptopp/DESCR
@@ -0,0 +1,2 @@
+pycryptopp is a set of Python wrappers for a few of the best crypto
+algorithms from the Crypto++ library.
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile
new file mode 100644
index 00000000000..5a2bccee7ae
--- /dev/null
+++ b/security/py-cryptopp/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/22 19:39:41 gdt Exp $
+#
+
+DISTNAME= pycryptopp-0.5.19
+PKGNAME= ${PYPKGPREFIX}-cryptopp-0.5.19
+CATEGORIES= security python
+MASTER_SITES= http://pypi.python.org/packages/source/p/pycryptopp/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://tahoe-lafs.org/trac/pycryptopp
+COMMENT= Python wrapper for crypto++
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../security/crypto++/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-cryptopp/PLIST b/security/py-cryptopp/PLIST
new file mode 100644
index 00000000000..3f369219101
--- /dev/null
+++ b/security/py-cryptopp/PLIST
@@ -0,0 +1,65 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/22 19:39:41 gdt Exp $
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/PKG-INFO
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/SOURCES.txt
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/dependency_links.txt
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/not-zip-safe
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/requires.txt
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/stdeb.cfg
+${PYSITELIB}/pycryptopp-0.5.19-py2.6.egg-info/top_level.txt
+${PYSITELIB}/pycryptopp/__init__.py
+${PYSITELIB}/pycryptopp/__init__.pyc
+${PYSITELIB}/pycryptopp/__init__.pyo
+${PYSITELIB}/pycryptopp/_pycryptopp.so
+${PYSITELIB}/pycryptopp/_version.py
+${PYSITELIB}/pycryptopp/_version.pyc
+${PYSITELIB}/pycryptopp/_version.pyo
+${PYSITELIB}/pycryptopp/cipher/__init__.py
+${PYSITELIB}/pycryptopp/cipher/__init__.pyc
+${PYSITELIB}/pycryptopp/cipher/__init__.pyo
+${PYSITELIB}/pycryptopp/cipher/aes.py
+${PYSITELIB}/pycryptopp/cipher/aes.pyc
+${PYSITELIB}/pycryptopp/cipher/aes.pyo
+${PYSITELIB}/pycryptopp/hash/__init__.py
+${PYSITELIB}/pycryptopp/hash/__init__.pyc
+${PYSITELIB}/pycryptopp/hash/__init__.pyo
+${PYSITELIB}/pycryptopp/hash/sha256.py
+${PYSITELIB}/pycryptopp/hash/sha256.pyc
+${PYSITELIB}/pycryptopp/hash/sha256.pyo
+${PYSITELIB}/pycryptopp/publickey/__init__.py
+${PYSITELIB}/pycryptopp/publickey/__init__.pyc
+${PYSITELIB}/pycryptopp/publickey/__init__.pyo
+${PYSITELIB}/pycryptopp/publickey/ecdsa.py
+${PYSITELIB}/pycryptopp/publickey/ecdsa.pyc
+${PYSITELIB}/pycryptopp/publickey/ecdsa.pyo
+${PYSITELIB}/pycryptopp/publickey/rsa.py
+${PYSITELIB}/pycryptopp/publickey/rsa.pyc
+${PYSITELIB}/pycryptopp/publickey/rsa.pyo
+${PYSITELIB}/pycryptopp/test/__init__.py
+${PYSITELIB}/pycryptopp/test/__init__.pyc
+${PYSITELIB}/pycryptopp/test/__init__.pyo
+${PYSITELIB}/pycryptopp/test/test_aes.py
+${PYSITELIB}/pycryptopp/test/test_aes.pyc
+${PYSITELIB}/pycryptopp/test/test_aes.pyo
+${PYSITELIB}/pycryptopp/test/test_ecdsa.py
+${PYSITELIB}/pycryptopp/test/test_ecdsa.pyc
+${PYSITELIB}/pycryptopp/test/test_ecdsa.pyo
+${PYSITELIB}/pycryptopp/test/test_rsa.py
+${PYSITELIB}/pycryptopp/test/test_rsa.pyc
+${PYSITELIB}/pycryptopp/test/test_rsa.pyo
+${PYSITELIB}/pycryptopp/test/test_sha256.py
+${PYSITELIB}/pycryptopp/test/test_sha256.pyc
+${PYSITELIB}/pycryptopp/test/test_sha256.pyo
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt
+${PYSITELIB}/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt
+${PYSITELIB}/pycryptopp/testvectors/SHA256LongMsg.txt
+${PYSITELIB}/pycryptopp/testvectors/SHA256Monte.txt
+${PYSITELIB}/pycryptopp/testvectors/SHA256ShortMsg.txt
+share/doc/pycryptopp/COPYING.GPL
+share/doc/pycryptopp/COPYING.TGPPL.html
+share/doc/pycryptopp/README.txt
diff --git a/security/py-cryptopp/distinfo b/security/py-cryptopp/distinfo
new file mode 100644
index 00000000000..7729d95e7a5
--- /dev/null
+++ b/security/py-cryptopp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/22 19:39:41 gdt Exp $
+
+SHA1 (pycryptopp-0.5.19.tar.gz) = 4ac6155cf665dceb7d4bfbd48e02aadd4104672c
+RMD160 (pycryptopp-0.5.19.tar.gz) = ef6911b578282ddbc1fff8a1607a6039a3503617
+Size (pycryptopp-0.5.19.tar.gz) = 1086059 bytes