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.
This commit is contained in:
gdt 2010-07-22 19:39:41 +00:00
parent afca40a0b4
commit 2d1c8c73d7
4 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,2 @@
pycryptopp is a set of Python wrappers for a few of the best crypto
algorithms from the Crypto++ library.

View file

@ -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"

View file

@ -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

View file

@ -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