diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-27 08:18:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-27 08:18:44 +0000 |
commit | 7ebad7dcf39a37a847729dbb030fa2931db75418 (patch) | |
tree | 2d326b8303408c12bcc6440cc4568436e09df45d /textproc/docbook-xsl | |
parent | cc8ea2375dba969e06d7c115b71e487428dfc9d9 (diff) | |
download | pkgsrc-7ebad7dcf39a37a847729dbb030fa2931db75418.tar.gz |
Update to 1.61.2.
Lots of bug fixes and improvements.
o Initial support for timestamp PI. From now you can use
<?dbtimestamp format="Y-m-d H:M:S"?> to get current datetime
in your document. Added localization support for datetime
PI
o Added level 6 to test for section depth in section.level
template so that section.title.level6.properties will be
used for sections that are 6 deep or deeper. This should
also cause a h6 to be created in html output.
o Don't use SVG graphics if use.svg=0
o Now uses number-and-title-template for sections only if
section.autolabel is not zero.
o Added missing 'english-language-name' attribute to the l10n
element, and the missing 'style' attribute to the
template element so the current gentext documents will
validate.
o Corrected several references to parameter qanda.defaultlabel
that were missing the "$".
o Now accepts admon.textlabel parameter to turn off Note,
Warning, etc. label.
o FeatReq #684561: support more XEP metadata
o Added hyphenation support. Added support for coref. Added
beginpage support. (does nothing; see TDG).
o Added support for hyphenation-character,
hyphenation-push-character-count, and
hyphenation-remain-character-count
o Added root.properties, ebnf.assignment, and ebnf.statement.terminator
o Support bgcolor PI in table cells; make sure rowsep and
colsep don't have any effect on the last row or column
o Handle othercredit on titlepage a little better
o Applied fix from Jeff Beal that fixed the bug that put
secondary page numbers on primary entries. Same with tertiary
page numbers on secondary entries.
o Added definition of missing variable collection.
o Make footnote formatting 'normal' even when it occurs in a
context that has special formatting
o Added warning when glossary.collection is not blank, but it
cannot open the specified file.
o Pick up the frame attribute on table and informaltable.
o indexdiv/title in non-autogenerated indexes are now picked up.
o Removed (unused) component.title.properties
o Move IDs from page-sequences down to titlepage blocks
o Use proportional-column-width(1) on more tables.
Use proportional-column-width() for header/footer tables;
suppress relative-align when when using FOP
o Check for glossterm.auto.link when linking firstterms; don't
output gl. prefix on glossterm links
o Generate Part ToCs
o Support glossary, bibliography, and index in component ToCs.
o Refactored chunking code so that customization of chunk
algorithm and chunk elements is more practical
o Support textobject/phrase on inlinemediaobject.
o Support 'start' PI on ordered lists
o Fixed test of $toc PI to turn on qandaset TOC.
o Added process.chunk.footnotes to sect2 through 5 to fix bug
of missing footnotes when chunk level greater than 1.
o Added paramater toc.max.depth which controls maximal depth
of ToC as requested by PHP-DOC group.
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 5 | ||||
-rw-r--r-- | textproc/docbook-xsl/PLIST | 39 | ||||
-rw-r--r-- | textproc/docbook-xsl/distinfo | 6 |
3 files changed, 42 insertions, 8 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 7473791f15c..3fa27dc595c 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/04/10 01:28:25 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/27 08:18:44 wiz Exp $ # -DISTNAME= docbook-xsl-1.60.1 -PKGREVISION= 1 +DISTNAME= docbook-xsl-1.61.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} diff --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST index 57fb94ba560..4b99b520569 100644 --- a/textproc/docbook-xsl/PLIST +++ b/textproc/docbook-xsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/29 21:28:26 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/05/27 08:18:44 wiz Exp $ share/doc/docbook-xsl/ChangeLog share/doc/docbook-xsl/book.xsl share/doc/docbook-xsl/ch01s02.html @@ -19,6 +19,7 @@ share/doc/docbook-xsl/fo/ChangeLog share/doc/docbook-xsl/fo/admon.graphics.extension.html share/doc/docbook-xsl/fo/admon.graphics.html share/doc/docbook-xsl/fo/admon.graphics.path.html +share/doc/docbook-xsl/fo/admon.textlabel.html share/doc/docbook-xsl/fo/admonition.properties.html share/doc/docbook-xsl/fo/admonition.title.properties.html share/doc/docbook-xsl/fo/alignment.html @@ -27,6 +28,7 @@ share/doc/docbook-xsl/fo/appendix.autolabel.html share/doc/docbook-xsl/fo/arbortext.extensions.html share/doc/docbook-xsl/fo/author.othername.in.middle.html share/doc/docbook-xsl/fo/autotoc.label.separator.html +share/doc/docbook-xsl/fo/axf.extensions.html share/doc/docbook-xsl/fo/biblioentry.item.separator.html share/doc/docbook-xsl/fo/bibliography.collection.html share/doc/docbook-xsl/fo/bibliography.numbered.html @@ -67,6 +69,8 @@ share/doc/docbook-xsl/fo/dingbat.font.family.html share/doc/docbook-xsl/fo/double.sided.html share/doc/docbook-xsl/fo/draft.mode.html share/doc/docbook-xsl/fo/draft.watermark.image.html +share/doc/docbook-xsl/fo/ebnf.assignment.html +share/doc/docbook-xsl/fo/ebnf.statement.terminator.html share/doc/docbook-xsl/fo/equation.properties.html share/doc/docbook-xsl/fo/example.properties.html share/doc/docbook-xsl/fo/figure.properties.html @@ -137,6 +141,8 @@ share/doc/docbook-xsl/fo/ld-d0e2764.html share/doc/docbook-xsl/fo/ld-d0e2907.html share/doc/docbook-xsl/fo/ld-d0e3037.html share/doc/docbook-xsl/fo/ld-d0e3121.html +share/doc/docbook-xsl/fo/ld-d0e3137.html +share/doc/docbook-xsl/fo/ld-d0e3176.html share/doc/docbook-xsl/fo/line-height.html share/doc/docbook-xsl/fo/linenumbering.everyNth.html share/doc/docbook-xsl/fo/linenumbering.extension.html @@ -220,6 +226,8 @@ share/doc/docbook-xsl/fo/rn20.html share/doc/docbook-xsl/fo/rn21.html share/doc/docbook-xsl/fo/rn22.html share/doc/docbook-xsl/fo/rn23.html +share/doc/docbook-xsl/fo/rn24.html +share/doc/docbook-xsl/fo/root.properties.html share/doc/docbook-xsl/fo/rootid.html share/doc/docbook-xsl/fo/runinhead.default.title.end.punct.html share/doc/docbook-xsl/fo/runinhead.title.end.punct.html @@ -277,6 +285,7 @@ share/doc/docbook-xsl/fo/use.svg.html share/doc/docbook-xsl/fo/variablelist.as.blocks.html share/doc/docbook-xsl/fo/verbatim.properties.html share/doc/docbook-xsl/fo/xep.extensions.html +share/doc/docbook-xsl/fo/xep.index.item.properties.html share/doc/docbook-xsl/fo/xref.properties.html share/doc/docbook-xsl/fo/xref.with.number.and.title.html share/doc/docbook-xsl/html/ChangeLog @@ -284,6 +293,7 @@ share/doc/docbook-xsl/html/admon.graphics.extension.html share/doc/docbook-xsl/html/admon.graphics.html share/doc/docbook-xsl/html/admon.graphics.path.html share/doc/docbook-xsl/html/admon.style.html +share/doc/docbook-xsl/html/admon.textlabel.html share/doc/docbook-xsl/html/annotate.toc.html share/doc/docbook-xsl/html/apa.html share/doc/docbook-xsl/html/appendix.autolabel.html @@ -329,6 +339,8 @@ share/doc/docbook-xsl/html/default.float.class.html share/doc/docbook-xsl/html/default.image.width.html share/doc/docbook-xsl/html/default.table.width.html share/doc/docbook-xsl/html/draft.watermark.image.html +share/doc/docbook-xsl/html/ebnf.assignment.html +share/doc/docbook-xsl/html/ebnf.statement.terminator.html share/doc/docbook-xsl/html/ebnf.table.bgcolor.html share/doc/docbook-xsl/html/ebnf.table.border.html share/doc/docbook-xsl/html/emphasis.propagates.style.html @@ -544,6 +556,7 @@ share/doc/docbook-xsl/html/tex.math.file.html share/doc/docbook-xsl/html/tex.math.in.alt.html share/doc/docbook-xsl/html/textinsert.extension.html share/doc/docbook-xsl/html/toc.list.type.html +share/doc/docbook-xsl/html/toc.max.depth.html share/doc/docbook-xsl/html/toc.section.depth.html share/doc/docbook-xsl/html/ulink.target.html share/doc/docbook-xsl/html/use.embed.for.svg.html @@ -562,6 +575,14 @@ share/doc/docbook-xsl/index.html share/doc/docbook-xsl/jrefhtml.xsl share/doc/docbook-xsl/lib/ChangeLog share/doc/docbook-xsl/lib/lib.html +share/doc/docbook-xsl/pi/ChangeLog +share/doc/docbook-xsl/pi/dbhtml.dir.html +share/doc/docbook-xsl/pi/dbhtml.filename.html +share/doc/docbook-xsl/pi/index.html +share/doc/docbook-xsl/pi/pr01.html +share/doc/docbook-xsl/pi/rn01.html +share/doc/docbook-xsl/pi/rn02.html +share/doc/docbook-xsl/pi/rn02re03.html share/doc/docbook-xsl/pr01.html share/doc/docbook-xsl/publishing.html share/doc/docbook-xsl/publishing.html.html @@ -584,6 +605,7 @@ share/xsl/docbook/VERSION 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/bg.xml share/xsl/docbook/common/ca.xml share/xsl/docbook/common/common.xsl @@ -612,6 +634,7 @@ share/xsl/docbook/common/lt.xml share/xsl/docbook/common/nl.xml share/xsl/docbook/common/nn.xml share/xsl/docbook/common/no.xml +share/xsl/docbook/common/pi.xsl share/xsl/docbook/common/pl.xml share/xsl/docbook/common/pt.xml share/xsl/docbook/common/pt_br.xml @@ -730,6 +753,7 @@ share/xsl/docbook/fo/ChangeLog share/xsl/docbook/fo/admon.xsl share/xsl/docbook/fo/autoidx.xsl share/xsl/docbook/fo/autotoc.xsl +share/xsl/docbook/fo/axf.xsl share/xsl/docbook/fo/biblio.xsl share/xsl/docbook/fo/block.xsl share/xsl/docbook/fo/callout.xsl @@ -780,6 +804,7 @@ share/xsl/docbook/html/biblio.xsl share/xsl/docbook/html/block.xsl share/xsl/docbook/html/callout.xsl share/xsl/docbook/html/changebars.xsl +share/xsl/docbook/html/chunk-code.xsl share/xsl/docbook/html/chunk-common.xsl share/xsl/docbook/html/chunk.xsl share/xsl/docbook/html/chunker.xsl @@ -810,6 +835,7 @@ share/xsl/docbook/html/param.xml share/xsl/docbook/html/param.xsl share/xsl/docbook/html/param.xweb share/xsl/docbook/html/pi.xsl +share/xsl/docbook/html/profile-chunk-code.xsl share/xsl/docbook/html/profile-chunk.xsl share/xsl/docbook/html/profile-docbook.xsl share/xsl/docbook/html/profile-onechunk.xsl @@ -909,6 +935,7 @@ share/xsl/docbook/params/admon.graphics.extension.xml share/xsl/docbook/params/admon.graphics.path.xml share/xsl/docbook/params/admon.graphics.xml share/xsl/docbook/params/admon.style.xml +share/xsl/docbook/params/admon.textlabel.xml share/xsl/docbook/params/admonition.properties.xml share/xsl/docbook/params/admonition.title.properties.xml share/xsl/docbook/params/alignment.xml @@ -917,6 +944,7 @@ share/xsl/docbook/params/appendix.autolabel.xml share/xsl/docbook/params/arbortext.extensions.xml share/xsl/docbook/params/author.othername.in.middle.xml share/xsl/docbook/params/autotoc.label.separator.xml +share/xsl/docbook/params/axf.extensions.xml share/xsl/docbook/params/base.dir.xml share/xsl/docbook/params/biblioentry.item.separator.xml share/xsl/docbook/params/bibliography.collection.xml @@ -964,7 +992,6 @@ share/xsl/docbook/params/column.count.index.xml share/xsl/docbook/params/column.count.lot.xml share/xsl/docbook/params/column.count.titlepage.xml share/xsl/docbook/params/compact.list.item.spacing.xml -share/xsl/docbook/params/component.title.properties.xml share/xsl/docbook/params/css.decoration.xml share/xsl/docbook/params/current.docid.xml share/xsl/docbook/params/default.float.class.xml @@ -975,6 +1002,8 @@ share/xsl/docbook/params/dingbat.font.family.xml share/xsl/docbook/params/double.sided.xml share/xsl/docbook/params/draft.mode.xml share/xsl/docbook/params/draft.watermark.image.xml +share/xsl/docbook/params/ebnf.assignment.xml +share/xsl/docbook/params/ebnf.statement.terminator.xml share/xsl/docbook/params/ebnf.table.bgcolor.xml share/xsl/docbook/params/ebnf.table.border.xml share/xsl/docbook/params/emphasis.propagates.style.xml @@ -1160,6 +1189,7 @@ share/xsl/docbook/params/refentry.xref.manvolnum.xml share/xsl/docbook/params/region.after.extent.xml share/xsl/docbook/params/region.before.extent.xml share/xsl/docbook/params/root.filename.xml +share/xsl/docbook/params/root.properties.xml share/xsl/docbook/params/rootid.xml share/xsl/docbook/params/runinhead.default.title.end.punct.xml share/xsl/docbook/params/runinhead.title.end.punct.xml @@ -1212,6 +1242,7 @@ share/xsl/docbook/params/title.margin.left.xml share/xsl/docbook/params/toc.indent.width.xml share/xsl/docbook/params/toc.list.type.xml share/xsl/docbook/params/toc.margin.properties.xml +share/xsl/docbook/params/toc.max.depth.xml share/xsl/docbook/params/toc.section.depth.xml share/xsl/docbook/params/ulink.footnote.number.format.xml share/xsl/docbook/params/ulink.footnotes.xml @@ -1230,6 +1261,7 @@ share/xsl/docbook/params/variablelist.as.blocks.xml share/xsl/docbook/params/variablelist.as.table.xml share/xsl/docbook/params/verbatim.properties.xml share/xsl/docbook/params/xep.extensions.xml +share/xsl/docbook/params/xep.index.item.properties.xml share/xsl/docbook/params/xref.properties.xml share/xsl/docbook/params/xref.with.number.and.title.xml share/xsl/docbook/profiling/ChangeLog @@ -1253,6 +1285,7 @@ share/xsl/docbook/xhtml/biblio.xsl share/xsl/docbook/xhtml/block.xsl share/xsl/docbook/xhtml/callout.xsl share/xsl/docbook/xhtml/changebars.xsl +share/xsl/docbook/xhtml/chunk-code.xsl share/xsl/docbook/xhtml/chunk-common.xsl share/xsl/docbook/xhtml/chunk.xsl share/xsl/docbook/xhtml/chunker.xsl @@ -1281,6 +1314,7 @@ share/xsl/docbook/xhtml/oldchunker.xsl share/xsl/docbook/xhtml/onechunk.xsl share/xsl/docbook/xhtml/param.xsl share/xsl/docbook/xhtml/pi.xsl +share/xsl/docbook/xhtml/profile-chunk-code.xsl share/xsl/docbook/xhtml/profile-chunk.xsl share/xsl/docbook/xhtml/profile-docbook.xsl share/xsl/docbook/xhtml/profile-onechunk.xsl @@ -1334,6 +1368,7 @@ share/xsl/docbook/xhtml/xref.xsl @dirrm share/examples/docbook-xsl @dirrm share/doc/docbook-xsl/tools @dirrm share/doc/docbook-xsl/template +@dirrm share/doc/docbook-xsl/pi @dirrm share/doc/docbook-xsl/lib @dirrm share/doc/docbook-xsl/html @dirrm share/doc/docbook-xsl/fo diff --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo index 3e254b5e225..26c9838a51d 100644 --- a/textproc/docbook-xsl/distinfo +++ b/textproc/docbook-xsl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/01/27 11:05:05 grant Exp $ +$NetBSD: distinfo,v 1.4 2003/05/27 08:18:45 wiz Exp $ -SHA1 (docbook-xsl-1.60.1.tar.gz) = 536b9ff0ddf2cde167f55081c4491c98039f218d -Size (docbook-xsl-1.60.1.tar.gz) = 1235994 bytes +SHA1 (docbook-xsl-1.61.2.tar.gz) = 1a1a37afc9c5322b3e71815203f55e9a99d08f06 +Size (docbook-xsl-1.61.2.tar.gz) = 1259074 bytes |