summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/xp/Makefile39
-rw-r--r--textproc/xp/distinfo2
-rw-r--r--textproc/xp/pkg-descr10
5 files changed, 1 insertions, 52 deletions
diff --git a/MOVED b/MOVED
index 4feccfdf49a9..20b63e89665a 100644
--- a/MOVED
+++ b/MOVED
@@ -4342,3 +4342,4 @@ graphics/acidwarp-sdl||2025-05-04|Has expired: Unmaintained by upstream as last
games/xjewel||2025-05-04|Has expired: Unmaintained as last release was in 1994
textproc/mysqlviz||2025-05-04|Has expired: Repo deleted upstream
textproc/sdif||2025-05-04|Has expired: Deprecated upstream, repo archived Nov 21, 2018
+textproc/xp||2025-05-04|Has expired: Obsolete, never versions of Java already include XML parser(s)
diff --git a/textproc/Makefile b/textproc/Makefile
index b0ab66a50910..6cc365021b1b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2199,7 +2199,6 @@
SUBDIR += xmlwrapp
SUBDIR += xom
SUBDIR += xorg-sgml-doctools
- SUBDIR += xp
SUBDIR += xslide.el
SUBDIR += xstream
SUBDIR += xsv-rs
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile
deleted file mode 100644
index 4d10b9494237..000000000000
--- a/textproc/xp/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME= xp
-PORTVERSION= 0.5
-PORTREVISION= 4
-CATEGORIES= textproc java
-MASTER_SITES= ftp://ftp.jclark.com/pub/xml/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= mike@vee.net
-COMMENT= XML parser written in Java
-WWW= http://www.jclark.com/xml/xp/index.html
-
-DEPRECATED= Obsolete, never versions of Java already include XML parser(s)
-EXPIRATION_DATE=2025-04-30
-
-USES= java zip
-
-NO_BUILD= yes
-
-PORTDOCS= api copying.txt index.html
-
-JARFILE= ${PORTNAME}.jar
-PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- @${ECHO_CMD} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${MKDIR} ${STAGEDIR}${JAVAJARDIR}
- @${INSTALL_DATA} ${WRKDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/
- @${ECHO_CMD} " [ DONE ]"
- @${ECHO_CMD} -n ">> Installing documentation in ${DOCSDIR}..."
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for DOCFILE in ${PORTDOCS}
- @${CP} -r ${WRKDIR}/docs/${DOCFILE} ${STAGEDIR}${DOCSDIR}/
- @${ECHO_CMD} -n " ${DOCFILE}"
-.endfor
- @${ECHO_CMD} " [ DONE ]"
-
-.include <bsd.port.mk>
diff --git a/textproc/xp/distinfo b/textproc/xp/distinfo
deleted file mode 100644
index ec62ae510d48..000000000000
--- a/textproc/xp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xp.zip) = 38b35ca80627afafdaa2140f7df339164abb5fceffe8b5783dadc75a05662a1d
-SIZE (xp.zip) = 281324
diff --git a/textproc/xp/pkg-descr b/textproc/xp/pkg-descr
deleted file mode 100644
index 600af946ed8e..000000000000
--- a/textproc/xp/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-From the XP homepage:
-
- XP is an XML 1.0 parser written in Java. It is fully conforming: it
- detects all non well-formed documents.
-
-XP has the following design goals: Conformance and correctness, high
-performance and a layered structure. It is currently non-validating but can
-parse all external entities.
-
-For more details, please see the XP homepage: