Revision: 70182 http://trac.macports.org/changeset/70182 Author: blb@macports.org Date: 2010-07-31 13:33:29 -0700 (Sat, 31 Jul 2010) Log Message: ----------- New ports: py*-bitstring, Module to simplify handling of binary data Added Paths: ----------- trunk/dports/python/py26-bitstring/ trunk/dports/python/py26-bitstring/Portfile trunk/dports/python/py27-bitstring/ trunk/dports/python/py27-bitstring/Portfile trunk/dports/python/py31-bitstring/ trunk/dports/python/py31-bitstring/Portfile Added: trunk/dports/python/py26-bitstring/Portfile =================================================================== --- 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 + Id Added: svn:eol-style + native Added: trunk/dports/python/py27-bitstring/Portfile =================================================================== --- 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 + Id Added: svn:eol-style + native Added: trunk/dports/python/py31-bitstring/Portfile =================================================================== --- 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 + Id Added: svn:eol-style + native