summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-09-10 18:28:52 +0000
committerwiz <wiz@pkgsrc.org>2006-09-10 18:28:52 +0000
commitc7ba2fbbb38d766b689dbd960d915803e6b0f5a6 (patch)
tree9cf0fa517332b55568a9f1cf7424708b8eadd3a8 /textproc/docbook-xsl
parentb8cb6e8bac7116103a9bf4113c9cdfef62338dd7 (diff)
downloadpkgsrc-c7ba2fbbb38d766b689dbd960d915803e6b0f5a6.tar.gz
Update to 1.71.0:
Release: 1.71.0 The following is a list of changes that have been made since the 1.70.1 release. Common The following changes have been made to the common code since the 1.70.1 release. * Further tinkering with sidebar handling. Think I got it right this time. (re)closes bug 1541793. Thanks to Mauritz Jeanson. * To make DocBook4-valid (the build ends up validing output of this using xjparse), replaced author/orgname with corpauthor and replaced all instances of tag with sgmltag. * Added reference.autolabel parameter for controlling labels on reference output. * Did some touch-ups to a few files to ensure that building from PDF and text from reference.dbk will work. * Support rows that are *completely* overlapped by the preceding row * New modules for supporting indexing extensions. * Merged ref.css into reference.css, deleted ref.css, and updated stylesheet to use reference.css instead of ref.css. Also changed individual reference pages to use graphical admonitions. * Added IDs in a number of places that should have time. * Added normalization to object.title.markup.textonly mode, reverted copyright link template in html/chunk-common.xsl to use it, and updated a couple of places in manpages that should have already been using it instead of object.title.markup. * Fix attribute name * fixed bug #1528002 olinks not handling dbhtml dir * Fixed bug #1539010, fix xml.base.dirs template to stop recursing if hit an absolute uri. * Corrected XPath expression used for finding date data within *info content -- such that dbtimestamp PIs are now correctly processed when they occur within refentry *info content. * Removed svn:executable property from many xml and xsl files on which it had been inadvertently (CVS legacy). * Support startinglinenumber on orderedlist * fixed lang entity to remove en appendage Extensions The following changes have been made to the extensions code since the 1.70.1 release. * Completely reworked extensions build system; now uses NetBeans and ant FO The following changes have been made to the fo code since the 1.70.1 release. * Fixed path selection in tgroup template. * Change tgroup position test to count preceding-sibling instead. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Citations to nonexistent biblioentries do not issue warning. * More carefully select language substring for sorting. * Re-enabled build of PDF version of ref docs. * xsl:sort lang attribute now uses two-char substring of lang attribute. * Support titlecase "Java", "Perl", and "IDL" as values for the language attribute on classsynopsis, etc. (instead of just lowercase "java", "perl", and "idl"). Also support "c++" and "C++" (instead of just "cpp"). Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks to "Brian A. Vanderburg II". * Fixed index.term.separator on secondary and tertiary entries. * Added support for the reference.autolabel param in (X)HTML and FO output. * Did some touch-ups to a few files to ensure that building from PDF and text from reference.dbk will work. * Support rows that are *completely* overlapped by the preceding row * Add exclude-result-prefix="mml" so xmlns output only if mml: is actually used. * Rearranged templates for the 3 indexing methods and changed method named 'english' to 'basic'. * New modules for supporting indexing extensions. * Fixed bug #1542773 section title in info not working, for db5 too. * Fixed bug #1542773 section title in info not formatting correctly. * Fixed bug 1545377 xml:id not supported in glossary.xsl. * Added IDs in a number of places that should have time. * Prevent "titleabbrev in article: no template matches" warnings. Patch from Camille Bgnis. Closes bug #1509100. * Turn off blank-body for fop1.extensions too since fop 0.92 does not support it either. * Finish fixing bug #1540539 * Fix bug #1540539 * Fixed bug #1537751 sidebar content not being included. * Add Xalan variant to test for exslt:node-set function. Xalan can use function named node-set(), but doesn't recognize it using function-available(). * Add curly braces around &lang; in xsl:sort lang attribute to make it an AVT. * Added support to FO stylesheets for handling instances of Org where it occurs outside of *info content. In HTML stylesheets, moved handling of Org out of info.xsl and into inline.xsl. In both FO and HTML stylesheets, added support for correctly processing Affiliation and Jobtitle. * Don't output punctuation between Refname and Refpurpose if Refpurpose is empty. Also corrected handling of Refsect2/title instances, and removed some debugging stuff that was generated in manpages output to mark the ends of sections. * Added new email.delimiters.enabled param. If non-zero (the default), delimiters are generated around e-mail addresses (output of the email element). If zero, the delimiters are suppressed. * Fixed handling of punctuation for methodparam in methodsynopsis. Closes bug 1530558. Thanks to Evan Goer and Michael Fuchs. * Removed svn:executable property from many xml and xsl files on which it had been inadvertently (CVS legacy). * fixed lang entity to remove en appendage * fixed bug 1516275 set table width to 100% when proportional columns are used * fixed bug 1497436 confirm @cols is a number * Initial support of syntax highlighting of programlistings. * Chapter after preface should restart numbering of pages. HTML The following changes have been made to the html code since the 1.70.1 release. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Citations to nonexistent biblioentries do not issue warning. * More carefully select language substring for sorting. * re-Fixed typo introduced in html/synop.xsl, and re-disabled reference.pdf build in snapshot build. * Fixed typo introduced in previous html/synop.xsl commit. * xsl:sort lang attribute now uses two-char substring of lang attribute. * Support titlecase "Java", "Perl", and "IDL" as values for the language attribute on classsynopsis, etc. (instead of just lowercase "java", "perl", and "idl"). Also support "c++" and "C++" (instead of just "cpp"). Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks to "Brian A. Vanderburg II". * Further tinkering with sidebar handling. Think I got it right this time. (re)closes bug 1541793. Thanks to Mauritz Jeanson. * Added support for the reference.autolabel param in (X)HTML and FO output. * Support rows that are *completely* overlapped by the preceding row * Exclude mml result prefix unless mml is in the output. * Rearranged templates for the 3 indexing methods and changed method named 'english' to 'basic'. * New modules for supporting indexing extensions. * Fixed bug #1542773 section title in info not working, for db5 too. * Fixed bug #1542773 section title in info not formatting correctly. * Fixed bug 1545377 xml:id not supported in glossary.xsl. * Fixed part of bug #1484944 authorgroup needing a named anchor. * Added IDs in a number of places that should have time. * Added several new HTML parameters for controlling appearance of content on HTML title pages: contrib.inline.enabled: If non-zero (the default), output of the contrib element is displayed as inline content rather than as block content. othercredit.like.author.enabled: If non-zero, output of the othercredit element on titlepages is displayed in the same style as author and editor output. If zero (the default), othercredit output is displayed using a style different than that of author and editor. blurb.on.titlepage.enabled: If non-zero, output from authorblurb and personblurb elements is displayed on title pages. If zero (the default), output from those elements is suppressed on title pages (unless you are using a titlepage customization that causes them to be included). editedby.enabled If non-zero (the default), a localized Edited by heading is displayed above editor names in output of the editor element. * Added normalization to object.title.markup.textonly mode, reverted copyright link template in html/chunk-common.xsl to use it, and updated a couple of places in manpages that should have already been using it instead of object.title.markup. * Corrected XPath expression used for locating first legalnotice instance in a document. Closes request #1476450. Thanks to Sam Steingold. * Correctly handle sidebar instances that have sidebar/info/title instead of sidebar/title. This change simply makes sidebar handling for this case identical to that of abstract. Closes bug #1541793. Thanks to Mauritz Jeanson. * Further refinement to cause nested QandASet to appear in top-level TOC. Patch from Daniel Leidert. Closes patch #1509018. * Fixed bug #1541113 predicate bugs in next/previous * fixed bug #1528002 olinks not handling dbhtml dir * Fixed bug #1537076 where sectioninfo/keywordset was not being processed. * Add Xalan variant to test for exslt:node-set function. Xalan can use function named node-set(), but doesn't recognize it using function-available(). * Add curly braces around &lang; in xsl:sort lang attribute to make it an AVT. * Added support to FO stylesheets for handling instances of Org where it occurs outside of *info content. In HTML stylesheets, moved handling of Org out of info.xsl and into inline.xsl. In both FO and HTML stylesheets, added support for correctly processing Affiliation and Jobtitle. * Don't output punctuation between Refname and Refpurpose if Refpurpose is empty. Also corrected handling of Refsect2/title instances, and removed some debugging stuff that was generated in manpages output to mark the ends of sections. * Added new email.delimiters.enabled param. If non-zero (the default), delimiters are generated around e-mail addresses (output of the email element). If zero, the delimiters are suppressed. * Fixed handling of punctuation for methodparam in methodsynopsis. Closes bug 1530558. Thanks to Evan Goer and Michael Fuchs. * Removed svn:executable property from many xml and xsl files on which it had been inadvertently (CVS legacy). * Further changes related to handling when qanda.nested.in.toc is non-zer0; deal also with answer/qandaset instances (which are valid in DocBook 5). * Added qanda.nested.in.toc param. Default value is zero. If non-zero, instances of "nested" Qandaentry (ones that are children of Answer elements) are displayed in the TOC. Closes patch 1509018 (from Daniel Leidert). Currently on affects HTML output (no patch for FO output provided). * Made changes to correct handling of nested answer/qandaentry instances. Closes bug 1509043. Thanks to Daniel Leidert. To avoid code duplication, part of the change involved adding a new process.qandaset named template and moving the code for output of all the question/answer table markup into that template. * Removed obsolete DL instances from biblio.xsl that were causing invalid XHTML output. Closes bug 1509041. Thanks to Daniel Leidert. * Used copy-of instead of value-of with biblioentry.item.separator, so that it can contain linebreaks. Closes bug 1509021. Patch from Daniel Leidert. * Improved handling of relative locations generated files * Fix functionsynopsis presentation * fixed lang entity to remove en appendage * fixed bug 1497436 confirm @cols is a number * Initial support of syntax highlighting of programlistings. * Support org * Support person * Support $keep.relative.image.uris also when chunking Highlighting The following changes have been made to the highlighting code since the 1.70.1 release. * Opps, seems that I forgot to commit changes previously * Initial support of syntax highlighting of programlistings. HTMLHelp The following changes have been made to the htmlhelp code since the 1.70.1 release. * Fixed bug #1477771 where article was missing from hhc part TOC. Lib The following changes have been made to the lib code since the 1.70.1 release. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Added some IDs to the lib.xweb file. * Did some touch-ups to a few files to ensure that building from PDF and text from reference.dbk will work. Manpages The following changes have been made to the manpages code since the 1.70.1 release. * Suppress footnote markers and output warning that footnotes are not yet supported. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Fixed handling of verbatims (address, screen, etc.) within listitem instances in varlistentry and glossentry. (We now always use .RS instead of .TP). Closes bug 1551922 and closes Debian bug 385940. Thanks to Daniel Leidert and Jakub Wilk. * Correctly handle lists that have block content before the actual list items. Closes bug #1547511. Thanks to Daniel Leidert. Also, attempt to be smarter about adding space after lists where needed. * Adjusted normalization of person-names. The person.name.normalized template now checks the RTF of output from person.name template node-by-node, and does normalization only on the nodes that need it. Also fixed normalization of email output for the metadata comment part of the man page, such that normalization is done before the angle brackets are added. * Added normalization to object.title.markup.textonly mode, reverted copyright link template in html/chunk-common.xsl to use it, and updated a couple of places in manpages that should have already been using it instead of object.title.markup. * Added person.name.normalized template to cause contents of author, editor, etc., names to be normalized. Also added normalization in several others places in *info output that lacked it. Thanks to Daniel Leidert. * Properly process collabname, corpauthor, corpcredit, orgname, and publishername before normalizing. * Normalize corpauthor|corpcredit|orgname|publishername * Normalize output of contrib instances. * Handle instances of address/otheraddr/ulink in author et al in the same way as email instances; that is, display them on the same linke as the author, editor, etc., name. * Don't number or link-list any Ulink instance whose string value is identical to the value of its url attribute. Just display it inline. * Improved handling of cases with sibling contrib, authorblurb, or personblurb instances. * Handle instances of authorblurb or personblurb that lack sibling *name or email content. Also, make sure space gets properly normalized in para and simpara within authorblurb or personblurb. * Output linebreak before start of .RS macro in nested lists. Closes bug #1524573. Thanks to Sam Steingold. * Normalize space in Refsect/title output. * Don't output punctuation between Refname and Refpurpose if Refpurpose is empty. Also corrected handling of Refsect2/title instances, and removed some debugging stuff that was generated in manpages output to mark the ends of sections. * Added new email.delimiters.enabled param. If non-zero (the default), delimiters are generated around e-mail addresses (output of the email element). If zero, the delimiters are suppressed. * Reverted suppression of markup for refsect1 instances with empty titles. * Suppressed output of .SH markup for Refsect1 instances with empty titles. * In manpages output, if the last/nearest *info element for particular Refentry has multiple Copyright and/or Legalnotice children, process them all (not just the first ones). Closes bug 1524576. Thanks to Sam Steingold for the report and to Daniel Leidert for providing a patch. * Made some minor fixes and clarifications to comments in the charmap.groff.xsl file. Params The following changes have been made to the params code since the 1.70.1 release. * Added reference.autolabel parameter for controlling labels on reference output. * Added namespace declarations to document elements for all param files. * Updated to describe revised setup for importing index extensions. * Added several new HTML parameters for controlling appearance of content on HTML title pages: contrib.inline.enabled: If non-zero (the default), output of the contrib element is displayed as inline content rather than as block content. othercredit.like.author.enabled: If non-zero, output of the othercredit element on titlepages is displayed in the same style as author and editor output. If zero (the default), othercredit output is displayed using a style different than that of author and editor. blurb.on.titlepage.enabled: If non-zero, output from authorblurb and personblurb elements is displayed on title pages. If zero (the default), output from those elements is suppressed on title pages (unless you are using a titlepage customization that causes them to be included). editedby.enabled If non-zero (the default), a localized Edited by heading is displayed above editor names in output of the editor element. * Added new email.delimiters.enabled param. If non-zero (the default), delimiters are generated around e-mail addresses (output of the email element). If zero, the delimiters are suppressed. * Removed svn:executable property from many xml and xsl files on which it had been inadvertently (CVS legacy). * Added qanda.nested.in.toc param. Default value is zero. If non-zero, instances of "nested" Qandaentry (ones that are children of Answer elements) are displayed in the TOC. Closes patch 1509018 (from Daniel Leidert). Currently on affects HTML output (no patch for FO output provided). * Word-smithing * Initial support of syntax highlighting of programlistings. Template The following changes have been made to the template code since the 1.70.1 release. * Did some touch-ups to a few files to ensure that building from PDF and text from reference.dbk will work. * Added more IDs, and added support to docsrc/xsl2jref.xsl for copying their values to output. * Added IDs in a number of places that should have time. Tools The following changes have been made to the tools code since the 1.70.1 release. * Fixed xsl-params.xsl build. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Racheted down font sizes of headings in example makefile FO output. * Added param and attribute set to example makefile, for getting wrapping in verbatims in FO output. * Renamed Makefile.paramDoc to Makefile.docParam. * Added Makefile.paramDoc file, for creating versions of param.xsl files with doc embedded. * Added variable to example makefile for controlling whether HTML or XHTML is generated. * Correctly handle cases where DocBook files have an extension other than .xml WordML The following changes have been made to the wordml code since the 1.70.1 release. * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build * Did some touch-ups to a few files to ensure that building from PDF and text from reference.dbk will work. * Added IDs in a number of places that should have time. * Removed svn:executable property from many xml and xsl files on which it had been inadvertently (CVS legacy).
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r--textproc/docbook-xsl/Makefile4
-rw-r--r--textproc/docbook-xsl/PLIST147
-rw-r--r--textproc/docbook-xsl/distinfo8
3 files changed, 100 insertions, 59 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile
index 33dc94b0505..3d916531f16 100644
--- a/textproc/docbook-xsl/Makefile
+++ b/textproc/docbook-xsl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/05/30 22:13:52 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2006/09/10 18:28:52 wiz Exp $
#
-DISTNAME= docbook-xsl-1.70.1
+DISTNAME= docbook-xsl-1.71.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/}
EXTRACT_SUFX= .tar.bz2
diff --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST
index c1c1a45b849..57e89720131 100644
--- a/textproc/docbook-xsl/PLIST
+++ b/textproc/docbook-xsl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2006/05/30 22:13:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2006/09/10 18:28:52 wiz Exp $
share/examples/docbook-xsl/README
share/examples/docbook-xsl/biblioentry.xsl
share/examples/docbook-xsl/testtemplate.xml
@@ -9,6 +9,8 @@ share/xsl/docbook/catalog.xml
share/xsl/docbook/common/af.xml
share/xsl/docbook/common/am.xml
share/xsl/docbook/common/ar.xml
+share/xsl/docbook/common/autoidx-kimber.xsl
+share/xsl/docbook/common/autoidx-kosek.xsl
share/xsl/docbook/common/autoidx-ng.xsl
share/xsl/docbook/common/az.xml
share/xsl/docbook/common/bg.xml
@@ -82,51 +84,58 @@ share/xsl/docbook/common/vi.xml
share/xsl/docbook/common/xh.xml
share/xsl/docbook/common/zh_cn.xml
share/xsl/docbook/common/zh_tw.xml
-share/xsl/docbook/extensions/build.xml
-share/xsl/docbook/extensions/saxon643.jar
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CVS.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Callout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ColumnScanEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ColumnUpdateEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/CopyEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatGraphicCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatTextCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/FormatUnicodeCallout.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/ImageIntrinsics.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/LineCountEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/NumberLinesEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Table.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Text.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/TextFactory.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/UnwrapLinks.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/UnwrapLinksEmitter.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/Windows1252.java
-share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon/package.html
-share/xsl/docbook/extensions/saxon644.jar
share/xsl/docbook/extensions/saxon65.jar
-share/xsl/docbook/extensions/saxon651.jar
-share/xsl/docbook/extensions/saxon652.jar
-share/xsl/docbook/extensions/saxon653.jar
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/CVS.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Callout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatDingbatCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatGraphicCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatTextCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/FormatUnicodeCallout.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Func.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/ImageIntrinsics.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Params.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Table.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Text.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java
-share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan/package.html
-share/xsl/docbook/extensions/xalan25.jar
+share/xsl/docbook/extensions/saxon65/build.xml
+share/xsl/docbook/extensions/saxon65/dist/saxon65.jar
+share/xsl/docbook/extensions/saxon65/nbproject/build-impl.xml
+share/xsl/docbook/extensions/saxon65/nbproject/genfiles.properties
+share/xsl/docbook/extensions/saxon65/nbproject/project.properties
+share/xsl/docbook/extensions/saxon65/nbproject/project.xml
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CVS.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Callout.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CalloutEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ColumnScanEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ColumnUpdateEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/CopyEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatCallout.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatGraphicCallout.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatTextCallout.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/FormatUnicodeCallout.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/ImageIntrinsics.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/LineCountEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/NumberLinesEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Table.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Text.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/TextFactory.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/UnwrapLinks.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/UnwrapLinksEmitter.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Verbatim.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/Windows1252.java
+share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon/package.html
+share/xsl/docbook/extensions/xalan2.jar
+share/xsl/docbook/extensions/xalan2/build.xml
+share/xsl/docbook/extensions/xalan2/dist/xalan2.jar
+share/xsl/docbook/extensions/xalan2/nbproject/build-impl.xml
+share/xsl/docbook/extensions/xalan2/nbproject/genfiles.properties
+share/xsl/docbook/extensions/xalan2/nbproject/project.properties
+share/xsl/docbook/extensions/xalan2/nbproject/project.xml
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/CVS.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Callout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatCallout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatDingbatCallout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatGraphicCallout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatTextCallout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/FormatUnicodeCallout.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Func.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/ImageIntrinsics.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Params.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Table.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Text.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/Verbatim.java
+share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan/package.html
share/xsl/docbook/extensions/xalan27.jar
share/xsl/docbook/extensions/xalan27/build.xml
+share/xsl/docbook/extensions/xalan27/dist/xalan27.jar
share/xsl/docbook/extensions/xalan27/nbproject/build-impl.xml
share/xsl/docbook/extensions/xalan27/nbproject/genfiles.properties
share/xsl/docbook/extensions/xalan27/nbproject/project.properties
@@ -145,6 +154,8 @@ share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Table.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Text.java
share/xsl/docbook/extensions/xalan27/src/com/nwalsh/xalan/Verbatim.java
share/xsl/docbook/fo/admon.xsl
+share/xsl/docbook/fo/autoidx-kimber.xsl
+share/xsl/docbook/fo/autoidx-kosek.xsl
share/xsl/docbook/fo/autoidx-ng.xsl
share/xsl/docbook/fo/autoidx.xsl
share/xsl/docbook/fo/autotoc.xsl
@@ -166,6 +177,7 @@ share/xsl/docbook/fo/fop1.xsl
share/xsl/docbook/fo/formal.xsl
share/xsl/docbook/fo/glossary.xsl
share/xsl/docbook/fo/graphics.xsl
+share/xsl/docbook/fo/highlight.xsl
share/xsl/docbook/fo/htmltbl.xsl
share/xsl/docbook/fo/index.xsl
share/xsl/docbook/fo/info.xsl
@@ -199,6 +211,8 @@ share/xsl/docbook/fo/xep.xsl
share/xsl/docbook/fo/xref.xsl
share/xsl/docbook/html/admon.xsl
share/xsl/docbook/html/annotations.xsl
+share/xsl/docbook/html/autoidx-kimber.xsl
+share/xsl/docbook/html/autoidx-kosek.xsl
share/xsl/docbook/html/autoidx-ng.xsl
share/xsl/docbook/html/autoidx.xsl
share/xsl/docbook/html/autotoc.xsl
@@ -222,6 +236,7 @@ share/xsl/docbook/html/footnote.xsl
share/xsl/docbook/html/formal.xsl
share/xsl/docbook/html/glossary.xsl
share/xsl/docbook/html/graphics.xsl
+share/xsl/docbook/html/highlight.xsl
share/xsl/docbook/html/html-rtf.xsl
share/xsl/docbook/html/html.xsl
share/xsl/docbook/html/htmltbl.xsl
@@ -381,6 +396,7 @@ share/xsl/docbook/params/biblioentry.properties.xml
share/xsl/docbook/params/bibliography.collection.xml
share/xsl/docbook/params/bibliography.numbered.xml
share/xsl/docbook/params/blockquote.properties.xml
+share/xsl/docbook/params/blurb.on.titlepage.enabled.xml
share/xsl/docbook/params/body.end.indent.xml
share/xsl/docbook/params/body.font.family.xml
share/xsl/docbook/params/body.font.master.xml
@@ -435,6 +451,7 @@ share/xsl/docbook/params/column.gap.titlepage.xml
share/xsl/docbook/params/compact.list.item.spacing.xml
share/xsl/docbook/params/component.label.includes.part.label.xml
share/xsl/docbook/params/component.title.properties.xml
+share/xsl/docbook/params/contrib.inline.enabled.xml
share/xsl/docbook/params/crop.mark.bleed.xml
share/xsl/docbook/params/crop.mark.offset.xml
share/xsl/docbook/params/crop.mark.width.xml
@@ -458,6 +475,8 @@ share/xsl/docbook/params/eclipse.autolabel.xml
share/xsl/docbook/params/eclipse.plugin.id.xml
share/xsl/docbook/params/eclipse.plugin.name.xml
share/xsl/docbook/params/eclipse.plugin.provider.xml
+share/xsl/docbook/params/editedby.enabled.xml
+share/xsl/docbook/params/email.delimiters.enabled.xml
share/xsl/docbook/params/emphasis.propagates.style.xml
share/xsl/docbook/params/entry.propagates.style.xml
share/xsl/docbook/params/equation.properties.xml
@@ -509,6 +528,8 @@ share/xsl/docbook/params/header.content.properties.xml
share/xsl/docbook/params/header.rule.xml
share/xsl/docbook/params/header.table.height.xml
share/xsl/docbook/params/headers.on.blank.pages.xml
+share/xsl/docbook/params/highlight.default.language.xml
+share/xsl/docbook/params/highlight.source.xml
share/xsl/docbook/params/html.base.xml
share/xsl/docbook/params/html.cellpadding.xml
share/xsl/docbook/params/html.cellspacing.xml
@@ -695,6 +716,7 @@ share/xsl/docbook/params/olink.sysid.xml
share/xsl/docbook/params/orderedlist.label.properties.xml
share/xsl/docbook/params/orderedlist.label.width.xml
share/xsl/docbook/params/orderedlist.properties.xml
+share/xsl/docbook/params/othercredit.like.author.enabled.xml
share/xsl/docbook/params/page.height.portrait.xml
share/xsl/docbook/params/page.height.xml
share/xsl/docbook/params/page.margin.bottom.xml
@@ -736,6 +758,7 @@ share/xsl/docbook/params/profile.vendor.xml
share/xsl/docbook/params/punct.honorific.xml
share/xsl/docbook/params/qanda.defaultlabel.xml
share/xsl/docbook/params/qanda.inherit.numeration.xml
+share/xsl/docbook/params/qanda.nested.in.toc.xml
share/xsl/docbook/params/qanda.title.level1.properties.xml
share/xsl/docbook/params/qanda.title.level2.properties.xml
share/xsl/docbook/params/qanda.title.level3.properties.xml
@@ -764,6 +787,7 @@ share/xsl/docbook/params/refentry.version.profile.enabled.xml
share/xsl/docbook/params/refentry.version.profile.xml
share/xsl/docbook/params/refentry.version.suppress.xml
share/xsl/docbook/params/refentry.xref.manvolnum.xml
+share/xsl/docbook/params/reference.autolabel.xml
share/xsl/docbook/params/region.after.extent.xml
share/xsl/docbook/params/region.before.extent.xml
share/xsl/docbook/params/revhistory.table.cell.properties.xml
@@ -878,6 +902,8 @@ share/xsl/docbook/profiling/strip-attributes.xsl
share/xsl/docbook/profiling/xsl2profile.xsl
share/xsl/docbook/xhtml/admon.xsl
share/xsl/docbook/xhtml/annotations.xsl
+share/xsl/docbook/xhtml/autoidx-kimber.xsl
+share/xsl/docbook/xhtml/autoidx-kosek.xsl
share/xsl/docbook/xhtml/autoidx-ng.xsl
share/xsl/docbook/xhtml/autoidx.xsl
share/xsl/docbook/xhtml/autotoc.xsl
@@ -901,6 +927,7 @@ share/xsl/docbook/xhtml/footnote.xsl
share/xsl/docbook/xhtml/formal.xsl
share/xsl/docbook/xhtml/glossary.xsl
share/xsl/docbook/xhtml/graphics.xsl
+share/xsl/docbook/xhtml/highlight.xsl
share/xsl/docbook/xhtml/html-rtf.xsl
share/xsl/docbook/xhtml/html.xsl
share/xsl/docbook/xhtml/html2xhtml.xsl
@@ -948,20 +975,34 @@ share/xsl/docbook/xhtml/xref.xsl
@dirrm share/xsl/docbook/extensions/xalan27/src/com
@dirrm share/xsl/docbook/extensions/xalan27/src
@dirrm share/xsl/docbook/extensions/xalan27/nbproject
+@dirrm share/xsl/docbook/extensions/xalan27/dist
+@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan27/build
+@dirrm share/xsl/docbook/extensions/xalan27/build
@dirrm share/xsl/docbook/extensions/xalan27
-@dirrm share/xsl/docbook/extensions/xalan2/com/nwalsh/xalan
-@dirrm share/xsl/docbook/extensions/xalan2/com/nwalsh
-@dirrm share/xsl/docbook/extensions/xalan2/com
+@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan2/test
+@dirrm share/xsl/docbook/extensions/xalan2/test
+@dirrm share/xsl/docbook/extensions/xalan2/src/com/nwalsh/xalan
+@dirrm share/xsl/docbook/extensions/xalan2/src/com/nwalsh
+@dirrm share/xsl/docbook/extensions/xalan2/src/com
+@dirrm share/xsl/docbook/extensions/xalan2/src
+@dirrm share/xsl/docbook/extensions/xalan2/nbproject
+@dirrm share/xsl/docbook/extensions/xalan2/dist
+@exec ${MKDIR} %D/share/xsl/docbook/extensions/xalan2/build
+@dirrm share/xsl/docbook/extensions/xalan2/build
@dirrm share/xsl/docbook/extensions/xalan2
-@dirrm share/xsl/docbook/extensions/saxon643/com/nwalsh/saxon
-@dirrm share/xsl/docbook/extensions/saxon643/com/nwalsh
-@dirrm share/xsl/docbook/extensions/saxon643/com
-@dirrm share/xsl/docbook/extensions/saxon643
-@dirrm share/xsl/docbook/extensions/build2
-@dirrm share/xsl/docbook/extensions/build
+@exec ${MKDIR} %D/share/xsl/docbook/extensions/saxon65/test
+@dirrm share/xsl/docbook/extensions/saxon65/test
+@dirrm share/xsl/docbook/extensions/saxon65/src/com/nwalsh/saxon
+@dirrm share/xsl/docbook/extensions/saxon65/src/com/nwalsh
+@dirrm share/xsl/docbook/extensions/saxon65/src/com
+@dirrm share/xsl/docbook/extensions/saxon65/src
+@dirrm share/xsl/docbook/extensions/saxon65/nbproject
+@dirrm share/xsl/docbook/extensions/saxon65/dist
+@exec ${MKDIR} %D/share/xsl/docbook/extensions/saxon65/build
+@dirrm share/xsl/docbook/extensions/saxon65/build
+@dirrm share/xsl/docbook/extensions/saxon65
@dirrm share/xsl/docbook/extensions
@dirrm share/xsl/docbook/common
@dirrm share/xsl/docbook
@unexec ${RMDIR} %D/share/xsl 2>/dev/null || ${TRUE}
@dirrm share/examples/docbook-xsl
-@comment in xmlcatmgr: @dirrm share/xml
diff --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo
index ecf4020fffb..a2b47e47f28 100644
--- a/textproc/docbook-xsl/distinfo
+++ b/textproc/docbook-xsl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2006/05/30 22:13:52 wiz Exp $
+$NetBSD: distinfo,v 1.18 2006/09/10 18:28:52 wiz Exp $
-SHA1 (docbook-xsl-1.70.1.tar.bz2) = b3248d88d0d3986760c0790003d8570a9fc7e038
-RMD160 (docbook-xsl-1.70.1.tar.bz2) = 789070e60949f943cdff269dc1ae8fc7c69770ff
-Size (docbook-xsl-1.70.1.tar.bz2) = 1627881 bytes
+SHA1 (docbook-xsl-1.71.0.tar.bz2) = c9a09d1ba54f2c97bbd7cc478ac134c05df9d93e
+RMD160 (docbook-xsl-1.71.0.tar.bz2) = a8dddc7de3ac5fd2894a1fc5c796501cf7a9dd94
+Size (docbook-xsl-1.71.0.tar.bz2) = 1571635 bytes