SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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.

View 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