[57311] trunk/dports/python/py26-crypto/Portfile

ram at macports.org ram at macports.org
Wed Sep 9 05:59:10 PDT 2009


Revision: 57311
          http://trac.macports.org/changeset/57311
Author:   ram at macports.org
Date:     2009-09-09 05:59:06 -0700 (Wed, 09 Sep 2009)
Log Message:
-----------
python/py26-crypto: whitespace

Modified Paths:
--------------
    trunk/dports/python/py26-crypto/Portfile

Modified: trunk/dports/python/py26-crypto/Portfile
===================================================================
--- trunk/dports/python/py26-crypto/Portfile	2009-09-09 11:13:44 UTC (rev 57310)
+++ trunk/dports/python/py26-crypto/Portfile	2009-09-09 12:59:06 UTC (rev 57311)
@@ -1,34 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python26 1.0
+PortSystem       1.0
+PortGroup        python26 1.0
 
-name			py26-crypto
-version			2.0.1
-categories		python security
-platforms		darwin freebsd
-maintainers		ram openmaintainer
-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.
+name             py26-crypto
+version          2.0.1
+categories       python security
+platforms        darwin freebsd
+maintainers      ram openmaintainer
+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
+homepage         http://www.amk.ca/python/code/crypto.html
+master_sites     http://www.amk.ca/files/python/crypto/
+distname         pycrypto-${version}
 
-#test.run		yes
-#test.cmd		${python.bin} test.py
+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}
+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}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	pycrypto-(\[0-9\.\]+).tar.gz
+livecheck.check  regex
+livecheck.url    ${homepage}
+livecheck.regex  pycrypto-(\[0-9\.\]+).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090909/368e835c/attachment.html>


More information about the macports-changes mailing list