# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-bitstring # py-bitstring/Makefile # py-bitstring/pkg-descr # py-bitstring/distinfo # echo c - py-bitstring mkdir -p py-bitstring > /dev/null 2>&1 echo x - py-bitstring/Makefile sed 's/^X//' >py-bitstring/Makefile << 'e848f4ba5a9fcc56a0d4daefbcd59819' X# New ports collection makefile for: py-bitstring X# Date created: 2010-11-29 X# Whom: Sofian Brabez X# X# $FreeBSD$ X# X XPORTNAME= bitstring XPORTVERSION= 2.0.3 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= sbrabez@gmail.com XCOMMENT= Simple construction, analysis and modification of binary data X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes XUSE_ZIP= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.py \ X %%PYTHON_SITELIBDIR%%/${PORTNAME}.pyc \ X %%PYTHON_SITELIBDIR%%/${PORTNAME}.pyo X XDOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} X XPORTDOCS= PKG-INFO README.txt release_notes.txt X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} X.endif X Xregression-test: X @(cd ${WRKSRC}/test && ${PYTHON_CMD} test_${PORTNAME}.py) X X.include e848f4ba5a9fcc56a0d4daefbcd59819 echo x - py-bitstring/pkg-descr sed 's/^X//' >py-bitstring/pkg-descr << '066f44db1eeddb075f00e6d2238bcae8' Xbitstring is a pure Python module designed to help make the creation and Xanalysis of binary data as simple and natural as possible. X XBitStrings can be constructed from integers (big and little endian), hex, octal, Xbinary, strings or files. They can be sliced, joined, reversed, inserted into, Xoverwritten, etc. with simple functions or slice notation. They can also be Xread from, searched and replaced, and navigated in, similar to a file or stream. X Xbitstring is open source software, and has been released under the MIT licence. X XWWW: http://pypi.python.org/pypi/bitstring 066f44db1eeddb075f00e6d2238bcae8 echo x - py-bitstring/distinfo sed 's/^X//' >py-bitstring/distinfo << '21e048c6b207adccb0c08d648f1664c4' XSHA256 (bitstring-2.0.3.zip) = 4ad523c537a229b6350f24bc20c7a61fec115480f211acbe2e0503173fea9231 XSIZE (bitstring-2.0.3.zip) = 487048 21e048c6b207adccb0c08d648f1664c4 exit