diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 17:06:42 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 17:06:42 +0000 |
| commit | 8b114254ec4d1330c92c3b4db570c5459603e6f8 (patch) | |
| tree | e56a71cfbaa52c93f89bdb92e302e1446600bdfe | |
| parent | 12788c2713661662dbab0d3595b47a6abfa06009 (diff) | |
devel/py-pcodedmp: Remove expired port
2025-06-01 devel/py-pcodedmp: Depends on expired devel/py-oletools
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-pcodedmp/Makefile | 27 | ||||
| -rw-r--r-- | devel/py-pcodedmp/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-pcodedmp/pkg-descr | 11 |
5 files changed, 1 insertions, 42 deletions
@@ -4464,3 +4464,4 @@ net/pichi||2025-06-02|Has expired: Depends on expired security/mbedtls2 science/pastix||2025-06-02|Has expired: Depends on expired lang/julia science/dvc||2025-06-02|Has expired: Depends on expired math/py-grandalf textproc/py-extract-msg||2025-06-02|Has expired: Depends on expiring textproc/py-RTFDE +devel/py-pcodedmp||2025-06-02|Has expired: Depends on expired devel/py-oletools diff --git a/devel/Makefile b/devel/Makefile index d24da430a52f..3880533f99d4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5412,7 +5412,6 @@ SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pbs-installer - SUBDIR += py-pcodedmp SUBDIR += py-pcpp SUBDIR += py-pdm SUBDIR += py-pdm-autoexport 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. |
