summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/ant-xinclude-task/Makefile46
-rw-r--r--textproc/ant-xinclude-task/distinfo1
-rw-r--r--textproc/ant-xinclude-task/pkg-comment1
-rw-r--r--textproc/ant-xinclude-task/pkg-descr8
-rw-r--r--textproc/ant-xinclude-task/pkg-plist23
6 files changed, 80 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e38a277..cdb3b05 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -4,6 +4,7 @@
SUBDIR += aft
SUBDIR += agrep
SUBDIR += align
+ SUBDIR += ant-xinclude-task
SUBDIR += antiword
SUBDIR += ascii2pdf
SUBDIR += aspell
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile
new file mode 100644
index 0000000..36212e5
--- /dev/null
+++ b/textproc/ant-xinclude-task/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: XInclude task for Jakarta Ant
+# Date created: October 18, 2002
+# Whom: Ernst de Haan <znerd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xinclude-task
+PORTVERSION= 0.1
+CATEGORIES= textproc java
+MASTER_SITES= http://people.freebsd.org/~znerd/xinclude-task/
+PKGNAMEPREFIX= ant-
+
+MAINTAINER= znerd@FreeBSD.org
+
+BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant
+
+USE_JAVA= 1.1+
+
+ANT?= ${LOCALBASE}/bin/ant
+.if defined(NOPORTDOCS)
+ANT_TARGET= jar
+.else
+ANT_TARGET= jar apidocs
+.endif
+JAVASHAREDIR= ${PREFIX}/share/java
+DOCSDIR= ${PREFIX}/doc/${PORTNAME}
+JARDIR= ${JAVASHAREDIR}/classes
+
+do-build:
+ @cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
+
+do-install:
+
+ @${ECHO} -n ">> Installing JAR as ${JAVASHAREDIR}/classes/${PORTNAME}.jar..."
+ @${CP} ${WRKSRC}/build/${PORTNAME}.jar ${JARDIR}/
+ @${ECHO} " [ DONE ]"
+
+.if !defined(NOPORTDOCS)
+ @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
+ @${MKDIR} ${DOCSDIR}
+ @${CP} -r ${WRKSRC}/build/apidocs/* ${DOCSDIR}
+ @${ECHO} " [ DONE ]"
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/ant-xinclude-task/distinfo b/textproc/ant-xinclude-task/distinfo
new file mode 100644
index 0000000..0d6e04b
--- /dev/null
+++ b/textproc/ant-xinclude-task/distinfo
@@ -0,0 +1 @@
+MD5 (xinclude-task-0.1.tar.gz) = 5dd009fc3b4d33a25b9a0d4a481d2857
diff --git a/textproc/ant-xinclude-task/pkg-comment b/textproc/ant-xinclude-task/pkg-comment
new file mode 100644
index 0000000..b6bc0d8
--- /dev/null
+++ b/textproc/ant-xinclude-task/pkg-comment
@@ -0,0 +1 @@
+XInclude task for Jakarta Ant
diff --git a/textproc/ant-xinclude-task/pkg-descr b/textproc/ant-xinclude-task/pkg-descr
new file mode 100644
index 0000000..04ae666
--- /dev/null
+++ b/textproc/ant-xinclude-task/pkg-descr
@@ -0,0 +1,8 @@
+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: http://people.freebsd.org/~znerd/xinclude-task/
diff --git a/textproc/ant-xinclude-task/pkg-plist b/textproc/ant-xinclude-task/pkg-plist
new file mode 100644
index 0000000..5c20969
--- /dev/null
+++ b/textproc/ant-xinclude-task/pkg-plist
@@ -0,0 +1,23 @@
+doc/xinclude-task/org/znerd/xincludetask/class-use/XIncludeTask.html
+doc/xinclude-task/org/znerd/xincludetask/package-use.html
+doc/xinclude-task/org/znerd/xincludetask/package-summary.html
+doc/xinclude-task/org/znerd/xincludetask/package-tree.html
+doc/xinclude-task/org/znerd/xincludetask/package-frame.html
+doc/xinclude-task/org/znerd/xincludetask/XIncludeTask.html
+doc/xinclude-task/serialized-form.html
+doc/xinclude-task/packages.html
+doc/xinclude-task/package-list
+doc/xinclude-task/overview-tree.html
+doc/xinclude-task/index.html
+doc/xinclude-task/index-all.html
+doc/xinclude-task/help-doc.html
+doc/xinclude-task/deprecated-list.html
+doc/xinclude-task/stylesheet.css
+doc/xinclude-task/allclasses-frame.html
+share/java/classes/xinclude-task.jar
+@dirrm doc/xinclude-task/org/znerd/xincludetask/class-use
+@dirrm doc/xinclude-task/org/znerd/xincludetask
+@dirrm doc/xinclude-task/org/znerd
+@dirrm doc/xinclude-task/org
+@dirrm doc/xinclude-task
+@dirrm doc
OpenPOWER on IntegriCloud