Diff
Added: trunk/dports/python/py26-bitstring/Portfile (0 => 70182)
--- trunk/dports/python/py26-bitstring/Portfile (rev 0)
+++ trunk/dports/python/py26-bitstring/Portfile 2010-07-31 20:33:29 UTC (rev 70182)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+name py26-bitstring
+version 2.0.3
+categories-append devel
+maintainers blb openmaintainer
+description Module to simplify handling of binary data
+long_description \
+ bitstring is a pure Python module that makes the creation, manipulation \
+ and analysis of binary data as simple and natural as possible.
+
+platforms darwin
+
+homepage http://code.google.com/p/python-bitstring/
+master_sites googlecode:python-bitstring
+distname bitstring-${version}
+use_zip yes
+
+checksums md5 6ffd52c12791a8a86f367b9df5c0901c \
+ sha1 30aaeba4fcb27b94a7b30e8f6c68ebb07baa1fb5 \
+ rmd160 4661635842c99ed927453c5c4edd575b9d800b2d
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README.txt release_notes.txt \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/doc/bitstring_manual.pdf \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/python/py26-bitstring/Portfile
___________________________________________________________________
Added: svn:keywords
Added: svn:eol-style
Added: trunk/dports/python/py27-bitstring/Portfile (0 => 70182)
--- trunk/dports/python/py27-bitstring/Portfile (rev 0)
+++ trunk/dports/python/py27-bitstring/Portfile 2010-07-31 20:33:29 UTC (rev 70182)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+name py27-bitstring
+version 2.0.3
+categories-append devel
+maintainers blb openmaintainer
+description Module to simplify handling of binary data
+long_description \
+ bitstring is a pure Python module that makes the creation, manipulation \
+ and analysis of binary data as simple and natural as possible.
+
+platforms darwin
+
+homepage http://code.google.com/p/python-bitstring/
+master_sites googlecode:python-bitstring
+distname bitstring-${version}
+use_zip yes
+
+checksums md5 6ffd52c12791a8a86f367b9df5c0901c \
+ sha1 30aaeba4fcb27b94a7b30e8f6c68ebb07baa1fb5 \
+ rmd160 4661635842c99ed927453c5c4edd575b9d800b2d
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README.txt release_notes.txt \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/doc/bitstring_manual.pdf \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/python/py27-bitstring/Portfile
___________________________________________________________________
Added: svn:keywords
Added: svn:eol-style
Added: trunk/dports/python/py31-bitstring/Portfile (0 => 70182)
--- trunk/dports/python/py31-bitstring/Portfile (rev 0)
+++ trunk/dports/python/py31-bitstring/Portfile 2010-07-31 20:33:29 UTC (rev 70182)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python31 1.0
+name py31-bitstring
+version 2.0.3
+categories-append devel
+maintainers blb openmaintainer
+description Module to simplify handling of binary data
+long_description \
+ bitstring is a pure Python module that makes the creation, manipulation \
+ and analysis of binary data as simple and natural as possible.
+
+platforms darwin
+
+homepage http://code.google.com/p/python-bitstring/
+master_sites googlecode:python-bitstring
+distname bitstring-${version}
+use_zip yes
+
+checksums md5 6ffd52c12791a8a86f367b9df5c0901c \
+ sha1 30aaeba4fcb27b94a7b30e8f6c68ebb07baa1fb5 \
+ rmd160 4661635842c99ed927453c5c4edd575b9d800b2d
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} README.txt release_notes.txt \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 ${worksrcpath}/doc/bitstring_manual.pdf \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/python/py31-bitstring/Portfile
___________________________________________________________________
Added: svn:keywords
Added: svn:eol-style