summaryrefslogtreecommitdiff
path: root/devel/py-pcodedmp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pcodedmp')
-rw-r--r--devel/py-pcodedmp/Makefile27
-rw-r--r--devel/py-pcodedmp/distinfo3
-rw-r--r--devel/py-pcodedmp/pkg-descr11
3 files changed, 0 insertions, 41 deletions
diff --git a/devel/py-pcodedmp/Makefile b/devel/py-pcodedmp/Makefile
deleted file mode 100644
index da16010fda14..000000000000
--- a/devel/py-pcodedmp/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= pcodedmp
-PORTVERSION= 1.2.6
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= VBA p-code disassembler
-WWW= https://github.com/bontchev/pcodedmp
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired devel/py-oletools
-EXPIRATION_DATE=2025-06-01
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oletools>=0.54:devel/py-oletools@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-pcodedmp/distinfo b/devel/py-pcodedmp/distinfo
deleted file mode 100644
index 540a79b25bd0..000000000000
--- a/devel/py-pcodedmp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1660576680
-SHA256 (pcodedmp-1.2.6.tar.gz) = 025f8c809a126f45a082ffa820893e6a8d990d9d7ddb68694b5a9f0a6dbcd955
-SIZE (pcodedmp-1.2.6.tar.gz) = 35549
diff --git a/devel/py-pcodedmp/pkg-descr b/devel/py-pcodedmp/pkg-descr
deleted file mode 100644
index 805a30f9f9b7..000000000000
--- a/devel/py-pcodedmp/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-pcodedmp.py is a VBA p-code disassembler.
-
-It is not widely known, but macros written in VBA (Visual Basic for
-Applications; the macro programming language used in Microsoft Office) exist in
-three different executable forms, each of which can be what is actually executed
-at run time, depending on the circumstances.
-
-Since most of the time it is the p-code that determines what exactly a macro
-would do (even if neither source code, nor execodes are present), it would make
-sense to have a tool that can display it. This is what prompted us to create
-this VBA p-code disassembler.