summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-14 16:43:45 +0000
committerrecht <recht@pkgsrc.org>2003-09-14 16:43:45 +0000
commite914ab3288c32de6c4b5d382398e7394d75afe6d (patch)
treeaca8ff7153d5fa2dbe4b26684fe239c50263adac /security
parentff2172dab34298825042d409dfa313c03cd1e84a (diff)
downloadpkgsrc-e914ab3288c32de6c4b5d382398e7394d75afe6d.tar.gz
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
Diffstat (limited to 'security')
-rw-r--r--security/py-amkCrypto/PLIST23
-rw-r--r--security/py-cryptkit/PLIST13
-rw-r--r--security/py-gnupg/PLIST3
-rw-r--r--security/py-m2crypto/PLIST39
4 files changed, 74 insertions, 4 deletions
diff --git a/security/py-amkCrypto/PLIST b/security/py-amkCrypto/PLIST
index 82f35bbbb6f..a693a5f2975 100644
--- a/security/py-amkCrypto/PLIST
+++ b/security/py-amkCrypto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/10/28 11:53:29 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:54 recht Exp $
${PYSITELIB}/Crypto/Cipher/AES.so
${PYSITELIB}/Crypto/Cipher/ARC2.so
${PYSITELIB}/Crypto/Cipher/ARC4.so
@@ -11,49 +11,70 @@ ${PYSITELIB}/Crypto/Cipher/RC5.so
${PYSITELIB}/Crypto/Cipher/XOR.so
${PYSITELIB}/Crypto/Cipher/__init__.py
${PYSITELIB}/Crypto/Cipher/__init__.pyc
+${PYSITELIB}/Crypto/Cipher/__init__.pyo
${PYSITELIB}/Crypto/Hash/HMAC.py
${PYSITELIB}/Crypto/Hash/HMAC.pyc
+${PYSITELIB}/Crypto/Hash/HMAC.pyo
${PYSITELIB}/Crypto/Hash/MD2.so
${PYSITELIB}/Crypto/Hash/MD4.so
${PYSITELIB}/Crypto/Hash/MD5.py
${PYSITELIB}/Crypto/Hash/MD5.pyc
+${PYSITELIB}/Crypto/Hash/MD5.pyo
${PYSITELIB}/Crypto/Hash/RIPEMD.so
${PYSITELIB}/Crypto/Hash/SHA.py
${PYSITELIB}/Crypto/Hash/SHA.pyc
+${PYSITELIB}/Crypto/Hash/SHA.pyo
${PYSITELIB}/Crypto/Hash/__init__.py
${PYSITELIB}/Crypto/Hash/__init__.pyc
+${PYSITELIB}/Crypto/Hash/__init__.pyo
${PYSITELIB}/Crypto/Protocol/AllOrNothing.py
${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyc
+${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyo
${PYSITELIB}/Crypto/Protocol/Chaffing.py
${PYSITELIB}/Crypto/Protocol/Chaffing.pyc
+${PYSITELIB}/Crypto/Protocol/Chaffing.pyo
${PYSITELIB}/Crypto/Protocol/__init__.py
${PYSITELIB}/Crypto/Protocol/__init__.pyc
+${PYSITELIB}/Crypto/Protocol/__init__.pyo
${PYSITELIB}/Crypto/PublicKey/DSA.py
${PYSITELIB}/Crypto/PublicKey/DSA.pyc
+${PYSITELIB}/Crypto/PublicKey/DSA.pyo
${PYSITELIB}/Crypto/PublicKey/ElGamal.py
${PYSITELIB}/Crypto/PublicKey/ElGamal.pyc
+${PYSITELIB}/Crypto/PublicKey/ElGamal.pyo
${PYSITELIB}/Crypto/PublicKey/RSA.py
${PYSITELIB}/Crypto/PublicKey/RSA.pyc
+${PYSITELIB}/Crypto/PublicKey/RSA.pyo
${PYSITELIB}/Crypto/PublicKey/__init__.py
${PYSITELIB}/Crypto/PublicKey/__init__.pyc
+${PYSITELIB}/Crypto/PublicKey/__init__.pyo
${PYSITELIB}/Crypto/PublicKey/pubkey.py
${PYSITELIB}/Crypto/PublicKey/pubkey.pyc
+${PYSITELIB}/Crypto/PublicKey/pubkey.pyo
${PYSITELIB}/Crypto/PublicKey/qNEW.py
${PYSITELIB}/Crypto/PublicKey/qNEW.pyc
+${PYSITELIB}/Crypto/PublicKey/qNEW.pyo
${PYSITELIB}/Crypto/Util/RFC1751.py
${PYSITELIB}/Crypto/Util/RFC1751.pyc
+${PYSITELIB}/Crypto/Util/RFC1751.pyo
${PYSITELIB}/Crypto/Util/__init__.py
${PYSITELIB}/Crypto/Util/__init__.pyc
+${PYSITELIB}/Crypto/Util/__init__.pyo
${PYSITELIB}/Crypto/Util/number.py
${PYSITELIB}/Crypto/Util/number.pyc
+${PYSITELIB}/Crypto/Util/number.pyo
${PYSITELIB}/Crypto/Util/randpool.py
${PYSITELIB}/Crypto/Util/randpool.pyc
+${PYSITELIB}/Crypto/Util/randpool.pyo
${PYSITELIB}/Crypto/Util/test.py
${PYSITELIB}/Crypto/Util/test.pyc
+${PYSITELIB}/Crypto/Util/test.pyo
${PYSITELIB}/Crypto/__init__.py
${PYSITELIB}/Crypto/__init__.pyc
+${PYSITELIB}/Crypto/__init__.pyo
${PYSITELIB}/Crypto/test.py
${PYSITELIB}/Crypto/test.pyc
+${PYSITELIB}/Crypto/test.pyo
@dirrm ${PYSITELIB}/Crypto/Util
@dirrm ${PYSITELIB}/Crypto/PublicKey
@dirrm ${PYSITELIB}/Crypto/Protocol
diff --git a/security/py-cryptkit/PLIST b/security/py-cryptkit/PLIST
index d433a20d33f..9821b80ee84 100644
--- a/security/py-cryptkit/PLIST
+++ b/security/py-cryptkit/PLIST
@@ -1,28 +1,39 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:23:31 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:54 recht Exp $
${PYSITELIB}/aes/__init__.py
${PYSITELIB}/aes/__init__.pyc
+${PYSITELIB}/aes/__init__.pyo
${PYSITELIB}/aes/aes.py
${PYSITELIB}/aes/aes.pyc
+${PYSITELIB}/aes/aes.pyo
${PYSITELIB}/cryptsock/__init__.py
${PYSITELIB}/cryptsock/__init__.pyc
+${PYSITELIB}/cryptsock/__init__.pyo
${PYSITELIB}/cryptsock/cryptsock.py
${PYSITELIB}/cryptsock/cryptsock.pyc
+${PYSITELIB}/cryptsock/cryptsock.pyo
${PYSITELIB}/ecc/__init__.py
${PYSITELIB}/ecc/__init__.pyc
+${PYSITELIB}/ecc/__init__.pyo
${PYSITELIB}/ecc/ecc.py
${PYSITELIB}/ecc/ecc.pyc
+${PYSITELIB}/ecc/ecc.pyo
${PYSITELIB}/ecc/elliptic.py
${PYSITELIB}/ecc/elliptic.pyc
+${PYSITELIB}/ecc/elliptic.pyo
${PYSITELIB}/ellipticc.so
${PYSITELIB}/entropy/__init__.py
${PYSITELIB}/entropy/__init__.pyc
+${PYSITELIB}/entropy/__init__.pyo
${PYSITELIB}/entropy/entropy.py
${PYSITELIB}/entropy/entropy.pyc
+${PYSITELIB}/entropy/entropy.pyo
${PYSITELIB}/rijndaelc.so
${PYSITELIB}/sha256/__init__.py
${PYSITELIB}/sha256/__init__.pyc
+${PYSITELIB}/sha256/__init__.pyo
${PYSITELIB}/sha256/sha256.py
${PYSITELIB}/sha256/sha256.pyc
+${PYSITELIB}/sha256/sha256.pyo
${PYSITELIB}/sha256c.so
@dirrm ${PYSITELIB}/sha256
@dirrm ${PYSITELIB}/entropy
diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST
index fa69336d36c..1f2d5628fb9 100644
--- a/security/py-gnupg/PLIST
+++ b/security/py-gnupg/PLIST
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $
${PYSITELIB}/GnuPGInterface.py
${PYSITELIB}/GnuPGInterface.pyc
+${PYSITELIB}/GnuPGInterface.pyo
diff --git a/security/py-m2crypto/PLIST b/security/py-m2crypto/PLIST
index c2941d3d347..1cf9707efef 100644
--- a/security/py-m2crypto/PLIST
+++ b/security/py-m2crypto/PLIST
@@ -1,79 +1,116 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 15:58:19 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $
${PYSITELIB}/M2Crypto/ASN1.py
${PYSITELIB}/M2Crypto/ASN1.pyc
+${PYSITELIB}/M2Crypto/ASN1.pyo
${PYSITELIB}/M2Crypto/AuthCookie.py
${PYSITELIB}/M2Crypto/AuthCookie.pyc
+${PYSITELIB}/M2Crypto/AuthCookie.pyo
${PYSITELIB}/M2Crypto/BIO.py
${PYSITELIB}/M2Crypto/BIO.pyc
+${PYSITELIB}/M2Crypto/BIO.pyo
${PYSITELIB}/M2Crypto/DH.py
${PYSITELIB}/M2Crypto/DH.pyc
+${PYSITELIB}/M2Crypto/DH.pyo
${PYSITELIB}/M2Crypto/DSA.py
${PYSITELIB}/M2Crypto/DSA.pyc
+${PYSITELIB}/M2Crypto/DSA.pyo
${PYSITELIB}/M2Crypto/EVP.py
${PYSITELIB}/M2Crypto/EVP.pyc
+${PYSITELIB}/M2Crypto/EVP.pyo
${PYSITELIB}/M2Crypto/Err.py
${PYSITELIB}/M2Crypto/Err.pyc
+${PYSITELIB}/M2Crypto/Err.pyo
${PYSITELIB}/M2Crypto/PGP/PublicKey.py
${PYSITELIB}/M2Crypto/PGP/PublicKey.pyc
+${PYSITELIB}/M2Crypto/PGP/PublicKey.pyo
${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.py
${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.pyc
+${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.pyo
${PYSITELIB}/M2Crypto/PGP/RSA.py
${PYSITELIB}/M2Crypto/PGP/RSA.pyc
+${PYSITELIB}/M2Crypto/PGP/RSA.pyo
${PYSITELIB}/M2Crypto/PGP/__init__.py
${PYSITELIB}/M2Crypto/PGP/__init__.pyc
+${PYSITELIB}/M2Crypto/PGP/__init__.pyo
${PYSITELIB}/M2Crypto/PGP/constants.py
${PYSITELIB}/M2Crypto/PGP/constants.pyc
+${PYSITELIB}/M2Crypto/PGP/constants.pyo
${PYSITELIB}/M2Crypto/PGP/packet.py
${PYSITELIB}/M2Crypto/PGP/packet.pyc
+${PYSITELIB}/M2Crypto/PGP/packet.pyo
${PYSITELIB}/M2Crypto/RC4.py
${PYSITELIB}/M2Crypto/RC4.pyc
+${PYSITELIB}/M2Crypto/RC4.pyo
${PYSITELIB}/M2Crypto/RSA.py
${PYSITELIB}/M2Crypto/RSA.pyc
+${PYSITELIB}/M2Crypto/RSA.pyo
${PYSITELIB}/M2Crypto/Rand.py
${PYSITELIB}/M2Crypto/Rand.pyc
+${PYSITELIB}/M2Crypto/Rand.pyo
${PYSITELIB}/M2Crypto/SMIME.py
${PYSITELIB}/M2Crypto/SMIME.pyc
+${PYSITELIB}/M2Crypto/SMIME.pyo
${PYSITELIB}/M2Crypto/SSL/Cipher.py
${PYSITELIB}/M2Crypto/SSL/Cipher.pyc
+${PYSITELIB}/M2Crypto/SSL/Cipher.pyo
${PYSITELIB}/M2Crypto/SSL/Connection.py
${PYSITELIB}/M2Crypto/SSL/Connection.pyc
+${PYSITELIB}/M2Crypto/SSL/Connection.pyo
${PYSITELIB}/M2Crypto/SSL/Context.py
${PYSITELIB}/M2Crypto/SSL/Context.pyc
+${PYSITELIB}/M2Crypto/SSL/Context.pyo
${PYSITELIB}/M2Crypto/SSL/Error.py
${PYSITELIB}/M2Crypto/SSL/Error.pyc
+${PYSITELIB}/M2Crypto/SSL/Error.pyo
${PYSITELIB}/M2Crypto/SSL/SSLServer.py
${PYSITELIB}/M2Crypto/SSL/SSLServer.pyc
+${PYSITELIB}/M2Crypto/SSL/SSLServer.pyo
${PYSITELIB}/M2Crypto/SSL/Session.py
${PYSITELIB}/M2Crypto/SSL/Session.pyc
+${PYSITELIB}/M2Crypto/SSL/Session.pyo
${PYSITELIB}/M2Crypto/SSL/__init__.py
${PYSITELIB}/M2Crypto/SSL/__init__.pyc
+${PYSITELIB}/M2Crypto/SSL/__init__.pyo
${PYSITELIB}/M2Crypto/SSL/cb.py
${PYSITELIB}/M2Crypto/SSL/cb.pyc
+${PYSITELIB}/M2Crypto/SSL/cb.pyo
${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.py
${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.pyc
+${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.pyo
${PYSITELIB}/M2Crypto/SSL/timeout.py
${PYSITELIB}/M2Crypto/SSL/timeout.pyc
+${PYSITELIB}/M2Crypto/SSL/timeout.pyo
${PYSITELIB}/M2Crypto/X509.py
${PYSITELIB}/M2Crypto/X509.pyc
+${PYSITELIB}/M2Crypto/X509.pyo
${PYSITELIB}/M2Crypto/__init__.py
${PYSITELIB}/M2Crypto/__init__.pyc
+${PYSITELIB}/M2Crypto/__init__.pyo
${PYSITELIB}/M2Crypto/__m2crypto.so
${PYSITELIB}/M2Crypto/callback.py
${PYSITELIB}/M2Crypto/callback.pyc
+${PYSITELIB}/M2Crypto/callback.pyo
${PYSITELIB}/M2Crypto/ftpslib.py
${PYSITELIB}/M2Crypto/ftpslib.pyc
+${PYSITELIB}/M2Crypto/ftpslib.pyo
${PYSITELIB}/M2Crypto/httpslib.py
${PYSITELIB}/M2Crypto/httpslib.pyc
+${PYSITELIB}/M2Crypto/httpslib.pyo
${PYSITELIB}/M2Crypto/m2.py
${PYSITELIB}/M2Crypto/m2.pyc
+${PYSITELIB}/M2Crypto/m2.pyo
${PYSITELIB}/M2Crypto/m2urllib.py
${PYSITELIB}/M2Crypto/m2urllib.pyc
+${PYSITELIB}/M2Crypto/m2urllib.pyo
${PYSITELIB}/M2Crypto/m2xmlrpclib.py
${PYSITELIB}/M2Crypto/m2xmlrpclib.pyc
+${PYSITELIB}/M2Crypto/m2xmlrpclib.pyo
${PYSITELIB}/M2Crypto/threading.py
${PYSITELIB}/M2Crypto/threading.pyc
+${PYSITELIB}/M2Crypto/threading.pyo
${PYSITELIB}/M2Crypto/util.py
${PYSITELIB}/M2Crypto/util.pyc
+${PYSITELIB}/M2Crypto/util.pyo
@dirrm ${PYSITELIB}/M2Crypto/SSL
@dirrm ${PYSITELIB}/M2Crypto/PGP
@dirrm ${PYSITELIB}/M2Crypto