[52483] trunk/dports/python

phw at macports.org phw at macports.org
Wed Jun 17 05:58:15 PDT 2009


Revision: 52483
          http://trac.macports.org/changeset/52483
Author:   phw at macports.org
Date:     2009-06-17 05:58:14 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
added py30-crcmod, but its pythoncode seems to be broken

Added Paths:
-----------
    trunk/dports/python/py30-crcmod/
    trunk/dports/python/py30-crcmod/Portfile

Added: trunk/dports/python/py30-crcmod/Portfile
===================================================================
--- trunk/dports/python/py30-crcmod/Portfile	                        (rev 0)
+++ trunk/dports/python/py30-crcmod/Portfile	2009-06-17 12:58:14 UTC (rev 52483)
@@ -0,0 +1,27 @@
+
+PortSystem          1.0
+PortGroup           python30 1.0
+
+name                py30-crcmod
+version             1.5
+revision            1
+categories          python databases
+platforms           darwin
+
+maintainers         phw openmaintainer
+description         Python module for creating functions computing the Cyclic Redundancy Check (CRC).
+long_description    ${description}
+homepage            http://crcmod.sourceforge.net/
+master_sites        sourceforge:crcmod
+distname            crcmod-${version}
+checksums           md5     e756b35dd475164099f856ed45f63f1b \
+                    sha1    9605f1ba1f3ed20c7d541bf08d2f755271cf7630 \
+                    rmd160  cefd4443f2058505249e853cb0698513c1c1db85
+
+
+build.args-append -f
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} README changelog ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/6b443ebf/attachment.html>


More information about the macports-changes mailing list