diff options
Diffstat (limited to 'textproc/py-RTFDE')
-rw-r--r-- | textproc/py-RTFDE/Makefile | 25 | ||||
-rw-r--r-- | textproc/py-RTFDE/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-RTFDE/pkg-descr | 8 |
3 files changed, 0 insertions, 36 deletions
diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile deleted file mode 100644 index 0f3622cdc2b1..000000000000 --- a/textproc/py-RTFDE/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= RTFDE -DISTVERSION= 0.1.1 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= DtxdF@disroot.org -COMMENT= Library for extracting HTML content from RTF encapsulated HTML -WWW= https://github.com/seamustuohy/RTFDE - -LICENSE= LGPL3 - -DEPRECATED= Depends on expired devel/py-oletools -EXPIRATION_DATE=2025-06-01 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/py-RTFDE/distinfo b/textproc/py-RTFDE/distinfo deleted file mode 100644 index f4cbe3da143a..000000000000 --- a/textproc/py-RTFDE/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1702394408 -SHA256 (RTFDE-0.1.1.tar.gz) = 9e43485e79b2dd1018127735d8134f65d2a9d73af314d2a101f10346333b241e -SIZE (RTFDE-0.1.1.tar.gz) = 43608 diff --git a/textproc/py-RTFDE/pkg-descr b/textproc/py-RTFDE/pkg-descr deleted file mode 100644 index a5947fc01470..000000000000 --- a/textproc/py-RTFDE/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -RTFDE is a python3 library for extracting encapsulated HTML & plain -text content from the RTF bodies of .msg files. - -De-encapsulation enables previously encapsulated HTML and plain -text content to be extracted and rendered as HTML and plain text -instead of the encapsulating RTF content. After de-encapsulation, -the HTML and plain text should differ only minimally from the -original HTML or plain text content. |