git: 5ff85bbd2cac - main - textproc/xmlenc: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 09:56:39 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff85bbd2cac3faec5b7e8f4c11ea87d4903d061
commit 5ff85bbd2cac3faec5b7e8f4c11ea87d4903d061
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-02 09:56:32 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-02 09:56:32 +0000
textproc/xmlenc: Remove expired port
2025-07-31 textproc/xmlenc: Outdated and obsolete, last release in 2005
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/xmlenc/Makefile | 49 -----------------------------------------------
textproc/xmlenc/distinfo | 2 --
textproc/xmlenc/pkg-descr | 3 ---
5 files changed, 1 insertion(+), 55 deletions(-)
diff --git a/MOVED b/MOVED
index cb04c1826362..30749fa17b28 100644
--- a/MOVED
+++ b/MOVED
@@ -4689,3 +4689,4 @@ devel/pth-hard||2025-08-02|Has expired: Abandoned, last release in 2006
devel/pth||2025-08-02|Has expired: Abandoned, last release in 2006
databases/rrdtool12|databases/rrdtool|2025-08-02|Has expired: Legacy version that's unsupported upstream and unfetchable
sysutils/memtest86+||2025-08-02|Has expired: ELF binary for BIOS boot has been broken for a long while
+textproc/xmlenc||2025-08-02|Has expired: Outdated and obsolete, last release in 2005
diff --git a/textproc/Makefile b/textproc/Makefile
index 3d1e566fe55a..6ec1835fceaa 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2185,7 +2185,6 @@
SUBDIR += xmlada
SUBDIR += xmlcatmgr
SUBDIR += xmlcharent
- SUBDIR += xmlenc
SUBDIR += xmlf90
SUBDIR += xmlformat
SUBDIR += xmlgen
diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile
deleted file mode 100644
index 14d3146ffa04..000000000000
--- a/textproc/xmlenc/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-PORTNAME= xmlenc
-PORTVERSION= 0.52
-PORTREVISION= 3
-CATEGORIES= textproc java
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Light-weight XML encoding library for Java
-WWW= https://xmlenc.sourceforge.net/
-
-USES= java:ant,run tar:tgz
-JAVA_VERSION= 8
-
-DEPRECATED= Outdated and obsolete, last release in 2005
-EXPIRATION_DATE=2025-07-31
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= DOCS
-
-ALL_TARGET= jar
-DOCS_ALL_TARGET=javadoc
-PORTDOCS= *
-JARFILE= ${PORTNAME}.jar
-PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
-
-.include <bsd.port.pre.mk>
-
-JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1
-.if ${JDK_API} != ""
-MAKE_ARGS+= -Djavadoc.srcdir.j2se=${JDK_API}
-
-do-configure:
- ${REINPLACE_CMD} -e 's,http://java.sun.com/j2se/1.3/docs/api,${JDK_API},' ${WRKSRC}/build.xml
-.endif
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/
- @${ECHO_MSG} " [ DONE ]"
-
-do-install-DOCS-on:
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..."
- @cd ${WRKSRC}/build/javadoc/ \
- && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-
-.include <bsd.port.post.mk>
diff --git a/textproc/xmlenc/distinfo b/textproc/xmlenc/distinfo
deleted file mode 100644
index a09a74894d51..000000000000
--- a/textproc/xmlenc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmlenc-0.52.tgz) = b9440fe46d4a4e53cfbef15f9702b3cff955728a210d3246faf50a24a7b3aa53
-SIZE (xmlenc-0.52.tgz) = 103746
diff --git a/textproc/xmlenc/pkg-descr b/textproc/xmlenc/pkg-descr
deleted file mode 100644
index 25e586f4c843..000000000000
--- a/textproc/xmlenc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Light-weight XML encoding library for Java. It fills the gap
-between a light-weight parser like SAX, and a heavy-weight XML
-output library, like JDOM.