summaryrefslogtreecommitdiff
path: root/textproc/ant-xinclude-task
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ant-xinclude-task')
-rw-r--r--textproc/ant-xinclude-task/Makefile41
-rw-r--r--textproc/ant-xinclude-task/distinfo2
-rw-r--r--textproc/ant-xinclude-task/files/patch-build.xml11
-rw-r--r--textproc/ant-xinclude-task/pkg-descr8
4 files changed, 0 insertions, 62 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile
deleted file mode 100644
index a6578b3ea522..000000000000
--- a/textproc/ant-xinclude-task/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Ernst de Haan <znerd@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xinclude-task
-PORTVERSION= 0.2
-PORTREVISION= 2
-CATEGORIES= textproc java
-MASTER_SITES= http://people.freebsd.org/~znerd/xinclude-task/
-PKGNAMEPREFIX= ant-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XInclude task for Jakarta Ant
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-BUILD_DEPENDS= ${JAVALIBDIR}/xincluder.jar:textproc/xincluder
-
-USE_JAVA= yes
-JAVA_VERSION= 1.6+
-USE_ANT= yes
-NO_ARCH= yes
-
-ALL_TARGET= jar apidocs
-PORTDOCS= *
-MAKE_ENV= CLASSPATH=${JAVALIBDIR}/xincluder.jar
-
-PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- @${MKDIR} ${JAVAJARDIR}
- ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/
-
-do-install-DOCS-on:
- cd ${WRKSRC}/build/apidocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/ant-xinclude-task/distinfo b/textproc/ant-xinclude-task/distinfo
deleted file mode 100644
index 2349929bfdb8..000000000000
--- a/textproc/ant-xinclude-task/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xinclude-task-0.2.tar.gz) = e630714c489d5f980851531abc208802a3c79269d1e7a1c2c48a33ed15ee52d0
-SIZE (xinclude-task-0.2.tar.gz) = 4721
diff --git a/textproc/ant-xinclude-task/files/patch-build.xml b/textproc/ant-xinclude-task/files/patch-build.xml
deleted file mode 100644
index cad9ec612cb0..000000000000
--- a/textproc/ant-xinclude-task/files/patch-build.xml
+++ /dev/null
@@ -1,11 +0,0 @@
---- build.xml.orig 2003-09-17 10:03:21 UTC
-+++ build.xml
-@@ -144,8 +144,6 @@
- windowtitle="${javadoc.title}"
- doctitle="${javadoc.title}"
- bottom="${javadoc.footer}">
-- <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api" />
-- <link href="http://people.FreeBSD.org/~znerd/ant15-apidocs" />
- </javadoc>
- </target>
-
diff --git a/textproc/ant-xinclude-task/pkg-descr b/textproc/ant-xinclude-task/pkg-descr
deleted file mode 100644
index 095147ad1770..000000000000
--- a/textproc/ant-xinclude-task/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-XInclude task for Jakarta Ant. The Ant XInclude task allows Ant
-build files to apply XInclude processing to XML files. It is
-based on the XInclude processor developed by Elliotte Rusty
-Harold. You need the xincluder.jar file for the XInclude task to
-work properly. Please put this JAR in your CLASSPATH along with
-the xinclude-task JAR file.
-
-WWW: https://people.freebsd.org/~znerd/xinclude-task/