diff options
author | jmmv <jmmv> | 2004-02-28 20:52:04 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-28 20:52:04 +0000 |
commit | a028dc757dc94bce1287edc69153c4bb931aca6f (patch) | |
tree | cffc31bea203f6f37dfd12baaa7b5b05ca13154c /textproc | |
parent | bff21248bb93b804483fa2a3a0974c0f849c483e (diff) | |
download | pkgsrc-a028dc757dc94bce1287edc69153c4bb931aca6f.tar.gz |
Update to 1.65.0. Changes since version 1.64.0:
Changes to xsl/*
| 2004-02-27 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * 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>
|
| * .cvsignore: Don't ignore debian anymore, it's gone
|
| 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Makefile, VERSION: Tweaks for freshmeat-submit
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * RELEASE-NOTES.xml: Info about new indexing method
|
| 2003-12-19 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * 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>
|
| * Makefile, VERSION: Prepare to support freshmeat-submit for
| next release
|
Changes to xsl/common/*
| 2004-02-18 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * labels.xsl: Turn off procedure number when formal.procedures
| = 0.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * subtitles.xsl, titles.xsl: Support 'info'
|
| 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * 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>
|
| * 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>
|
| * verbatim.xsl: Bug #875229: add
| white-space-treatment=preserve
|
| 2004-02-11 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * formal.xsl: informal.object template now handles
| informalequation.
|
| 2004-02-06 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * 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>
|
| * formal.xsl: calsTable template should use table.properties
| instead of formal.object.properties.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * 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>
|
| * titlepage.xsl: Fix for multiple editor elements running
| together.
|
| 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * 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>
|
| * xep.xsl: Added 'chapter' to test for adding TOC bookmark.
|
| 2004-01-16 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * formal.xsl: Fixed bug in evaluation of @float in figure.
|
| 2004-01-13 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * inline.xsl: Inline sequences now output id attribute if
| found.
|
| 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * biblio.xsl: Initial support for bibliolist
|
| * table.xsl: Abort if there's no @cols
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx-ng.xsl: New file.
|
| 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * 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>
|
| * 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>
|
| * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete
| component.title.mode templates.
|
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * 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>
|
| * biblio.xsl: Initial support for bibliolist
|
| * table.xsl: Abort if there's no @cols
|
| 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net>
|
| * autoidx-ng.xsl: New file.
|
| 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net>
|
| * 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>
|
| * htmlhelp-common.xsl: Added anchors to bibliodivs
|
Changes to xsl/javahelp/*
| 2003-12-21 Jirka Kosek <kosek@users.sourceforge.net>
|
| * javahelp.xsl: Fixed bug #864018
|
Changes to xsl/manpages/*
| 2004-02-04 <twaugh@users.sourceforge.net>
|
| * docbook.xsl, lists.xsl: Place-holder implementation for
| simplelist.
|
| 2004-01-30 <twaugh@users.sourceforge.net>
|
| * docbook.xsl: Add replacement dingbat characters.
|
| 2003-12-24 <twaugh@users.sourceforge.net>
|
| * 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>
|
| * 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>
|
| * 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>
|
| * footer.column.widths.xml, header.column.widths.xml: New
| file.
|
Changes to xsl/template/*
| 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * titlepage.xsl: Support 'info' everywhere
|
Changes to xsl/extensions/xalan2/.classes/*
| 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * 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>
|
| * FormatCallout.java, FormatUnicodeCallout.java, Params.java,
| Verbatim.java: Support unicode.font in Xalan extensions
|
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 5 | ||||
-rw-r--r-- | textproc/docbook-xsl/PLIST | 13 | ||||
-rw-r--r-- | textproc/docbook-xsl/distinfo | 6 |
3 files changed, 17 insertions, 7 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 61a98f13c6d..f532f070384 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -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 --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST index b5735bf0a29..4daa575f752 100644 --- a/textproc/docbook-xsl/PLIST +++ b/textproc/docbook-xsl/PLIST @@ -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/equation.properties.html 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.auto.link.html 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/catalog 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/docbook.pyc 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/callout.xsl 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/xep.xsl 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/chunktoc.xsl 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/equation.properties.xml 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.separation.xml 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/ChangeLog 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/chunktoc.xsl 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 --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo index 260f44116a4..b8617bd6515 100644 --- a/textproc/docbook-xsl/distinfo +++ b/textproc/docbook-xsl/distinfo @@ -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 |