diff options
author | znerd <znerd@FreeBSD.org> | 2002-10-18 15:37:40 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-10-18 15:37:40 +0000 |
commit | 173fb93b83194e41259f27cbe1ea009af0704731 (patch) | |
tree | f8fc5e0684f7e007191222fd77bc81382193c4cd /textproc | |
parent | 30e6d0938c5f9e605799b15b6ec08b18bdc1faef (diff) | |
download | FreeBSD-ports-173fb93b83194e41259f27cbe1ea009af0704731.zip FreeBSD-ports-173fb93b83194e41259f27cbe1ea009af0704731.tar.gz |
New port: xincluder. This is a Java-based XInclude engine.
See:
http://xincluder.sourceforge.net/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xincluder/Makefile | 38 | ||||
-rw-r--r-- | textproc/xincluder/distinfo | 1 | ||||
-rw-r--r-- | textproc/xincluder/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/xincluder/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/xincluder/pkg-plist | 70 |
6 files changed, 115 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cdb3b05..a669633 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -373,6 +373,7 @@ SUBDIR += xerces-c SUBDIR += xerces-j SUBDIR += xhtml + SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xls2xml SUBDIR += xml-i18n-tools diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile new file mode 100644 index 0000000..2883685 --- /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 0000000..dbf02de --- /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 0000000..27bea18 --- /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 0000000..a93be44 --- /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 0000000..4600694 --- /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 |