aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-02 17:08:39 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-02 17:08:39 +0000
commitdd2fcc24f6c86079166e5c4bb242c81423ba5283 (patch)
tree454d52b4beb7f53ada899729daa9e82f80e334e9
parentb8a4281357140bd7cc944cad6f91b733afe276ba (diff)
textproc/py-RTFDE: Remove expired port
2025-06-01 textproc/py-RTFDE: Depends on expired devel/py-oletools
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-RTFDE/Makefile25
-rw-r--r--textproc/py-RTFDE/distinfo3
-rw-r--r--textproc/py-RTFDE/pkg-descr8
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 9dcd046339e4..8f4b0711c864 100644
--- a/MOVED
+++ b/MOVED
@@ -4468,3 +4468,4 @@ devel/py-pcodedmp||2025-06-02|Has expired: Depends on expired devel/py-oletools
deskutils/gcalcli||2025-06-02|Has expired: Depends on expired security/py-oauth2client
audio/lmms||2025-06-02|Has expired: Depends on expiring audio/carla
audio/carla||2025-06-02|Has expired: Depends on expired audio/py-pyliblo
+textproc/py-RTFDE||2025-06-02|Has expired: Depends on expired devel/py-oletools
diff --git a/textproc/Makefile b/textproc/Makefile
index 9198d5bc141e..5e15012d5c5b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1299,7 +1299,6 @@
SUBDIR += py-CommonMark
SUBDIR += py-Morfessor
SUBDIR += py-QDarkStyle
- SUBDIR += py-RTFDE
SUBDIR += py-TatSu
SUBDIR += py-Tempita
SUBDIR += py-accessible-pygments
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.