# $Id: Portfile 76953 2011-03-15 03:47:33Z blb@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name py27-bitstring version 2.1.1 categories-append devel license MIT 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 00257aea3e5bcb8a87dd870f692c2460 \ sha1 6415f8b5206954ef76867d8350eceab82b629a4f \ rmd160 e5834c017595b4282bf10d4f7a450a2e15843874 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} }