summaryrefslogtreecommitdiff
path: root/devel/py-oletools
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-oletools')
-rw-r--r--devel/py-oletools/Makefile32
-rw-r--r--devel/py-oletools/distinfo3
-rw-r--r--devel/py-oletools/pkg-descr4
3 files changed, 0 insertions, 39 deletions
diff --git a/devel/py-oletools/Makefile b/devel/py-oletools/Makefile
deleted file mode 100644
index 722499ac98d9..000000000000
--- a/devel/py-oletools/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= oletools
-PORTVERSION= 0.60.2
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= Tools to analyze security characteristics of MS OLE2 files
-WWW= https://pypi.org/project/oletools/
-
-LICENSE= BSD2CLAUSE MIT
-LICENSE_COMB= multi
-LICENSE_FILE= ${WRKSRC}/oletools/LICENSE.txt
-
-DEPRECATED= Depends on expired textproc/py-colorclass
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorclass>=0:textproc/py-colorclass@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}easygui>=0:x11-toolkits/py-easygui@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}msoffcrypto-tool>=0:security/py-msoffcrypto-tool@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyparsing2>=2.1.0<3:devel/py-pyparsing2@${PY_FLAVOR}
-
-USES= dos2unix python zip
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-oletools/distinfo b/devel/py-oletools/distinfo
deleted file mode 100644
index d8a2d7198ba3..000000000000
--- a/devel/py-oletools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1720176778
-SHA256 (oletools-0.60.2.zip) = ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3
-SIZE (oletools-0.60.2.zip) = 3433750
diff --git a/devel/py-oletools/pkg-descr b/devel/py-oletools/pkg-descr
deleted file mode 100644
index c4746b120fec..000000000000
--- a/devel/py-oletools/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Python tools to analyze security characteristics of MS OLE2 files (also called
-Structured Storage, Compound File Binary Format or Compound Document File
-Format), such as Microsoft Office documents, for Malware Analysis and Incident
-Response.