SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/py-bitstring/pkg/DESCR
Normal file
4
devel/py-bitstring/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Bitstrings can be constructed from integers (big and little endian), hex, octal,
|
||||
binary, strings or files. They can be sliced, joined, reversed, inserted into,
|
||||
overwritten, etc. with simple functions or slice notation. They can also be
|
||||
read from, searched and replaced, and navigated in, similar to a file or stream.
|
7
devel/py-bitstring/pkg/PLIST
Normal file
7
devel/py-bitstring/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@pkgpath devel/py-bitstring
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}bitstring.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bitstring-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/bitstring.py
|
||||
share/doc/${MODPY_PY_PREFIX}bitstring/
|
||||
share/doc/${MODPY_PY_PREFIX}bitstring/README.rst
|
Loading…
Add table
Add a link
Reference in a new issue