From 665464a8285eb3d39da94a52052d6e0750aa0bf4 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Fri, 18 Oct 2002 15:37:40 +0000 Subject: New port: xincluder. This is a Java-based XInclude engine. See: http://xincluder.sourceforge.net/ --- textproc/xincluder/Makefile | 38 +++++++++++++++++++++++ textproc/xincluder/distinfo | 1 + textproc/xincluder/pkg-comment | 1 + textproc/xincluder/pkg-descr | 4 +++ textproc/xincluder/pkg-plist | 70 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 114 insertions(+) create mode 100644 textproc/xincluder/Makefile create mode 100644 textproc/xincluder/distinfo create mode 100644 textproc/xincluder/pkg-comment create mode 100644 textproc/xincluder/pkg-descr create mode 100644 textproc/xincluder/pkg-plist (limited to 'textproc/xincluder') 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 +# +# $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 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 -- cgit v1.2.3