summaryrefslogtreecommitdiff
path: root/textproc/xincluder
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-10-18 15:37:40 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-10-18 15:37:40 +0000
commit665464a8285eb3d39da94a52052d6e0750aa0bf4 (patch)
tree1925e779e9c65f54cc9ca92ce93a872f395d8fa6 /textproc/xincluder
parentExplictly disable GSSAPI. (diff)
New port: xincluder. This is a Java-based XInclude engine.
See: http://xincluder.sourceforge.net/
Notes
Notes: svn path=/head/; revision=68259
Diffstat (limited to 'textproc/xincluder')
-rw-r--r--textproc/xincluder/Makefile38
-rw-r--r--textproc/xincluder/distinfo1
-rw-r--r--textproc/xincluder/pkg-comment1
-rw-r--r--textproc/xincluder/pkg-descr4
-rw-r--r--textproc/xincluder/pkg-plist70
5 files changed, 114 insertions, 0 deletions
diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile
new file mode 100644
index 000000000000..2883685de61a
--- /dev/null
+++ b/textproc/xincluder/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: XIncluder
+# Date created: October 18, 2002
+# Whom: Ernst de Haan <znerd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xincluder
+PORTVERSION= 1.0.d10
+CATEGORIES= textproc java
+MASTER_SITES= ftp://ftp.ibiblio.org/pub/languages/java/javafaq/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= znerd@FreeBSD.org
+
+NO_BUILD= YES
+
+USE_JAVA= 1.2+
+
+JAVASHAREDIR= ${PREFIX}/share/java
+DOCSDIR= ${PREFIX}/doc/${PORTNAME}
+JARDIR= ${JAVASHAREDIR}/classes
+WRKSRC= ${WRKDIR}/XInclude
+
+do-install:
+
+ @${ECHO} -n ">> Installing JAR as ${JAVASHAREDIR}/classes/${PORTNAME}.jar..."
+ @${CP} ${WRKSRC}/${PORTNAME}.jar ${JARDIR}/
+ @${ECHO} " [ DONE ]"
+
+.if !defined(NOPORTDOCS)
+ @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
+ @${MKDIR} ${DOCSDIR}
+ @${CP} -r ${WRKSRC}/apidoc/* ${DOCSDIR}
+ @${ECHO} " [ DONE ]"
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/xincluder/distinfo b/textproc/xincluder/distinfo
new file mode 100644
index 000000000000..dbf02dec039f
--- /dev/null
+++ b/textproc/xincluder/distinfo
@@ -0,0 +1 @@
+MD5 (xincluder.tar.gz) = 47988952fbe568419328563b0cf7e20c
diff --git a/textproc/xincluder/pkg-comment b/textproc/xincluder/pkg-comment
new file mode 100644
index 000000000000..27bea1838709
--- /dev/null
+++ b/textproc/xincluder/pkg-comment
@@ -0,0 +1 @@
+Java-based XInclude processors
diff --git a/textproc/xincluder/pkg-descr b/textproc/xincluder/pkg-descr
new file mode 100644
index 000000000000..a93be44e6362
--- /dev/null
+++ b/textproc/xincluder/pkg-descr
@@ -0,0 +1,4 @@
+Java-based XInclude processors. This package contains 3 different
+XInclude processor implementations, based on SAX, DOM and JDOM.
+
+WWW: http://xincluder.sourceforge.net/
diff --git a/textproc/xincluder/pkg-plist b/textproc/xincluder/pkg-plist
new file mode 100644
index 000000000000..460069408f8d
--- /dev/null
+++ b/textproc/xincluder/pkg-plist
@@ -0,0 +1,70 @@
+doc/xincluder/com/elharo/xml/xinclude/test/class-use/SAXXIncluderTest.html
+doc/xincluder/com/elharo/xml/xinclude/test/package-use.html
+doc/xincluder/com/elharo/xml/xinclude/test/package-summary.html
+doc/xincluder/com/elharo/xml/xinclude/test/package-tree.html
+doc/xincluder/com/elharo/xml/xinclude/test/package-frame.html
+doc/xincluder/com/elharo/xml/xinclude/test/SAXXIncluderTest.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/MissingHrefException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/UnavailableResourceException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/XIncludeFilter.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/JDOMXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/MalformedResourceException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/SAXXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/EncodingHeuristics.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/BadParseAttributeException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/DOMXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/XPointerException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/CircularIncludeException.html
+doc/xincluder/com/elharo/xml/xinclude/class-use/XIncludeException.html
+doc/xincluder/com/elharo/xml/xinclude/package-summary.html
+doc/xincluder/com/elharo/xml/xinclude/package-tree.html
+doc/xincluder/com/elharo/xml/xinclude/package-frame.html
+doc/xincluder/com/elharo/xml/xinclude/DOMXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/EncodingHeuristics.html
+doc/xincluder/com/elharo/xml/xinclude/JDOMXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/SAXXIncluder.html
+doc/xincluder/com/elharo/xml/xinclude/XIncludeFilter.html
+doc/xincluder/com/elharo/xml/xinclude/BadParseAttributeException.html
+doc/xincluder/com/elharo/xml/xinclude/CircularIncludeException.html
+doc/xincluder/com/elharo/xml/xinclude/MalformedResourceException.html
+doc/xincluder/com/elharo/xml/xinclude/MissingHrefException.html
+doc/xincluder/com/elharo/xml/xinclude/XIncludeException.html
+doc/xincluder/com/elharo/xml/xinclude/XPointerException.html
+doc/xincluder/com/elharo/xml/xinclude/UnavailableResourceException.html
+doc/xincluder/com/elharo/xml/xinclude/package-use.html
+doc/xincluder/index-files/index-14.html
+doc/xincluder/index-files/index-2.html
+doc/xincluder/index-files/index-3.html
+doc/xincluder/index-files/index-4.html
+doc/xincluder/index-files/index-5.html
+doc/xincluder/index-files/index-6.html
+doc/xincluder/index-files/index-7.html
+doc/xincluder/index-files/index-8.html
+doc/xincluder/index-files/index-9.html
+doc/xincluder/index-files/index-10.html
+doc/xincluder/index-files/index-11.html
+doc/xincluder/index-files/index-12.html
+doc/xincluder/index-files/index-13.html
+doc/xincluder/index-files/index-1.html
+doc/xincluder/packages.html
+doc/xincluder/package-list
+doc/xincluder/overview-tree.html
+doc/xincluder/overview-summary.html
+doc/xincluder/overview-frame.html
+doc/xincluder/index.html
+doc/xincluder/help-doc.html
+doc/xincluder/deprecated-list.html
+doc/xincluder/stylesheet.css
+doc/xincluder/allclasses-frame.html
+doc/xincluder/serialized-form.html
+share/java/classes/xincluder.jar
+@dirrm doc/xincluder/com/elharo/xml/xinclude/test/class-use
+@dirrm doc/xincluder/com/elharo/xml/xinclude/test
+@dirrm doc/xincluder/com/elharo/xml/xinclude/class-use
+@dirrm doc/xincluder/com/elharo/xml/xinclude
+@dirrm doc/xincluder/com/elharo/xml
+@dirrm doc/xincluder/com/elharo
+@dirrm doc/xincluder/com
+@dirrm doc/xincluder/index-files
+@dirrm doc/xincluder
+@dirrm doc