git: 02204ffdb49d - main - textproc/dom4j: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 May 2025 11:29:57 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02204ffdb49d4d32a82293bde68a801f6ba10353

commit 02204ffdb49d4d32a82293bde68a801f6ba10353
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:29:51 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:29:51 +0000

    textproc/dom4j: Remove expired port
    
    2025-04-30 textproc/dom4j: Outdated and unsupported upstream
---
 MOVED                    |  1 +
 textproc/Makefile        |  1 -
 textproc/dom4j/Makefile  | 31 -------------------------------
 textproc/dom4j/distinfo  |  2 --
 textproc/dom4j/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index 724f1d74f657..b41d30aa955e 100644
--- a/MOVED
+++ b/MOVED
@@ -4362,3 +4362,4 @@ textproc/jaxup||2025-05-04|Has expired: Abandonware and obsolete, last release i
 textproc/htdig||2025-05-04|Has expired: Abandonware, multiple unresolved bugs and no unicode support etc
 textproc/gmetadom||2025-05-04|Has expired: Abandonware, last release in 2007
 textproc/flip|converters/dos2unix|2025-05-04|Has expired: Unmaintained and dead upstream, consider using converters/dos2unix
+textproc/dom4j||2025-05-04|Has expired: Outdated and unsupported upstream
diff --git a/textproc/Makefile b/textproc/Makefile
index 306c0bd132d9..2ad134231389 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -171,7 +171,6 @@
     SUBDIR += docbookrx
     SUBDIR += docproj
     SUBDIR += docproj-fonts-cjk
-    SUBDIR += dom4j
     SUBDIR += domc
     SUBDIR += dsssl-docbook-modular
     SUBDIR += dtd-catalogs
diff --git a/textproc/dom4j/Makefile b/textproc/dom4j/Makefile
deleted file mode 100644
index 0d4bfd5a72bb..000000000000
--- a/textproc/dom4j/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	dom4j
-PORTVERSION=	1.6.1
-PORTREVISION=	2
-CATEGORIES=	textproc java
-MASTER_SITES=	SF
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Open Source XML framework for Java
-WWW=		https://www.dom4j.org/
-
-DEPRECATED=	Outdated and unsupported upstream
-EXPIRATION_DATE=2025-04-30
-
-USES=		cpe java
-CPE_VENDOR=	${PORTNAME}_project
-NO_BUILD=	yes
-
-OPTIONS_DEFINE=	DOCS
-
-PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
-
-PORTDOCS=	*
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar \
-			${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/textproc/dom4j/distinfo b/textproc/dom4j/distinfo
deleted file mode 100644
index 0a6a248f55d1..000000000000
--- a/textproc/dom4j/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dom4j-1.6.1.tar.gz) = 01b4abf86bce337a2a900bf121b3107320ba63b4c0f352e1922fbec6e0736c6f
-SIZE (dom4j-1.6.1.tar.gz) = 9687211
diff --git a/textproc/dom4j/pkg-descr b/textproc/dom4j/pkg-descr
deleted file mode 100644
index ceae165791ce..000000000000
--- a/textproc/dom4j/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-dom4j is an easy to use, open source library for working with XML, XPath
-and XSLT on the Java platform using the Java Collections Framework and
-with full support for DOM, SAX and JAXP.