SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/py-puremagic/pkg/DESCR
Normal file
6
devel/py-puremagic/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Puremagic is a pure python module that will identify a file based off it's magic
|
||||
numbers. It is designed to be minimalistic and inherently cross platform
|
||||
compatible. It is also designed to be a stand in for python-magic.
|
||||
|
||||
It does NOT try to match files off non-magic string. In other words it will not
|
||||
search for a string within a certain window of bytes like others might.
|
18
devel/py-puremagic/pkg/PLIST
Normal file
18
devel/py-puremagic/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/puremagic/
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/__main__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/${MODPY_PYCACHE}main.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/magic_data.json
|
||||
lib/python${MODPY_VERSION}/site-packages/puremagic/main.py
|
Loading…
Add table
Add a link
Reference in a new issue