diff options
Diffstat (limited to 'textproc/dom4j')
-rw-r--r-- | textproc/dom4j/Makefile | 31 | ||||
-rw-r--r-- | textproc/dom4j/distinfo | 2 | ||||
-rw-r--r-- | textproc/dom4j/pkg-descr | 3 |
3 files changed, 0 insertions, 36 deletions
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. |