[22212] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 21 15:34:32 PST 2007


Revision: 22212
          http://trac.macosforge.org/projects/macports/changeset/22212
Author:   mww at macports.org
Date:     2007-02-21 15:34:32 -0800 (Wed, 21 Feb 2007)

Log Message:
-----------
new port py25-crypto

Added Paths:
-----------
    trunk/dports/python/py25-crypto/
    trunk/dports/python/py25-crypto/Portfile

Added: trunk/dports/python/py25-crypto/Portfile
===================================================================
--- trunk/dports/python/py25-crypto/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-crypto/Portfile	2007-02-21 23:34:32 UTC (rev 22212)
@@ -0,0 +1,38 @@
+# $Id: Portfile 20375 2006-11-02 19:41:54Z blair at macports.org $
+
+PortSystem 1.0
+#PortGroup python25 1.0
+
+name			py25-crypto
+version			2.0.1
+categories		python security
+platforms		darwin freebsd
+maintainers		mww at macports.org
+description		collection of cryptographic algorithms and protocols for python
+long_description	collection of cryptographic algorithms and protocols, \
+				implemented for use from python. Among are MD2, MD4, \
+				RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, \
+				IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.
+
+homepage		http://www.amk.ca/python/code/crypto.html
+master_sites	http://www.amk.ca/files/python/crypto/
+distname		pycrypto-${version}
+checksums		sha1 c77cdefdfb06e4749690013a9a9e1600ab14e26f
+
+#test.run		yes
+#test.cmd		${python.bin} test.py
+test.target
+
+post-destroot	{
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog LICENSE README TODO \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+# remove these lines when python25 port group is available
+use_configure	no
+build.cmd		${prefix}/bin/python2.5 setup.py
+build.target	build
+destroot.cmd	${build.cmd}
+destroot.destdir	--prefix=${prefix} --root=${destroot}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070221/e0b9ae90/attachment.html


More information about the macports-changes mailing list