New port: xincluder. This is a Java-based XInclude engine.

See:
http://xincluder.sourceforge.net/
This commit is contained in:
Ernst de Haan 2002-10-18 15:37:40 +00:00
parent aa5c59acd9
commit 665464a828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68259
6 changed files with 115 additions and 0 deletions

View file

@ -373,6 +373,7 @@
SUBDIR += xerces-c
SUBDIR += xerces-j
SUBDIR += xhtml
SUBDIR += xincluder
SUBDIR += xlhtml
SUBDIR += xls2xml
SUBDIR += xml-i18n-tools

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (xincluder.tar.gz) = 47988952fbe568419328563b0cf7e20c

View file

@ -0,0 +1 @@
Java-based XInclude processors

View file

@ -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/

View file

@ -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