Fri Jul 23 18:30:52 2010 UTC ()
Add PY_NO_EGG=no and egg file to PLIST.
Add LICENSE.


(gdt)
diff -r1.16 -r1.17 pkgsrc/security/py-crypto/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/security/py-crypto/PLIST

cvs diff -r1.16 -r1.17 pkgsrc/security/py-crypto/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-crypto/Attic/Makefile 2010/07/22 19:34:11 1.16
+++ pkgsrc/security/py-crypto/Attic/Makefile 2010/07/23 18:30:51 1.17
@@ -1,20 +1,24 @@ @@ -1,20 +1,24 @@
1# $NetBSD: Makefile,v 1.16 2010/07/22 19:34:11 gdt Exp $ 1# $NetBSD: Makefile,v 1.17 2010/07/23 18:30:51 gdt Exp $
2# 2#
3 3
4DISTNAME= pycrypto-2.1.0 4DISTNAME= pycrypto-2.1.0
 5PKGREVISION= 1
5PKGNAME= ${PYPKGPREFIX}-crypto-2.1.0 6PKGNAME= ${PYPKGPREFIX}-crypto-2.1.0
6CATEGORIES= security python 7CATEGORIES= security python
7MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ 8MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 9# mostly public domain, but a few bits are:
 10LICENSE= python-software-foundation
8 11
9MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.dlitz.net/software/pycrypto/ 13HOMEPAGE= http://www.dlitz.net/software/pycrypto/
11COMMENT= Cryptographic and hash functions for Python 14COMMENT= Cryptographic and hash functions for Python
12 15
13PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
14 17
15PYDISTUTILSPKG= yes 18PYDISTUTILSPKG= yes
 19PY_NO_EGG= no
16 20
17.include "../../devel/gmp/buildlink3.mk" 21.include "../../devel/gmp/buildlink3.mk"
18.include "../../lang/python/extension.mk" 22.include "../../lang/python/extension.mk"
19.include "../../security/openssl/buildlink3.mk" 23.include "../../security/openssl/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/py-crypto/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-crypto/Attic/PLIST 2010/07/22 19:30:42 1.1.1.1
+++ pkgsrc/security/py-crypto/Attic/PLIST 2010/07/23 18:30:51 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/22 19:30:42 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.2 2010/07/23 18:30:51 gdt Exp $
2${PYSITELIB}/Crypto/Cipher/AES.so 2${PYSITELIB}/Crypto/Cipher/AES.so
3${PYSITELIB}/Crypto/Cipher/ARC2.so 3${PYSITELIB}/Crypto/Cipher/ARC2.so
4${PYSITELIB}/Crypto/Cipher/ARC4.so 4${PYSITELIB}/Crypto/Cipher/ARC4.so
5${PYSITELIB}/Crypto/Cipher/Blowfish.so 5${PYSITELIB}/Crypto/Cipher/Blowfish.so
6${PYSITELIB}/Crypto/Cipher/CAST.so 6${PYSITELIB}/Crypto/Cipher/CAST.so
7${PYSITELIB}/Crypto/Cipher/DES.so 7${PYSITELIB}/Crypto/Cipher/DES.so
8${PYSITELIB}/Crypto/Cipher/DES3.so 8${PYSITELIB}/Crypto/Cipher/DES3.so
9${PYSITELIB}/Crypto/Cipher/XOR.so 9${PYSITELIB}/Crypto/Cipher/XOR.so
10${PYSITELIB}/Crypto/Cipher/__init__.py 10${PYSITELIB}/Crypto/Cipher/__init__.py
11${PYSITELIB}/Crypto/Cipher/__init__.pyc 11${PYSITELIB}/Crypto/Cipher/__init__.pyc
12${PYSITELIB}/Crypto/Cipher/__init__.pyo 12${PYSITELIB}/Crypto/Cipher/__init__.pyo
13${PYSITELIB}/Crypto/Hash/HMAC.py 13${PYSITELIB}/Crypto/Hash/HMAC.py
14${PYSITELIB}/Crypto/Hash/HMAC.pyc 14${PYSITELIB}/Crypto/Hash/HMAC.pyc
@@ -255,13 +255,14 @@ ${PYSITELIB}/Crypto/Util/python_compat.p @@ -255,13 +255,14 @@ ${PYSITELIB}/Crypto/Util/python_compat.p
255${PYSITELIB}/Crypto/Util/randpool.py 255${PYSITELIB}/Crypto/Util/randpool.py
256${PYSITELIB}/Crypto/Util/randpool.pyc 256${PYSITELIB}/Crypto/Util/randpool.pyc
257${PYSITELIB}/Crypto/Util/randpool.pyo 257${PYSITELIB}/Crypto/Util/randpool.pyo
258${PYSITELIB}/Crypto/Util/strxor.so 258${PYSITELIB}/Crypto/Util/strxor.so
259${PYSITELIB}/Crypto/Util/winrandom.py 259${PYSITELIB}/Crypto/Util/winrandom.py
260${PYSITELIB}/Crypto/Util/winrandom.pyc 260${PYSITELIB}/Crypto/Util/winrandom.pyc
261${PYSITELIB}/Crypto/Util/winrandom.pyo 261${PYSITELIB}/Crypto/Util/winrandom.pyo
262${PYSITELIB}/Crypto/__init__.py 262${PYSITELIB}/Crypto/__init__.py
263${PYSITELIB}/Crypto/__init__.pyc 263${PYSITELIB}/Crypto/__init__.pyc
264${PYSITELIB}/Crypto/__init__.pyo 264${PYSITELIB}/Crypto/__init__.pyo
265${PYSITELIB}/Crypto/pct_warnings.py 265${PYSITELIB}/Crypto/pct_warnings.py
266${PYSITELIB}/Crypto/pct_warnings.pyc 266${PYSITELIB}/Crypto/pct_warnings.pyc
267${PYSITELIB}/Crypto/pct_warnings.pyo 267${PYSITELIB}/Crypto/pct_warnings.pyo
 268${PYSITELIB}/pycrypto-2.1.0-py2.6.egg-info