diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-17 13:02:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-17 13:02:44 +0000 |
commit | 6ab6d213d077d0ed0f4a7ae7066931fc43eddcd3 (patch) | |
tree | 1e2ef543cb6b383a71bb0587032f3b756b989328 /security | |
parent | e2448c593e15c40e1344a7d8daeca43b3e078593 (diff) | |
download | pkgsrc-6ab6d213d077d0ed0f4a7ae7066931fc43eddcd3.tar.gz |
use python extension buildlink,
use canonical pkg name (pyX.Y-pkg-vers),
make passing of SSLBASE work
Diffstat (limited to 'security')
-rw-r--r-- | security/py-amkCrypto/Makefile | 12 | ||||
-rw-r--r-- | security/py-amkCrypto/PLIST | 148 |
2 files changed, 79 insertions, 81 deletions
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile index d89cc2e6cfb..bdd1611fd4d 100644 --- a/security/py-amkCrypto/Makefile +++ b/security/py-amkCrypto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/05/14 16:22:36 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/17 13:02:44 drochner Exp $ # DISTNAME= amkCrypto-0.1.3 -PKGNAME= py-${DISTNAME} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security MASTER_SITES= http://www.amk.ca/files/python/ EXTRACT_SUFX= .tgz @@ -11,18 +11,16 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amk.ca/python/code/crypto.html COMMENT= cryptographic and hash functions for Python -DEPENDS+= python-2.*:../../lang/python - USE_SSL= YES -USE_PYTHON= yes PYBINMODULE= yes PYDISTUTILSPKG= yes -MAKE_ENV+= SSLBASE="${SSLBASE}" +CONFIGURE_ENV+= SSLBASE=${SSLBASE} do-configure: - ${SED} -e "s|/usr/local/ssl|${SSL_BASE}|g" \ + ${SED} -e "s|/usr/local/ssl|${SSLBASE}|g" \ ${WRKSRC}/setup.py > ${WRKSRC}/setup.py.tmp ${MV} -f ${WRKSRC}/setup.py.tmp ${WRKSRC}/setup.py +.include "../../lang/python/extension.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-amkCrypto/PLIST b/security/py-amkCrypto/PLIST index 8b13d76a672..96f8d50fab8 100644 --- a/security/py-amkCrypto/PLIST +++ b/security/py-amkCrypto/PLIST @@ -1,74 +1,74 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:35 zuntum Exp $ -PYSITELIB/Crypto/Cipher/ARC2.py -PYSITELIB/Crypto/Cipher/ARC2.pyc -PYSITELIB/Crypto/Cipher/ARC4.py -PYSITELIB/Crypto/Cipher/ARC4.pyc -PYSITELIB/Crypto/Cipher/Blowfish.py -PYSITELIB/Crypto/Cipher/Blowfish.pyc -PYSITELIB/Crypto/Cipher/CAST.py -PYSITELIB/Crypto/Cipher/CAST.pyc -PYSITELIB/Crypto/Cipher/DES.py -PYSITELIB/Crypto/Cipher/DES.pyc -PYSITELIB/Crypto/Cipher/DES3.py -PYSITELIB/Crypto/Cipher/DES3.pyc -PYSITELIB/Crypto/Cipher/IDEA.py -PYSITELIB/Crypto/Cipher/IDEA.pyc -PYSITELIB/Crypto/Cipher/RC5.py -PYSITELIB/Crypto/Cipher/RC5.pyc -PYSITELIB/Crypto/Cipher/__init__.py -PYSITELIB/Crypto/Cipher/__init__.pyc -PYSITELIB/Crypto/Ciphers.py -PYSITELIB/Crypto/Ciphers.pyc -PYSITELIB/Crypto/Hash/HMAC.py -PYSITELIB/Crypto/Hash/HMAC.pyc -PYSITELIB/Crypto/Hash/MD2.py -PYSITELIB/Crypto/Hash/MD2.pyc -PYSITELIB/Crypto/Hash/MD5.py -PYSITELIB/Crypto/Hash/MD5.pyc -PYSITELIB/Crypto/Hash/RIPEMD.py -PYSITELIB/Crypto/Hash/RIPEMD.pyc -PYSITELIB/Crypto/Hash/SHA.py -PYSITELIB/Crypto/Hash/SHA.pyc -PYSITELIB/Crypto/Hash/__init__.py -PYSITELIB/Crypto/Hash/__init__.pyc -PYSITELIB/Crypto/Hashes.py -PYSITELIB/Crypto/Hashes.pyc -PYSITELIB/Crypto/Protocol/AllOrNothing.py -PYSITELIB/Crypto/Protocol/AllOrNothing.pyc -PYSITELIB/Crypto/Protocol/__init__.py -PYSITELIB/Crypto/Protocol/__init__.pyc -PYSITELIB/Crypto/PublicKey/DSA.py -PYSITELIB/Crypto/PublicKey/DSA.pyc -PYSITELIB/Crypto/PublicKey/ElGamal.py -PYSITELIB/Crypto/PublicKey/ElGamal.pyc -PYSITELIB/Crypto/PublicKey/RSA.py -PYSITELIB/Crypto/PublicKey/RSA.pyc -PYSITELIB/Crypto/PublicKey/__init__.py -PYSITELIB/Crypto/PublicKey/__init__.pyc -PYSITELIB/Crypto/PublicKey/pubkey.py -PYSITELIB/Crypto/PublicKey/pubkey.pyc -PYSITELIB/Crypto/PublicKey/qNEW.py -PYSITELIB/Crypto/PublicKey/qNEW.pyc -PYSITELIB/Crypto/Util/RFC1751.py -PYSITELIB/Crypto/Util/RFC1751.pyc -PYSITELIB/Crypto/Util/__init__.py -PYSITELIB/Crypto/Util/__init__.pyc -PYSITELIB/Crypto/Util/number.py -PYSITELIB/Crypto/Util/number.pyc -PYSITELIB/Crypto/Util/randpool.py -PYSITELIB/Crypto/Util/randpool.pyc -PYSITELIB/Crypto/Util/test.py -PYSITELIB/Crypto/Util/test.pyc -PYSITELIB/Crypto/Util/testdata.py -PYSITELIB/Crypto/Util/testdata.pyc -PYSITELIB/Crypto/Utils.py -PYSITELIB/Crypto/Utils.pyc -PYSITELIB/Crypto/__init__.py -PYSITELIB/Crypto/__init__.pyc -PYSITELIB/Crypto/mxCrypto.so -@dirrm PYSITELIB/Crypto/Util -@dirrm PYSITELIB/Crypto/PublicKey -@dirrm PYSITELIB/Crypto/Protocol -@dirrm PYSITELIB/Crypto/Hash -@dirrm PYSITELIB/Crypto/Cipher -@dirrm PYSITELIB/Crypto +@comment $NetBSD: PLIST,v 1.2 2002/01/17 13:02:44 drochner Exp $ +${PYSITELIB}/Crypto/Cipher/ARC2.py +${PYSITELIB}/Crypto/Cipher/ARC2.pyc +${PYSITELIB}/Crypto/Cipher/ARC4.py +${PYSITELIB}/Crypto/Cipher/ARC4.pyc +${PYSITELIB}/Crypto/Cipher/Blowfish.py +${PYSITELIB}/Crypto/Cipher/Blowfish.pyc +${PYSITELIB}/Crypto/Cipher/CAST.py +${PYSITELIB}/Crypto/Cipher/CAST.pyc +${PYSITELIB}/Crypto/Cipher/DES.py +${PYSITELIB}/Crypto/Cipher/DES.pyc +${PYSITELIB}/Crypto/Cipher/DES3.py +${PYSITELIB}/Crypto/Cipher/DES3.pyc +${PYSITELIB}/Crypto/Cipher/IDEA.py +${PYSITELIB}/Crypto/Cipher/IDEA.pyc +${PYSITELIB}/Crypto/Cipher/RC5.py +${PYSITELIB}/Crypto/Cipher/RC5.pyc +${PYSITELIB}/Crypto/Cipher/__init__.py +${PYSITELIB}/Crypto/Cipher/__init__.pyc +${PYSITELIB}/Crypto/Ciphers.py +${PYSITELIB}/Crypto/Ciphers.pyc +${PYSITELIB}/Crypto/Hash/HMAC.py +${PYSITELIB}/Crypto/Hash/HMAC.pyc +${PYSITELIB}/Crypto/Hash/MD2.py +${PYSITELIB}/Crypto/Hash/MD2.pyc +${PYSITELIB}/Crypto/Hash/MD5.py +${PYSITELIB}/Crypto/Hash/MD5.pyc +${PYSITELIB}/Crypto/Hash/RIPEMD.py +${PYSITELIB}/Crypto/Hash/RIPEMD.pyc +${PYSITELIB}/Crypto/Hash/SHA.py +${PYSITELIB}/Crypto/Hash/SHA.pyc +${PYSITELIB}/Crypto/Hash/__init__.py +${PYSITELIB}/Crypto/Hash/__init__.pyc +${PYSITELIB}/Crypto/Hashes.py +${PYSITELIB}/Crypto/Hashes.pyc +${PYSITELIB}/Crypto/Protocol/AllOrNothing.py +${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyc +${PYSITELIB}/Crypto/Protocol/__init__.py +${PYSITELIB}/Crypto/Protocol/__init__.pyc +${PYSITELIB}/Crypto/PublicKey/DSA.py +${PYSITELIB}/Crypto/PublicKey/DSA.pyc +${PYSITELIB}/Crypto/PublicKey/ElGamal.py +${PYSITELIB}/Crypto/PublicKey/ElGamal.pyc +${PYSITELIB}/Crypto/PublicKey/RSA.py +${PYSITELIB}/Crypto/PublicKey/RSA.pyc +${PYSITELIB}/Crypto/PublicKey/__init__.py +${PYSITELIB}/Crypto/PublicKey/__init__.pyc +${PYSITELIB}/Crypto/PublicKey/pubkey.py +${PYSITELIB}/Crypto/PublicKey/pubkey.pyc +${PYSITELIB}/Crypto/PublicKey/qNEW.py +${PYSITELIB}/Crypto/PublicKey/qNEW.pyc +${PYSITELIB}/Crypto/Util/RFC1751.py +${PYSITELIB}/Crypto/Util/RFC1751.pyc +${PYSITELIB}/Crypto/Util/__init__.py +${PYSITELIB}/Crypto/Util/__init__.pyc +${PYSITELIB}/Crypto/Util/number.py +${PYSITELIB}/Crypto/Util/number.pyc +${PYSITELIB}/Crypto/Util/randpool.py +${PYSITELIB}/Crypto/Util/randpool.pyc +${PYSITELIB}/Crypto/Util/test.py +${PYSITELIB}/Crypto/Util/test.pyc +${PYSITELIB}/Crypto/Util/testdata.py +${PYSITELIB}/Crypto/Util/testdata.pyc +${PYSITELIB}/Crypto/Utils.py +${PYSITELIB}/Crypto/Utils.pyc +${PYSITELIB}/Crypto/__init__.py +${PYSITELIB}/Crypto/__init__.pyc +${PYSITELIB}/Crypto/mxCrypto.so +@dirrm ${PYSITELIB}/Crypto/Util +@dirrm ${PYSITELIB}/Crypto/PublicKey +@dirrm ${PYSITELIB}/Crypto/Protocol +@dirrm ${PYSITELIB}/Crypto/Hash +@dirrm ${PYSITELIB}/Crypto/Cipher +@dirrm ${PYSITELIB}/Crypto |