Ticket #27309: Portfile-py26-crypto.diff
File Portfile-py26-crypto.diff, 1.2 KB (added by mike-savory, 14 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-crypto 7 version 2. 0.17 version 2.3 8 8 revision 1 9 9 categories python security 10 10 platforms darwin freebsd … … 15 15 ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, \ 16 16 RSA, DSA, ElGamal, qNEW. 17 17 18 homepage http://www. amk.ca/python/code/crypto.html19 master_sites http:// www.amk.ca/files/python/crypto/18 homepage http://www.dlitz.net/software/pycrypto/ 19 master_sites http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ 20 20 distname pycrypto-${version} 21 21 22 checksums md5 4d5674f3898a573691ffb335e8d749cd \ 23 sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f \ 24 rmd160 5ce938a24f77f414e42680c17ef9b6dc8de94a2e 25 26 patchfiles patch-hash_modules.diff 22 checksums md5 2b811cfbfc342d83ee614097effb8101 \ 23 sha1 96b33b77e729893bd0837a09a6aa7a12b5070037 \ 24 rmd160 5b7b15aab3f5e33113ba197a2edd629c72595374 27 25 28 26 #test.run yes 29 27 #test.cmd ${python.bin} test.py