SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/py-rencode/pkg/DESCR
Normal file
6
devel/py-rencode/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The rencode module is similar to bencode from the BitTorrent project.
|
||||
For complex, heterogeneous data structures with many small elements,
|
||||
r-encodings take up significantly less space than b-encodings. This
|
||||
version of rencode is a complete rewrite in Cython to attempt to
|
||||
increase the performance over the pure Python module written by
|
||||
Petru Paler, Connelly Barnes et al.
|
16
devel/py-rencode/pkg/PLIST
Normal file
16
devel/py-rencode/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
@pkgpath devel/py-rencode
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/COPYING
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/rencode/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/${MODPY_PYCACHE}rencode_orig.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/${MODPY_PYCACHE}rencode_orig.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
@so lib/python${MODPY_VERSION}/site-packages/rencode/_rencode.${MODPY_PYC_MAGIC_TAG}so
|
||||
lib/python${MODPY_VERSION}/site-packages/rencode/rencode_orig.py
|
Loading…
Add table
Add a link
Reference in a new issue