pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/docbook-xsl Update to 1.65.0. Changes since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/240d8bdc04af
branches:  trunk
changeset: 469773:240d8bdc04af
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Feb 28 20:52:04 2004 +0000

description:
Update to 1.65.0.  Changes since version 1.64.0:

Changes to xsl/*

  | 2004-02-27  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * RELEASE-NOTES.xml: Updated
  |
  |     * VERSION: Version 1.65.0 released.
  |
  |     * VERSION: No really, version 1.65.0 released.
  |
  | 2004-02-24  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * .cvsignore: Don't ignore debian anymore, it's gone
  |
  | 2004-01-08  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * Makefile, VERSION: Tweaks for freshmeat-submit
  |
  | 2003-12-31  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * RELEASE-NOTES.xml: Info about new indexing method
  |
  | 2003-12-19  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * Makefile: Check for DIFFVER and make sure tags happen
  |
  |     * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
  |       file for 1.64.1
  |
  | 2003-12-17  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * Makefile, VERSION: Prepare to support freshmeat-submit for
  |       next release
  |

Changes to xsl/common/*

  | 2004-02-18  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * labels.xsl: Turn off procedure number when formal.procedures
  |       = 0.
  |
  | 2004-01-29  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * subtitles.xsl, titles.xsl: Support 'info'
  |
  | 2004-01-26  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * targets.xsl: Pass empty doctype parameters to write.chunk so
  |       the output can be used as an entity without DOCTYPE.
  |
  | 2003-12-31  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * autoidx-ng.xsl, l10n.dtd: Added support for new i18n
  |       friendly indexing method
  |

Changes to xsl/fo/*

  | 2004-02-26  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * verbatim.xsl: Bug #875229: add
  |       white-space-treatment=preserve
  |
  | 2004-02-11  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * formal.xsl: informal.object template now handles
  |       informalequation.
  |
  | 2004-02-06  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * component.xsl: Add force-page-count="no-force" to preface
  |       when double.sided is off to prevent extra blank page.
  |
  |     * component.xsl, division.xsl: Added
  |       force-page-count="no-force" when double.sided = 0 to prevent
  |       extra blank pages.
  |
  | 2004-01-30  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * formal.xsl: calsTable template should use table.properties
  |       instead of formal.object.properties.
  |
  | 2004-01-29  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * autotoc.xsl: Use titleabbrev in ToC
  |
  |     * biblio.xsl: Support 'info' and 'personblurb'
  |
  |     * docbook.xsl: Support DocBook NG by way of the following
  |       hack: if we find an NG document, do an identity transform to
  |       throw away the NG namespace and then process the result.
  |       Requires exsl:node-set().
  |
  |     * docbookng.xsl: New file.
  |
  |     * qandaset.xsl, titlepage.xsl: Support 'info'
  |
  | 2004-01-29  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * titlepage.xsl: Fix for multiple editor elements running
  |       together.
  |
  | 2004-01-26  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * pagesetup.xsl, param.ent, param.xweb: Added
  |       header.column.widths and footer.column.widths to permit
  |       adjustment of the header and footer widths.
  |
  | 2004-01-17  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * xep.xsl: Added 'chapter' to test for adding TOC bookmark.
  |
  | 2004-01-16  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * formal.xsl: Fixed bug in evaluation of @float in figure.
  |
  | 2004-01-13  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * inline.xsl: Inline sequences now output id attribute if
  |       found.
  |
  | 2004-01-08  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * biblio.xsl: Initial support for bibliolist
  |
  |     * table.xsl: Abort if there's no @cols
  |
  | 2003-12-31  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * autoidx-ng.xsl: New file.
  |
  | 2003-12-30  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * biblio.xsl, xref.xsl: Changed
  |       document($bibliography.collection) to
  |       document($bibliography.collection,.) so it will look in the
  |       current directory instead of the stylesheet directory.
  |
  |     * graphics.xsl: Fixed test for graphic inside inlineequation.
  |
  |     * xref.xsl: Added refsection to mode="xref-to" to support xref
  |       to refsection.
  |
  | 2003-12-16  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
  |       in index title indents when $title.margin.left is non-zero.
  |

Changes to xsl/html/*

  | 2004-02-13  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete
  |       component.title.mode templates.
  |
  | 2004-01-29  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * autotoc.xsl: Use titleabbrev in ToC
  |
  |     * biblio.xsl: Support info in bibliography mode; support
  |       personblurb as an alternative to authorblurb
  |
  |     * component.xsl: Support 'info'
  |
  |     * docbook.xsl: Support DocBook NG by way of the following
  |       hack: if we find an NG document, do an identity transform to
  |       throw away the NG namespace and then process the result.
  |       Requires exsl:node-set().
  |
  |     * docbookng.xsl: New file.
  |
  |     * inline.xsl: Support 'tag' as a synonym for 'sgmltag'
  |
  |     * lists.xsl: Make simpara in callout magic; don't output a p
  |       inside the li. Sigh.
  |
  |     * table.xsl: Support bgcolor and class dbhtml PIs on table
  |       rows
  |
  |     * titlepage.xsl: Support personblurb as a synonym for
  |       authorblurb
  |
  |     * xref.xsl: Support xref to personblurb the same way as
  |       authorblurb
  |
  | 2004-01-08  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * biblio.xsl: Initial support for bibliolist
  |
  |     * table.xsl: Abort if there's no @cols
  |
  | 2003-12-31  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * autoidx-ng.xsl: New file.
  |
  | 2003-12-30  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * biblio.xsl, xref.xsl: Changed
  |       document($bibliography.collection) to
  |       document($bibliography.collection,.) so it will look in the
  |       current directory instead of the stylesheet directory.
  |
  |     * graphics.xsl: Fixed test for graphic inside inlineequation.
  |
  |     * xref.xsl: Added refsection to mode="xref-to" to support xref
  |       to refsection.
  |

Changes to xsl/htmlhelp/*

  | 2004-02-19  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * htmlhelp-common.xsl: Added anchors to bibliodivs
  |

Changes to xsl/javahelp/*

  | 2003-12-21  Jirka Kosek <kosek%users.sourceforge.net@localhost>
  |
  |     * javahelp.xsl: Fixed bug #864018
  |

Changes to xsl/manpages/*

  | 2004-02-04  <twaugh%users.sourceforge.net@localhost>
  |
  |     * docbook.xsl, lists.xsl: Place-holder implementation for
  |       simplelist.
  |
  | 2004-01-30  <twaugh%users.sourceforge.net@localhost>
  |
  |     * docbook.xsl: Add replacement dingbat characters.
  |
  | 2003-12-24  <twaugh%users.sourceforge.net@localhost>
  |
  |     * lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up
  |       the environment. Part of bug #852714.
  |
  |     * lists.xsl: Handle comments inside lists (part of bug
  |       #852714).
  |

Changes to xsl/params/*

  | 2004-02-13  Michael Smith <xmldoc%users.sourceforge.net@localhost>
  |
  |     * htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml:
  |       remove stray single quotes for ID values; was causing
  |       generation of invalid filenames & breaking downstream builds
  |
  | 2004-01-31  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * footer.column.widths.xml, header.column.widths.xml: Add
  |       quotes to make the parameters strings; '1 1 1' is not a
  |       valid number
  |
  | 2004-01-29  Robert Stayton <bobstayton%users.sourceforge.net@localhost>
  |
  |     * footer.column.widths.xml, header.column.widths.xml: New
  |       file.
  |

Changes to xsl/template/*

  | 2004-01-29  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * titlepage.xsl: Support 'info' everywhere
  |

Changes to xsl/extensions/xalan2/.classes/*

  | 2003-12-17  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * Makefile.common: Support unicode.font in Xalan extensions
  |

Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*

  | 2003-12-17  Norman Walsh <nwalsh%users.sourceforge.net@localhost>
  |
  |     * FormatCallout.java, FormatUnicodeCallout.java, Params.java,
  |       Verbatim.java: Support unicode.font in Xalan extensions
  |

diffstat:

 textproc/docbook-xsl/Makefile |   5 ++---
 textproc/docbook-xsl/PLIST    |  13 ++++++++++++-
 textproc/docbook-xsl/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 7 deletions(-)

diffs (122 lines):

diff -r 13824fc3a7c7 -r 240d8bdc04af textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Sat Feb 28 20:20:28 2004 +0000
+++ b/textproc/docbook-xsl/Makefile     Sat Feb 28 20:52:04 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2004/02/25 11:48:15 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/28 20:52:04 jmmv Exp $
 #
 
-DISTNAME=      docbook-xsl-1.64.1
-PKGREVISION=   3
+DISTNAME=      docbook-xsl-1.65.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=docbook/}
 
diff -r 13824fc3a7c7 -r 240d8bdc04af textproc/docbook-xsl/PLIST
--- a/textproc/docbook-xsl/PLIST        Sat Feb 28 20:20:28 2004 +0000
+++ b/textproc/docbook-xsl/PLIST        Sat Feb 28 20:52:04 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/12/28 16:15:09 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/02/28 20:52:04 jmmv Exp $
 share/doc/docbook-xsl/ChangeLog
 share/doc/docbook-xsl/book.xsl
 share/doc/docbook-xsl/ch01s02.html
@@ -82,6 +82,7 @@
 share/doc/docbook-xsl/fo/example.properties.html
 share/doc/docbook-xsl/fo/figure.properties.html
 share/doc/docbook-xsl/fo/firstterm.only.link.html
+share/doc/docbook-xsl/fo/footer.column.widths.html
 share/doc/docbook-xsl/fo/footer.content.properties.html
 share/doc/docbook-xsl/fo/footer.rule.html
 share/doc/docbook-xsl/fo/footers.on.blank.pages.html
@@ -120,6 +121,7 @@
 share/doc/docbook-xsl/fo/glossterm.separation.html
 share/doc/docbook-xsl/fo/glossterm.width.html
 share/doc/docbook-xsl/fo/graphic.default.extension.html
+share/doc/docbook-xsl/fo/header.column.widths.html
 share/doc/docbook-xsl/fo/header.content.properties.html
 share/doc/docbook-xsl/fo/header.rule.html
 share/doc/docbook-xsl/fo/headers.on.blank.pages.html
@@ -661,6 +663,7 @@
 share/xsl/docbook/common/ChangeLog
 share/xsl/docbook/common/af.xml
 share/xsl/docbook/common/ar.xml
+share/xsl/docbook/common/autoidx-ng.xsl
 share/xsl/docbook/common/bg.xml
 share/xsl/docbook/common/bn.xml
 share/xsl/docbook/common/ca.xml
@@ -811,6 +814,7 @@
 share/xsl/docbook/extensions/xsltproc/python/xslt.py
 share/xsl/docbook/fo/ChangeLog
 share/xsl/docbook/fo/admon.xsl
+share/xsl/docbook/fo/autoidx-ng.xsl
 share/xsl/docbook/fo/autoidx.xsl
 share/xsl/docbook/fo/autotoc.xsl
 share/xsl/docbook/fo/axf.xsl
@@ -820,6 +824,7 @@
 share/xsl/docbook/fo/component.xsl
 share/xsl/docbook/fo/division.xsl
 share/xsl/docbook/fo/docbook.xsl
+share/xsl/docbook/fo/docbookng.xsl
 share/xsl/docbook/fo/ebnf.xsl
 share/xsl/docbook/fo/fo-patch-for-fop.xsl
 share/xsl/docbook/fo/fo-rtf.xsl
@@ -860,6 +865,7 @@
 share/xsl/docbook/fo/xref.xsl
 share/xsl/docbook/html/ChangeLog
 share/xsl/docbook/html/admon.xsl
+share/xsl/docbook/html/autoidx-ng.xsl
 share/xsl/docbook/html/autoidx.xsl
 share/xsl/docbook/html/autotoc.xsl
 share/xsl/docbook/html/biblio.xsl
@@ -875,6 +881,7 @@
 share/xsl/docbook/html/component.xsl
 share/xsl/docbook/html/division.xsl
 share/xsl/docbook/html/docbook.xsl
+share/xsl/docbook/html/docbookng.xsl
 share/xsl/docbook/html/ebnf.xsl
 share/xsl/docbook/html/footnote.xsl
 share/xsl/docbook/html/formal.xsl
@@ -1086,6 +1093,7 @@
 share/xsl/docbook/params/example.properties.xml
 share/xsl/docbook/params/figure.properties.xml
 share/xsl/docbook/params/firstterm.only.link.xml
+share/xsl/docbook/params/footer.column.widths.xml
 share/xsl/docbook/params/footer.content.properties.xml
 share/xsl/docbook/params/footer.rule.xml
 share/xsl/docbook/params/footers.on.blank.pages.xml
@@ -1117,6 +1125,7 @@
 share/xsl/docbook/params/glossterm.width.xml
 share/xsl/docbook/params/graphic.default.extension.xml
 share/xsl/docbook/params/graphicsize.extension.xml
+share/xsl/docbook/params/header.column.widths.xml
 share/xsl/docbook/params/header.content.properties.xml
 share/xsl/docbook/params/header.rule.xml
 share/xsl/docbook/params/headers.on.blank.pages.xml
@@ -1385,6 +1394,7 @@
 share/xsl/docbook/tools/profile/profile.xsl
 share/xsl/docbook/xhtml/ChangeLog
 share/xsl/docbook/xhtml/admon.xsl
+share/xsl/docbook/xhtml/autoidx-ng.xsl
 share/xsl/docbook/xhtml/autoidx.xsl
 share/xsl/docbook/xhtml/autotoc.xsl
 share/xsl/docbook/xhtml/biblio.xsl
@@ -1400,6 +1410,7 @@
 share/xsl/docbook/xhtml/component.xsl
 share/xsl/docbook/xhtml/division.xsl
 share/xsl/docbook/xhtml/docbook.xsl
+share/xsl/docbook/xhtml/docbookng.xsl
 share/xsl/docbook/xhtml/ebnf.xsl
 share/xsl/docbook/xhtml/footnote.xsl
 share/xsl/docbook/xhtml/formal.xsl
diff -r 13824fc3a7c7 -r 240d8bdc04af textproc/docbook-xsl/distinfo
--- a/textproc/docbook-xsl/distinfo     Sat Feb 28 20:20:28 2004 +0000
+++ b/textproc/docbook-xsl/distinfo     Sat Feb 28 20:52:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2003/12/21 10:01:12 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/02/28 20:52:04 jmmv Exp $
 
-SHA1 (docbook-xsl-1.64.1.tar.gz) = 9eb2a913214da341d2c072b984e685722d8cd891
-Size (docbook-xsl-1.64.1.tar.gz) = 1382015 bytes
+SHA1 (docbook-xsl-1.65.0.tar.gz) = 7593dc48d4aeefca7979d3059ddf2e2f84a8be80
+Size (docbook-xsl-1.65.0.tar.gz) = 1538674 bytes



Home | Main Index | Thread Index | Old Index