aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Date-ICal/Makefile7
-rw-r--r--devel/p5-Date-ICal/pkg-comment1
-rw-r--r--devel/p5-Date-ICal/pkg-descr3
-rw-r--r--devel/p5-Date-ICal/pkg-plist15
-rw-r--r--japanese/drpl/Makefile11
-rw-r--r--japanese/drpl/pkg-comment1
-rw-r--r--japanese/drpl/pkg-descr3
-rw-r--r--japanese/drpl/pkg-plist30
-rw-r--r--japanese/p5-Date-Japanese-Era/Makefile6
-rw-r--r--japanese/p5-Date-Japanese-Era/pkg-comment1
-rw-r--r--japanese/p5-Date-Japanese-Era/pkg-descr3
-rw-r--r--japanese/p5-Date-Japanese-Era/pkg-plist25
-rw-r--r--textproc/dictionary/Makefile3
-rw-r--r--textproc/dictionary/pkg-comment1
-rw-r--r--textproc/dictionary/pkg-descr3
-rw-r--r--textproc/dictionary/pkg-plist4
-rw-r--r--textproc/dtd2relax/Makefile10
-rw-r--r--textproc/dtd2relax/pkg-comment1
-rw-r--r--textproc/dtd2relax/pkg-descr3
-rw-r--r--textproc/dtd2relax/pkg-plist22
-rw-r--r--textproc/saxon/Makefile7
-rw-r--r--textproc/saxon/pkg-comment1
-rw-r--r--textproc/saxon/pkg-descr3
-rw-r--r--textproc/saxon/pkg-plist1096
-rw-r--r--textproc/xml-lite.el/Makefile3
-rw-r--r--textproc/xml-lite.el/pkg-comment1
-rw-r--r--textproc/xml-lite.el/pkg-descr3
27 files changed, 623 insertions, 644 deletions
diff --git a/devel/p5-Date-ICal/Makefile b/devel/p5-Date-ICal/Makefile
index 2aca6877501f..fb023a0ca142 100644
--- a/devel/p5-Date-ICal/Makefile
+++ b/devel/p5-Date-ICal/Makefile
@@ -12,9 +12,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Perl extension for ICalendar date objects
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear
+BUILD_DEPENDS= ${SITE_PERL}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Date-ICal/pkg-comment b/devel/p5-Date-ICal/pkg-comment
deleted file mode 100644
index 624d16adbc72..000000000000
--- a/devel/p5-Date-ICal/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl extension for ICalendar date objects
diff --git a/devel/p5-Date-ICal/pkg-descr b/devel/p5-Date-ICal/pkg-descr
index c57d66301bf6..b1f03a21a8ce 100644
--- a/devel/p5-Date-ICal/pkg-descr
+++ b/devel/p5-Date-ICal/pkg-descr
@@ -3,6 +3,3 @@ class for other date/calendar modules that know about ICal time format
also.
WWW: http://reefknot.org/
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/devel/p5-Date-ICal/pkg-plist b/devel/p5-Date-ICal/pkg-plist
index a250bf2d85b4..396b00ad5266 100644
--- a/devel/p5-Date-ICal/pkg-plist
+++ b/devel/p5-Date-ICal/pkg-plist
@@ -1,7 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/Date/ICal/Duration.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/ICal.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/ICal
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+@comment $FreeBSD$
+%%SITE_PERL%%/Date/ICal/Duration.pm
+%%SITE_PERL%%/Date/ICal.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/ICal/.packlist
+@dirrm %%SITE_PERL%%/Date/ICal
+@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/ICal
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
diff --git a/japanese/drpl/Makefile b/japanese/drpl/Makefile
index 9921436c1e5a..80b97460b2e0 100644
--- a/japanese/drpl/Makefile
+++ b/japanese/drpl/Makefile
@@ -7,14 +7,13 @@
PORTNAME= drpl
PORTVERSION= 1.04
-CATEGORIES= japanese textproc perl5
+CATEGORIES= japanese textproc
MASTER_SITES= http://www.yk.rim.or.jp/~tomoto/archives/drpl/
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= fuyuki@hadaly.org
+COMMENT= Replaces words in a Japanese text using dictionaries
USE_PERL5= yes
-
-DICSDIR= ${PREFIX}/share/${PORTNAME}
SCRIPTS= drpl revdic
post-patch:
@@ -29,8 +28,8 @@ do-build:
do-install:
cd ${WRKSRC}; ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin
- ${MKDIR} ${DICSDIR}
- ${INSTALL_DATA} ${WRKSRC}/dic/* ${DICSDIR}
+ ${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/dic/* ${DATADIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} *.TXT *.man misc/*.htm ${DOCSDIR}
diff --git a/japanese/drpl/pkg-comment b/japanese/drpl/pkg-comment
deleted file mode 100644
index 31077820f396..000000000000
--- a/japanese/drpl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Replaces words in a Japanese text using dictionaries
diff --git a/japanese/drpl/pkg-descr b/japanese/drpl/pkg-descr
index 777bc3562cc9..6020c8f91dd3 100644
--- a/japanese/drpl/pkg-descr
+++ b/japanese/drpl/pkg-descr
@@ -5,6 +5,3 @@ and two dictionaries below to use with the script.
- Osaka language
WWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/japanese/drpl/pkg-plist b/japanese/drpl/pkg-plist
index 8e766a1e1422..1306ed2edf18 100644
--- a/japanese/drpl/pkg-plist
+++ b/japanese/drpl/pkg-plist
@@ -1,17 +1,17 @@
bin/drpl
bin/revdic
-share/drpl/maruyaex.db
-share/drpl/maruyaex.dic
-share/drpl/maruyaex.try
-share/drpl/osaka.db
-share/drpl/osaka.dic
-share/drpl/osaka.try
-share/drpl/yarumaex.db
-share/drpl/yarumaex.dic
-share/drpl/yarumaex.try
-@dirrm share/drpl
-%%PORTDOCS%%share/doc/drpl/README.TXT
-%%PORTDOCS%%share/doc/drpl/bap_maruya_mod.htm
-%%PORTDOCS%%share/doc/drpl/bap_maruya_ref.htm
-%%PORTDOCS%%share/doc/drpl/drpl.man
-%%PORTDOCS%%@dirrm share/doc/drpl
+%%DATADIR%%/maruyaex.db
+%%DATADIR%%/maruyaex.dic
+%%DATADIR%%/maruyaex.try
+%%DATADIR%%/osaka.db
+%%DATADIR%%/osaka.dic
+%%DATADIR%%/osaka.try
+%%DATADIR%%/yarumaex.db
+%%DATADIR%%/yarumaex.dic
+%%DATADIR%%/yarumaex.try
+@dirrm %%DATADIR%%
+%%PORTDOCS%%%%DOCSDIR%%/README.TXT
+%%PORTDOCS%%%%DOCSDIR%%/bap_maruya_mod.htm
+%%PORTDOCS%%%%DOCSDIR%%/bap_maruya_ref.htm
+%%PORTDOCS%%%%DOCSDIR%%/drpl.man
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/japanese/p5-Date-Japanese-Era/Makefile b/japanese/p5-Date-Japanese-Era/Makefile
index fd873cf267fa..a33f52fe7de1 100644
--- a/japanese/p5-Date-Japanese-Era/Makefile
+++ b/japanese/p5-Date-Japanese-Era/Makefile
@@ -11,9 +11,11 @@ CATEGORIES= japanese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= fuyuki@hadaly.org
+COMMENT= Conversion between Japanese Era / Gregorian calendar
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/japanese/p5-Date-Japanese-Era/pkg-comment b/japanese/p5-Date-Japanese-Era/pkg-comment
deleted file mode 100644
index ffc25f5f0516..000000000000
--- a/japanese/p5-Date-Japanese-Era/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Conversion between Japanese Era / Gregorian calendar
diff --git a/japanese/p5-Date-Japanese-Era/pkg-descr b/japanese/p5-Date-Japanese-Era/pkg-descr
index 15112ab567af..7ca9de782b07 100644
--- a/japanese/p5-Date-Japanese-Era/pkg-descr
+++ b/japanese/p5-Date-Japanese-Era/pkg-descr
@@ -2,6 +2,3 @@ Date::Japanese::Era handles conversion between Japanese Era and
Gregorian calendar.
WWW: http://search.cpan.org/search?dist=Date-Japanese-Era
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/japanese/p5-Date-Japanese-Era/pkg-plist b/japanese/p5-Date-Japanese-Era/pkg-plist
index 2b6cf5fc084e..6abea648f8e0 100644
--- a/japanese/p5-Date-Japanese-Era/pkg-plist
+++ b/japanese/p5-Date-Japanese-Era/pkg-plist
@@ -1,12 +1,13 @@
-lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era.ja.pod
-lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era/Table.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era/Table/JIS_X0301.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Japanese/Era/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era/Table
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese/Era
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date/Japanese 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Japanese/Era
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Japanese 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+@comment $FreeBSD$
+%%SITE_PERL%%/Date/Japanese/Era.ja.pod
+%%SITE_PERL%%/Date/Japanese/Era.pm
+%%SITE_PERL%%/Date/Japanese/Era/Table.pm
+%%SITE_PERL%%/Date/Japanese/Era/Table/JIS_X0301.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Japanese/Era/.packlist
+@dirrm %%SITE_PERL%%/Date/Japanese/Era/Table
+@dirrm %%SITE_PERL%%/Date/Japanese/Era
+@unexec rmdir %D/%%SITE_PERL%%/Date/Japanese 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Japanese/Era
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Japanese 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile
index 1e8b66adf11c..4ff1b1990902 100644
--- a/textproc/dictionary/Makefile
+++ b/textproc/dictionary/Makefile
@@ -11,7 +11,8 @@ CATEGORIES= textproc net elisp
MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= fuyuki@hadaly.org
+COMMENT= A dictionary client for Emacs
EMACS_PORT_NAME?= emacs21
diff --git a/textproc/dictionary/pkg-comment b/textproc/dictionary/pkg-comment
deleted file mode 100644
index 01ab95bd3949..000000000000
--- a/textproc/dictionary/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A dictionary client for Emacs
diff --git a/textproc/dictionary/pkg-descr b/textproc/dictionary/pkg-descr
index 69c6b7dc9d29..2b24809af72a 100644
--- a/textproc/dictionary/pkg-descr
+++ b/textproc/dictionary/pkg-descr
@@ -5,6 +5,3 @@ It supports utf-8 (currently available in Emacs 21) and allows to
follow links within the definitions.
WWW: http://www.myrkr.in-berlin.de/dictionary/
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/textproc/dictionary/pkg-plist b/textproc/dictionary/pkg-plist
index fed054aa2e65..0477452de15b 100644
--- a/textproc/dictionary/pkg-plist
+++ b/textproc/dictionary/pkg-plist
@@ -6,5 +6,5 @@
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.el
%%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.elc
@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/dictionary
-%%PORTDOCS%%share/doc/dictionary/README
-%%PORTDOCS%%@dirrm share/doc/dictionary
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/textproc/dtd2relax/Makefile b/textproc/dtd2relax/Makefile
index 45cff115db54..7db6a389880e 100644
--- a/textproc/dtd2relax/Makefile
+++ b/textproc/dtd2relax/Makefile
@@ -13,19 +13,19 @@ DISTNAME= ${PORTNAME:U}_${PORTVERSION:S/./_/g}
DISTFILES= ${JARFILE} ${DISTNAME}-src${EXTRACT_SUFX}
EXTRACT_ONLY= ${DISTNAME}-src${EXTRACT_SUFX}
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= ports@FreeBSD.org
+COMMENT= DTD to RELAX converter for Java
USE_ZIP= yes
USE_JAVA= 1.1+
-NO_BUILD_DEPENDS_JAVA= yes
NO_BUILD= yes
+NO_BUILD_DEPENDS_JAVA= yes
+
JARFILE= ${DISTNAME}-bin-XML4J.jar
-JAVALIBDIR= ${PREFIX}/share/java/classes
do-install:
- ${MKDIR} ${JAVALIBDIR}
- ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVALIBDIR}/${PORTNAME}.jar
+ ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVAJARDIR}/${PORTNAME}.jar
post-install:
${MKDIR} ${EXAMPLESDIR}
diff --git a/textproc/dtd2relax/pkg-comment b/textproc/dtd2relax/pkg-comment
deleted file mode 100644
index b2cad5c1af4f..000000000000
--- a/textproc/dtd2relax/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-DTD to RELAX converter for Java
diff --git a/textproc/dtd2relax/pkg-descr b/textproc/dtd2relax/pkg-descr
index a8537d658d37..8b8ba4c8d10f 100644
--- a/textproc/dtd2relax/pkg-descr
+++ b/textproc/dtd2relax/pkg-descr
@@ -1,6 +1,3 @@
DTD2RELAX converts DTD schema into RELAX module.
WWW: http://www.horobi.com/Projects/RELAX/Archive/DTD2RELAX.html
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/textproc/dtd2relax/pkg-plist b/textproc/dtd2relax/pkg-plist
index e4eecab0b42a..73ca85ae6d5a 100644
--- a/textproc/dtd2relax/pkg-plist
+++ b/textproc/dtd2relax/pkg-plist
@@ -1,12 +1,12 @@
share/java/classes/dtd2relax.jar
-share/examples/dtd2relax/test01-utf8.rlx
-share/examples/dtd2relax/test01.dtd
-share/examples/dtd2relax/xmlspec-19990205-utf8.rlx
-share/examples/dtd2relax/xmlspec-19990205.dtd
-@dirrm share/examples/dtd2relax
-share/doc/dtd2relax/DTD2RELAX-j.html
-share/doc/dtd2relax/DTD2RELAX.html
-share/doc/dtd2relax/DTDtoRELAXConverterGUI.gif
-share/doc/dtd2relax/test01.dtd
-share/doc/dtd2relax/test01.rlx
-@dirrm share/doc/dtd2relax
+%%EXAMPLESDIR%%/test01-utf8.rlx
+%%EXAMPLESDIR%%/test01.dtd
+%%EXAMPLESDIR%%/xmlspec-19990205-utf8.rlx
+%%EXAMPLESDIR%%/xmlspec-19990205.dtd
+@dirrm %%EXAMPLESDIR%%
+%%DOCSDIR%%/DTD2RELAX-j.html
+%%DOCSDIR%%/DTD2RELAX.html
+%%DOCSDIR%%/DTDtoRELAXConverterGUI.gif
+%%DOCSDIR%%/test01.dtd
+%%DOCSDIR%%/test01.rlx
+@dirrm %%DOCSDIR%%
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile
index 97340ffa8fda..9786c6067dad 100644
--- a/textproc/saxon/Makefile
+++ b/textproc/saxon/Makefile
@@ -12,19 +12,18 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= saxon
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g}
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= ports@FreeBSD.org
+COMMENT= An XSLT processor for Java
USE_ZIP= yes
USE_JAVA= 1.1+
NO_WRKSUBDIR= yes
NO_BUILD= yes
-JAVALIBDIR= ${PREFIX}/share/java/classes
NO_BUILD_DEPENDS_JAVA= yes
do-install:
- ${MKDIR} ${JAVALIBDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVALIBDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
post-install:
${MKDIR} ${EXAMPLESDIR}
diff --git a/textproc/saxon/pkg-comment b/textproc/saxon/pkg-comment
deleted file mode 100644
index 9fcf3d71986a..000000000000
--- a/textproc/saxon/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An XSLT processor for Java
diff --git a/textproc/saxon/pkg-descr b/textproc/saxon/pkg-descr
index 83f786f6e2cb..0fd779db9b67 100644
--- a/textproc/saxon/pkg-descr
+++ b/textproc/saxon/pkg-descr
@@ -10,6 +10,3 @@ documents. The main components are:
- A slightly improved version of the Alfred parser from Microstar.
WWW: http://saxon.sourceforge.net/
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net
diff --git a/textproc/saxon/pkg-plist b/textproc/saxon/pkg-plist
index c08669c1e161..82d02fbf1453 100644
--- a/textproc/saxon/pkg-plist
+++ b/textproc/saxon/pkg-plist
@@ -1,551 +1,551 @@
share/java/classes/saxon-fop.jar
share/java/classes/saxon-jdom.jar
share/java/classes/saxon.jar
-share/examples/saxon/applet/demo/README.html
-share/examples/saxon/applet/demo/client.html
-share/examples/saxon/applet/demo/foo-s1.xml
-share/examples/saxon/applet/demo/get-todo-list.html
-share/examples/saxon/applet/demo/index.html
-share/examples/saxon/applet/demo/lts3611beac.jpg
-share/examples/saxon/applet/demo/rabbitwhorn.jpg
-share/examples/saxon/applet/demo/s1ToHTML.xsl
-share/examples/saxon/applet/demo/saxonApplets.xml
-share/examples/saxon/applet/demo/simple.html
-share/examples/saxon/applet/demo/target.html
-share/examples/saxon/applet/family-tree/family-tree.html
-share/examples/saxon/applet/family-tree/kennedy.xml
-share/examples/saxon/applet/family-tree/person-applet.xsl
-share/examples/saxon/applet/family-tree/person.xsl
-share/examples/saxon/data/books.dtd
-share/examples/saxon/data/books.xml
-share/examples/saxon/data/othello.xml
-share/examples/saxon/data/play.dtd
-share/examples/saxon/data/tstmt.dtd
-share/examples/saxon/java/DTDGenerator$1.class
-share/examples/saxon/java/DTDGenerator$AttributeDetails.class
-share/examples/saxon/java/DTDGenerator$CharHandler.class
-share/examples/saxon/java/DTDGenerator$ChildDetails.class
-share/examples/saxon/java/DTDGenerator$ElemHandler.class
-share/examples/saxon/java/DTDGenerator$ElementDetails.class
-share/examples/saxon/java/DTDGenerator.class
-share/examples/saxon/java/DTDGenerator.java
-share/examples/saxon/java/ExampleContentHandler.class
-share/examples/saxon/java/ExampleContentHandler.java
-share/examples/saxon/java/JDOMExample.class
-share/examples/saxon/java/JDOMExample.java
-share/examples/saxon/java/SaxonServlet.class
-share/examples/saxon/java/SaxonServlet.java
-share/examples/saxon/java/ShowBooks$1.class
-share/examples/saxon/java/ShowBooks$BookListHandler.class
-share/examples/saxon/java/ShowBooks$BooksHandler.class
-share/examples/saxon/java/ShowBooks$CategoryHandler.class
-share/examples/saxon/java/ShowBooks$ItemHandler.class
-share/examples/saxon/java/ShowBooks.class
-share/examples/saxon/java/ShowBooks.java
-share/examples/saxon/java/TraxExamples$1.class
-share/examples/saxon/java/TraxExamples$ModifyStylesheetFilter.class
-share/examples/saxon/java/TraxExamples$UserURIResolver.class
-share/examples/saxon/java/TraxExamples.class
-share/examples/saxon/java/TraxExamples.java
-share/examples/saxon/styles/bible.xsl
-share/examples/saxon/styles/books-attsets.xsl
-share/examples/saxon/styles/books-csv.xsl
-share/examples/saxon/styles/books-sql.xsl
-share/examples/saxon/styles/books-tle.xsl
-share/examples/saxon/styles/books.xsl
-share/examples/saxon/styles/play.xsl
-share/examples/saxon/styles/total.xsl
-share/examples/saxon/trax/exampleSimple2.out
-share/examples/saxon/trax/xml/baz.xml
-share/examples/saxon/trax/xml/embedded.xml
-share/examples/saxon/trax/xml/foo.xml
-share/examples/saxon/trax/xml/subdir1/foo2.xml
-share/examples/saxon/trax/xml/subdir1/subdir2/foo3.xml
-share/examples/saxon/trax/xsl/baz.xsl
-share/examples/saxon/trax/xsl/foo.xsl
-share/examples/saxon/trax/xsl/foo2.xsl
-share/examples/saxon/trax/xsl/foo3.xsl
-share/examples/saxon/trax/xsl/inc1/inc1.xsl
-share/examples/saxon/trax/xsl/inc1/inc2/inc2.xsl
-share/examples/saxon/trax/xsl/preamble.txt
-share/examples/saxon/trax/xsl/text.xsl
-@dirrm share/examples/saxon/trax/xsl/inc1/inc2
-@dirrm share/examples/saxon/trax/xsl/inc1
-@dirrm share/examples/saxon/trax/xsl
-@dirrm share/examples/saxon/trax/xml/subdir1/subdir2
-@dirrm share/examples/saxon/trax/xml/subdir1
-@dirrm share/examples/saxon/trax/xml
-@dirrm share/examples/saxon/trax
-@dirrm share/examples/saxon/styles
-@dirrm share/examples/saxon/java
-@dirrm share/examples/saxon/data
-@dirrm share/examples/saxon/applet/family-tree
-@dirrm share/examples/saxon/applet/demo
-@dirrm share/examples/saxon/applet
-@dirrm share/examples/saxon
-%%PORTDOCS%%share/doc/saxon/api-guide.html
-%%PORTDOCS%%share/doc/saxon/api/allclasses-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Bindery.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Binding.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/ContentEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Context.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Controller.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/DOMDriver.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/DecimalFormatManager.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/ExtendedInputSource.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/FeatureKeys.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Filter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/IDFilter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/IdentityTransformerHandler.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/InternalSaxonError.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/KeyDefinition.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/KeyManager.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Loader.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Mode.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/NodeHandler.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/PIGrabber.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/ParameterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/PreparedStyleSheet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/PreviewManager.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/RuleManager.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/StandardErrorListener.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/StandardURIResolver.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/StyleSheet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/StylesheetStripper.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/TemplatesHandlerImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/TransformerFactoryImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/TransformerHandlerImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/TreeDriver.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/Version.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/WinStyleSheet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/XSLTProcessorApplet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/DefaultHandler.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/SAXDriver.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/SAXParserFactoryImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/SAXParserImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/aelfred/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/ASCIICharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/CP1250CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/CP1251CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/CP852CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/CharacterSetFactory.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/KOI8RCharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/Latin1CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/Latin2CharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/PluggableCharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/UnicodeCharacterSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/charcode/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/AttributeValueTemplate.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/BooleanValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/ContextNodeExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/DifferenceEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/DistinctEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/EmptyNodeSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/ErrorExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/Expression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/ExpressionParser.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/FilterEnumerator.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/FragmentValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/Function.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/FunctionProxy.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/IntersectionEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/IsLastExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/LastPositionFinder.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/LookaheadEnumerator.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeListExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeSetComparison.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeSetExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeSetExtent.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeSetIntent.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NodeSetValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/NumericValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/ObjectValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/ParentNodeExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/PathExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/RootExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/SingletonComparison.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/SingletonExpression.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/SingletonNodeSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/SortKeyEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/SortedSelection.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/StandaloneContext.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/StaticContext.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/Step.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/StringValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/StyleSheetFunctionCall.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/TextFragmentValue.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/UnionEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/Value.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/VariableReference.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/XPathException.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/expr/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/Common.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/Date.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/Math.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/Sets.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/exslt/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/BooleanFn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Ceiling.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Concat.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Contains.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Count.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Current.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Document.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/ElementAvailable.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Extensions.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Floor.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/FormatNumber.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/FunctionAvailable.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/GenerateId.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Id.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Key.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Lang.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Last.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/LocalName.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/NameFn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/NamespaceURI.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/NormalizeSpace.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Not.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/NumberFn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Position.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Round.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/StartsWith.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/StringFn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/StringLength.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Substring.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/SubstringAfter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/SubstringBefore.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Sum.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/SystemProperty.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/Translate.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/UnparsedEntityURI.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/functions/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/handlers/ElementHandler.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/handlers/ElementHandlerBase.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/handlers/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/handlers/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/handlers/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/jdom/DocumentWrapper.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/jdom/NodeWrapper.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/jdom/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/jdom/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/jdom/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/NumberFormatter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/Numberer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/Numberer_de.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/Numberer_en.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/number/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/AbstractNode.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Axis.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/AxisEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Builder.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/DocumentBuilderFactoryImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/DocumentBuilderImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/DocumentInfo.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/DocumentPool.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/EmptyEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Name.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/NamePool.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Namespace.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/NamespaceException.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Navigator.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/NodeEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/NodeInfo.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/ProcInstParser.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/SingletonEnumeration.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/Stripper.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/om/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/CDATAFilter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/ContentHandlerProxy.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/DOMEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/DTDEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/DocumentHandlerProxy.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/Emitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/ErrorEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/GeneralOutputter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/HTMLEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/HTMLIndenter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/MessageEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/NamespaceEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/Outputter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/ProxyEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/SaxonOutputKeys.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/StringOutputter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/TEXTEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/TextFragment.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/UncommittedEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/XHTMLEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/XMLEmitter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/XMLIndenter.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/output/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/AnyChildNodePattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/AnyNodeTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/IDPattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/KeyPattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/LocationPathPattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/NameTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/NamespaceTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/NoNodeTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/NodeTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/NodeTypeTest.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/Pattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/UnionPattern.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/pattern/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/BinaryTree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/Compare_en.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/Comparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/DescendingComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/DoubleComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/HashMap.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/LocalOrderComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/LowercaseFirstComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/NodeOrderComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/QuickSort.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/SortKeyDefinition.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/Sortable.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/StringComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/TextComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/UppercaseFirstComparer.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sort/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/SQLClose.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/SQLColumn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/SQLConnect.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/SQLElementFactory.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/SQLInsert.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/sql/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/AbsentExtensionElement.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/ExpressionContext.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/ExtensionElementFactory.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/GroupActivation.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/LiteralResultElement.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/Procedure.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONAssign.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONDoctype.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONEntityRef.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONFunction.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONGroup.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONHandler.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONItem.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONPreview.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONReturn.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/SAXONWhile.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/StandardNames.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/StyleElement.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/StyleException.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/StyleNodeFactory.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/TerminationException.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLApplyImports.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLApplyTemplates.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLAttribute.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLAttributeSet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLCallTemplate.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLChoose.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLComment.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLCopy.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLCopyOf.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLDecimalFormat.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLDocument.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLElement.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLFallback.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLForEach.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLGeneralIncorporate.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLGeneralVariable.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLIf.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLImport.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLInclude.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLKey.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLMessage.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLNamespaceAlias.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLNumber.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLOtherwise.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLOutput.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLParam.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLPreserveSpace.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLProcessingInstruction.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLScript.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLSort.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLStringConstructor.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLStyleSheet.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLTemplate.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLText.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLValueOf.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLVariable.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLWhen.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/XSLWithParam.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/style/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tinytree/TinyBuilder.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tinytree/TinyDocumentImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tinytree/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tinytree/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tinytree/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/SaxonEventMulticaster.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/SimpleTraceListener.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/TraceListener.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/trace/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/AttributeCollection.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/DOMExceptionImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/DocumentImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/ElementImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/ElementWithAttributes.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/LineNumberMap.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/NodeFactory.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/NodeImpl.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/SystemIdMap.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/TreeBuilder.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/com/icl/saxon/tree/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/deprecated-list.html
-%%PORTDOCS%%share/doc/saxon/api/help-doc.html
-%%PORTDOCS%%share/doc/saxon/api/index-all.html
-%%PORTDOCS%%share/doc/saxon/api/index.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/ErrorListener.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/OutputKeys.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/Result.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/Source.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/SourceLocator.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/Templates.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/Transformer.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/TransformerConfigurationException.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/TransformerException.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/TransformerFactory.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/TransformerFactoryConfigurationError.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/URIResolver.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/ErrorListener.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/OutputKeys.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/Result.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/Source.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/SourceLocator.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/Templates.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/Transformer.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/TransformerConfigurationException.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/TransformerException.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/TransformerFactory.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/TransformerFactoryConfigurationError.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/class-use/URIResolver.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/DOMLocator.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/DOMResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/DOMSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/class-use/DOMLocator.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/class-use/DOMResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/class-use/DOMSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/dom/package-use.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/package-use.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/SAXResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/SAXSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/SAXTransformerFactory.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/TemplatesHandler.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/TransformerHandler.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/class-use/SAXResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/class-use/SAXSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/class-use/SAXTransformerFactory.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/class-use/TemplatesHandler.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/class-use/TransformerHandler.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/sax/package-use.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/StreamResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/StreamSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/class-use/StreamResult.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/class-use/StreamSource.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/javax/xml/transform/stream/package-use.html
-%%PORTDOCS%%share/doc/saxon/api/org/w3c/xsl/XSLTContext.html
-%%PORTDOCS%%share/doc/saxon/api/org/w3c/xsl/package-frame.html
-%%PORTDOCS%%share/doc/saxon/api/org/w3c/xsl/package-summary.html
-%%PORTDOCS%%share/doc/saxon/api/org/w3c/xsl/package-tree.html
-%%PORTDOCS%%share/doc/saxon/api/overview-frame.html
-%%PORTDOCS%%share/doc/saxon/api/overview-summary.html
-%%PORTDOCS%%share/doc/saxon/api/overview-tree.html
-%%PORTDOCS%%share/doc/saxon/api/package-list
-%%PORTDOCS%%share/doc/saxon/api/packages.html
-%%PORTDOCS%%share/doc/saxon/api/serialized-form.html
-%%PORTDOCS%%share/doc/saxon/api/stylesheet.css
-%%PORTDOCS%%share/doc/saxon/changes.html
-%%PORTDOCS%%share/doc/saxon/changes5.html
-%%PORTDOCS%%share/doc/saxon/conditions.html
-%%PORTDOCS%%share/doc/saxon/conformance.html
-%%PORTDOCS%%share/doc/saxon/expressions.html
-%%PORTDOCS%%share/doc/saxon/extensibility.html
-%%PORTDOCS%%share/doc/saxon/extensions.html
-%%PORTDOCS%%share/doc/saxon/history.html
-%%PORTDOCS%%share/doc/saxon/index.html
-%%PORTDOCS%%share/doc/saxon/instant.html
-%%PORTDOCS%%share/doc/saxon/patterns.html
-%%PORTDOCS%%share/doc/saxon/samples.html
-%%PORTDOCS%%share/doc/saxon/using-xsl.html
-%%PORTDOCS%%share/doc/saxon/xsl-elements.html
-%%PORTDOCS%%@dirrm share/doc/saxon/api/org/w3c/xsl
-%%PORTDOCS%%@dirrm share/doc/saxon/api/org/w3c
-%%PORTDOCS%%@dirrm share/doc/saxon/api/org
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/stream/class-use
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/stream
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/sax/class-use
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/sax
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/dom/class-use
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/dom
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform/class-use
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml/transform
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax/xml
-%%PORTDOCS%%@dirrm share/doc/saxon/api/javax
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/tree
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/trace
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/tinytree
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/style
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/sql
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/sort
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/pattern
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/output
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/om
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/number
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/jdom
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/handlers
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/functions
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/exslt
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/expr
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/charcode
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon/aelfred
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl/saxon
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com/icl
-%%PORTDOCS%%@dirrm share/doc/saxon/api/com
-%%PORTDOCS%%@dirrm share/doc/saxon/api
-%%PORTDOCS%%@dirrm share/doc/saxon
+%%EXAMPLESDIR%%/applet/demo/README.html
+%%EXAMPLESDIR%%/applet/demo/client.html
+%%EXAMPLESDIR%%/applet/demo/foo-s1.xml
+%%EXAMPLESDIR%%/applet/demo/get-todo-list.html
+%%EXAMPLESDIR%%/applet/demo/index.html
+%%EXAMPLESDIR%%/applet/demo/lts3611beac.jpg
+%%EXAMPLESDIR%%/applet/demo/rabbitwhorn.jpg
+%%EXAMPLESDIR%%/applet/demo/s1ToHTML.xsl
+%%EXAMPLESDIR%%/applet/demo/saxonApplets.xml
+%%EXAMPLESDIR%%/applet/demo/simple.html
+%%EXAMPLESDIR%%/applet/demo/target.html
+%%EXAMPLESDIR%%/applet/family-tree/family-tree.html
+%%EXAMPLESDIR%%/applet/family-tree/kennedy.xml
+%%EXAMPLESDIR%%/applet/family-tree/person-applet.xsl
+%%EXAMPLESDIR%%/applet/family-tree/person.xsl
+%%EXAMPLESDIR%%/data/books.dtd
+%%EXAMPLESDIR%%/data/books.xml
+%%EXAMPLESDIR%%/data/othello.xml
+%%EXAMPLESDIR%%/data/play.dtd
+%%EXAMPLESDIR%%/data/tstmt.dtd
+%%EXAMPLESDIR%%/java/DTDGenerator$1.class
+%%EXAMPLESDIR%%/java/DTDGenerator$AttributeDetails.class
+%%EXAMPLESDIR%%/java/DTDGenerator$CharHandler.class
+%%EXAMPLESDIR%%/java/DTDGenerator$ChildDetails.class
+%%EXAMPLESDIR%%/java/DTDGenerator$ElemHandler.class
+%%EXAMPLESDIR%%/java/DTDGenerator$ElementDetails.class
+%%EXAMPLESDIR%%/java/DTDGenerator.class
+%%EXAMPLESDIR%%/java/DTDGenerator.java
+%%EXAMPLESDIR%%/java/ExampleContentHandler.class
+%%EXAMPLESDIR%%/java/ExampleContentHandler.java
+%%EXAMPLESDIR%%/java/JDOMExample.class
+%%EXAMPLESDIR%%/java/JDOMExample.java
+%%EXAMPLESDIR%%/java/SaxonServlet.class
+%%EXAMPLESDIR%%/java/SaxonServlet.java
+%%EXAMPLESDIR%%/java/ShowBooks$1.class
+%%EXAMPLESDIR%%/java/ShowBooks$BookListHandler.class
+%%EXAMPLESDIR%%/java/ShowBooks$BooksHandler.class
+%%EXAMPLESDIR%%/java/ShowBooks$CategoryHandler.class
+%%EXAMPLESDIR%%/java/ShowBooks$ItemHandler.class
+%%EXAMPLESDIR%%/java/ShowBooks.class
+%%EXAMPLESDIR%%/java/ShowBooks.java
+%%EXAMPLESDIR%%/java/TraxExamples$1.class
+%%EXAMPLESDIR%%/java/TraxExamples$ModifyStylesheetFilter.class
+%%EXAMPLESDIR%%/java/TraxExamples$UserURIResolver.class
+%%EXAMPLESDIR%%/java/TraxExamples.class
+%%EXAMPLESDIR%%/java/TraxExamples.java
+%%EXAMPLESDIR%%/styles/bible.xsl
+%%EXAMPLESDIR%%/styles/books-attsets.xsl
+%%EXAMPLESDIR%%/styles/books-csv.xsl
+%%EXAMPLESDIR%%/styles/books-sql.xsl
+%%EXAMPLESDIR%%/styles/books-tle.xsl
+%%EXAMPLESDIR%%/styles/books.xsl
+%%EXAMPLESDIR%%/styles/play.xsl
+%%EXAMPLESDIR%%/styles/total.xsl
+%%EXAMPLESDIR%%/trax/exampleSimple2.out
+%%EXAMPLESDIR%%/trax/xml/baz.xml
+%%EXAMPLESDIR%%/trax/xml/embedded.xml
+%%EXAMPLESDIR%%/trax/xml/foo.xml
+%%EXAMPLESDIR%%/trax/xml/subdir1/foo2.xml
+%%EXAMPLESDIR%%/trax/xml/subdir1/subdir2/foo3.xml
+%%EXAMPLESDIR%%/trax/xsl/baz.xsl
+%%EXAMPLESDIR%%/trax/xsl/foo.xsl
+%%EXAMPLESDIR%%/trax/xsl/foo2.xsl
+%%EXAMPLESDIR%%/trax/xsl/foo3.xsl
+%%EXAMPLESDIR%%/trax/xsl/inc1/inc1.xsl
+%%EXAMPLESDIR%%/trax/xsl/inc1/inc2/inc2.xsl
+%%EXAMPLESDIR%%/trax/xsl/preamble.txt
+%%EXAMPLESDIR%%/trax/xsl/text.xsl
+@dirrm %%EXAMPLESDIR%%/trax/xsl/inc1/inc2
+@dirrm %%EXAMPLESDIR%%/trax/xsl/inc1
+@dirrm %%EXAMPLESDIR%%/trax/xsl
+@dirrm %%EXAMPLESDIR%%/trax/xml/subdir1/subdir2
+@dirrm %%EXAMPLESDIR%%/trax/xml/subdir1
+@dirrm %%EXAMPLESDIR%%/trax/xml
+@dirrm %%EXAMPLESDIR%%/trax
+@dirrm %%EXAMPLESDIR%%/styles
+@dirrm %%EXAMPLESDIR%%/java
+@dirrm %%EXAMPLESDIR%%/data
+@dirrm %%EXAMPLESDIR%%/applet/family-tree
+@dirrm %%EXAMPLESDIR%%/applet/demo
+@dirrm %%EXAMPLESDIR%%/applet
+@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/api-guide.html
+%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Bindery.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Binding.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/ContentEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Context.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Controller.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/DOMDriver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/DecimalFormatManager.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/ExtendedInputSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/FeatureKeys.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Filter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/IDFilter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/IdentityTransformerHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/InternalSaxonError.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/KeyDefinition.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/KeyManager.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Loader.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Mode.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/NodeHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/PIGrabber.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/ParameterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/PreparedStyleSheet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/PreviewManager.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/RuleManager.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/StandardErrorListener.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/StandardURIResolver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/StyleSheet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/StylesheetStripper.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/TemplatesHandlerImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/TransformerFactoryImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/TransformerHandlerImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/TreeDriver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/Version.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/WinStyleSheet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/XSLTProcessorApplet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/DefaultHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/SAXDriver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/SAXParserFactoryImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/SAXParserImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/aelfred/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/ASCIICharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/CP1250CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/CP1251CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/CP852CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/CharacterSetFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/KOI8RCharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/Latin1CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/Latin2CharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/PluggableCharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/UnicodeCharacterSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/charcode/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/AttributeValueTemplate.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/BooleanValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/ContextNodeExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/DifferenceEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/DistinctEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/EmptyNodeSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/ErrorExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/Expression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/ExpressionParser.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/FilterEnumerator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/FragmentValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/Function.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/FunctionProxy.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/IntersectionEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/IsLastExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/LastPositionFinder.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/LookaheadEnumerator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeListExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeSetComparison.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeSetExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeSetExtent.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeSetIntent.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NodeSetValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/NumericValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/ObjectValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/ParentNodeExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/PathExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/RootExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/SingletonComparison.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/SingletonExpression.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/SingletonNodeSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/SortKeyEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/SortedSelection.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/StandaloneContext.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/StaticContext.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/Step.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/StringValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/StyleSheetFunctionCall.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/TextFragmentValue.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/UnionEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/Value.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/VariableReference.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/XPathException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/expr/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/Common.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/Date.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/Math.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/Sets.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/exslt/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/BooleanFn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Ceiling.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Concat.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Contains.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Count.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Current.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Document.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/ElementAvailable.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Extensions.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Floor.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/FormatNumber.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/FunctionAvailable.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/GenerateId.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Id.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Key.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Lang.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Last.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/LocalName.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/NameFn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/NamespaceURI.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/NormalizeSpace.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Not.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/NumberFn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Position.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Round.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/StartsWith.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/StringFn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/StringLength.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Substring.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/SubstringAfter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/SubstringBefore.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Sum.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/SystemProperty.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/Translate.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/UnparsedEntityURI.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/functions/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/handlers/ElementHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/handlers/ElementHandlerBase.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/handlers/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/handlers/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/handlers/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/jdom/DocumentWrapper.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/jdom/NodeWrapper.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/jdom/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/jdom/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/jdom/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/NumberFormatter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/Numberer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/Numberer_de.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/Numberer_en.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/number/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/AbstractNode.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Axis.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/AxisEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Builder.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/DocumentBuilderFactoryImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/DocumentBuilderImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/DocumentInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/DocumentPool.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/EmptyEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Name.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/NamePool.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/NamespaceException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Navigator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/NodeEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/NodeInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/ProcInstParser.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/SingletonEnumeration.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/Stripper.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/om/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/CDATAFilter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/ContentHandlerProxy.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/DOMEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/DTDEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/DocumentHandlerProxy.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/Emitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/ErrorEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/GeneralOutputter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/HTMLEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/HTMLIndenter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/MessageEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/NamespaceEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/Outputter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/ProxyEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/SaxonOutputKeys.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/StringOutputter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/TEXTEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/TextFragment.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/UncommittedEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/XHTMLEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/XMLEmitter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/XMLIndenter.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/output/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/AnyChildNodePattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/AnyNodeTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/IDPattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/KeyPattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/LocationPathPattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/NameTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/NamespaceTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/NoNodeTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/NodeTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/NodeTypeTest.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/Pattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/UnionPattern.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/pattern/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/BinaryTree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/Compare_en.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/Comparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/DescendingComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/DoubleComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/HashMap.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/LocalOrderComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/LowercaseFirstComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/NodeOrderComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/QuickSort.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/SortKeyDefinition.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/Sortable.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/StringComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/TextComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/UppercaseFirstComparer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sort/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/SQLClose.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/SQLColumn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/SQLConnect.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/SQLElementFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/SQLInsert.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/sql/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/AbsentExtensionElement.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/ExpressionContext.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/ExtensionElementFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/GroupActivation.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/LiteralResultElement.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/Procedure.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONAssign.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONDoctype.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONEntityRef.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONFunction.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONGroup.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONItem.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONPreview.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONReturn.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/SAXONWhile.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/StandardNames.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/StyleElement.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/StyleException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/StyleNodeFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/TerminationException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLApplyImports.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLApplyTemplates.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLAttribute.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLAttributeSet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLCallTemplate.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLChoose.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLComment.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLCopy.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLCopyOf.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLDecimalFormat.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLDocument.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLElement.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLFallback.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLForEach.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLGeneralIncorporate.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLGeneralVariable.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLIf.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLImport.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLInclude.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLKey.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLMessage.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLNamespaceAlias.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLNumber.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLOtherwise.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLOutput.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLParam.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLPreserveSpace.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLProcessingInstruction.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLScript.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLSort.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLStringConstructor.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLStyleSheet.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLTemplate.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLText.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLValueOf.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLVariable.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLWhen.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/XSLWithParam.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/style/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tinytree/TinyBuilder.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tinytree/TinyDocumentImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tinytree/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tinytree/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tinytree/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/SaxonEventMulticaster.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/SimpleTraceListener.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/TraceListener.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/trace/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/AttributeCollection.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/DOMExceptionImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/DocumentImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/ElementImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/ElementWithAttributes.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/LineNumberMap.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/NodeFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/NodeImpl.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/SystemIdMap.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/TreeBuilder.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/com/icl/saxon/tree/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/deprecated-list.html
+%%PORTDOCS%%%%DOCSDIR%%/api/help-doc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/index-all.html
+%%PORTDOCS%%%%DOCSDIR%%/api/index.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/ErrorListener.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/OutputKeys.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/Result.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/Source.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/SourceLocator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/Templates.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/Transformer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/TransformerConfigurationException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/TransformerException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/TransformerFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/TransformerFactoryConfigurationError.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/URIResolver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/ErrorListener.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/OutputKeys.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/Result.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/Source.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/SourceLocator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/Templates.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/Transformer.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/TransformerConfigurationException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/TransformerException.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/TransformerFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/TransformerFactoryConfigurationError.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/class-use/URIResolver.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/DOMLocator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/DOMResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/DOMSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/class-use/DOMLocator.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/class-use/DOMResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/class-use/DOMSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/dom/package-use.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/package-use.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/SAXResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/SAXSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/SAXTransformerFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/TemplatesHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/TransformerHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/class-use/SAXResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/class-use/SAXSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/class-use/SAXTransformerFactory.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/class-use/TemplatesHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/class-use/TransformerHandler.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/sax/package-use.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/StreamResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/StreamSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/class-use/StreamResult.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/class-use/StreamSource.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/javax/xml/transform/stream/package-use.html
+%%PORTDOCS%%%%DOCSDIR%%/api/org/w3c/xsl/XSLTContext.html
+%%PORTDOCS%%%%DOCSDIR%%/api/org/w3c/xsl/package-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/org/w3c/xsl/package-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/org/w3c/xsl/package-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/overview-frame.html
+%%PORTDOCS%%%%DOCSDIR%%/api/overview-summary.html
+%%PORTDOCS%%%%DOCSDIR%%/api/overview-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/package-list
+%%PORTDOCS%%%%DOCSDIR%%/api/packages.html
+%%PORTDOCS%%%%DOCSDIR%%/api/serialized-form.html
+%%PORTDOCS%%%%DOCSDIR%%/api/stylesheet.css
+%%PORTDOCS%%%%DOCSDIR%%/changes.html
+%%PORTDOCS%%%%DOCSDIR%%/changes5.html
+%%PORTDOCS%%%%DOCSDIR%%/conditions.html
+%%PORTDOCS%%%%DOCSDIR%%/conformance.html
+%%PORTDOCS%%%%DOCSDIR%%/expressions.html
+%%PORTDOCS%%%%DOCSDIR%%/extensibility.html
+%%PORTDOCS%%%%DOCSDIR%%/extensions.html
+%%PORTDOCS%%%%DOCSDIR%%/history.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/instant.html
+%%PORTDOCS%%%%DOCSDIR%%/patterns.html
+%%PORTDOCS%%%%DOCSDIR%%/samples.html
+%%PORTDOCS%%%%DOCSDIR%%/using-xsl.html
+%%PORTDOCS%%%%DOCSDIR%%/xsl-elements.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/w3c/xsl
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/w3c
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/stream/class-use
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/stream
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/sax/class-use
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/sax
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/dom/class-use
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/dom
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform/class-use
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml/transform
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax/xml
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/javax
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/tree
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/trace
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/tinytree
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/style
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/sql
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/sort
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/pattern
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/output
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/om
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/number
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/jdom
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/handlers
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/functions
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/exslt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/expr
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/charcode
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon/aelfred
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl/saxon
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com/icl
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/com
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile
index 56e1b6eaa327..a8ba0f08747b 100644
--- a/textproc/xml-lite.el/Makefile
+++ b/textproc/xml-lite.el/Makefile
@@ -13,7 +13,8 @@ DISTNAME= ${PORTNAME}
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
-MAINTAINER= fuyuki@mj.0038.net
+MAINTAINER= fuyuki@hadaly.org
+COMMENT= A simple XML-editing for GNU Emacs
EMACS_PORT_NAME?= emacs21
EMACS_NO_BUILD_DEPENDS= YES
diff --git a/textproc/xml-lite.el/pkg-comment b/textproc/xml-lite.el/pkg-comment
deleted file mode 100644
index 0ac00415979a..000000000000
--- a/textproc/xml-lite.el/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A simple XML-editing for GNU Emacs
diff --git a/textproc/xml-lite.el/pkg-descr b/textproc/xml-lite.el/pkg-descr
index f7c49c787e70..072f6228dcf2 100644
--- a/textproc/xml-lite.el/pkg-descr
+++ b/textproc/xml-lite.el/pkg-descr
@@ -3,6 +3,3 @@ intended for use in situations where the full power of the popular
PSGML package (DTD parsing, syntax checking) is not required.
WWW: http://www.bigfoot.com/~mdub/
-
-- Kimura Fuyuki
-fuyuki@mj.0038.net