diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-21 10:01:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-21 10:01:12 +0000 |
commit | bed6814e74be98833d70f6a9f7842bbf8903f312 (patch) | |
tree | 015894b0385accfd8790cbb3e97050ff0107255e /textproc | |
parent | cb20c48d63e9ba137cda9453a662e4c8accabc04 (diff) | |
download | pkgsrc-bed6814e74be98833d70f6a9f7842bbf8903f312.tar.gz |
Update to 1.64.1. Changes since previous release:
Changes to xsl/*
| * Makefile: Check for DIFFVER and make sure tags happen
| * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
| file for 1.64.1
| * Makefile, VERSION: Prepare to support freshmeat-submit for
| next release
| * VERSION: Version 1.64.0 released.
| * VERSION: Version 1.63.0 released.
| * VERSION: Version 1.62.4 released.
Changes to xsl/common/*
| * .cvsignore, Makefile: Support sr_Latn locale
| * l10n.xml: Added sr_Latn.xml for Serbian in Latin script.
| * common.xsl: Fixed bug #851603 infinite recursion in
| copyright.year when no <year> elements at all.
| * common.xsl: section.level now computes refentry sections
| relative to container element.
| * gentext.xsl, labels.xsl, subtitles.xsl, table.xsl,
| targets.xsl, titles.xsl: Added CVS $Id$ comment.
| * labels.xsl: Fixed bug where sect1 generated infinite loop
| when root element and
| $section.label.includes.component.label is non zero.
| * gentext.xsl: Fixed cut-and-paste typo in substitute.markup
| template.
Changes to xsl/docsrc/*
| * htmlhelp.xml: Corrected parameter name
Changes to xsl/fo/*
| * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
| in index title indents when $title.margin.left is non-zero.
| * sections.xsl: Now marker respects $marker.section.level
| parameter.
| * param.ent, param.xweb: Added marker.section.level to control
| which sections are included in running headers or footers.
| * component.xsl: Fixed bug #605761 where article/appendix
| title did not respect the $title.margin.left setting. Use a
| new article.appendix.title.properties attribute set.
| * param.ent, param.xweb: Added
| article.appendix.title.properties to fix bug 605761.
| * param.ent, param.xweb: Added refentry.pagebreak parameter.
| * refentry.xsl: refnamediv now uses section.level template to
| compute title level.
| * refentry.xsl: Added $refentry.pagebreak parameter to make
| page breaks optional.
| * inline.xsl, param.ent, param.xweb: Support new parameters
| for superscript/subscript properties
| * lists.xsl: Processing of listitems now processes and
| preserves order of comments and PIs.
| * htmltbl.xsl, task.xsl: Added CVS $Id.
| * pagesetup.xsl: Remove $title.margin.left from the
| margin-left calculation when $passivetex.extensions != 0
| since it can't do the math.
| * lists.xsl: Make sure that fo:list-item-body always contains
| an fo:block
| * inline.xsl: Support code inline
| * formal.xsl: Moved id from fo:table to container block in
| informaltable to eliminate duplicate ids when multiple
| tgroups used.
| * graphics.xsl: Added GIF extensions which is supported by FOP
| * formal.xsl: Add comment about span not working in most FO
| processor because not on a child of fo:flow.
| * pagesetup.xsl: Added units to margin-left="0" in header and
| footer templates.
| * titlepage.xsl: width property added to revhistory table,
| with option to use <?dbfo table-width="xx%"?> processing
| instruction.
| * pagesetup.xsl: Removed title.margin.left indent for the
| index-*-draft page masters as well.
| * autoidx.xsl, index.xsl, param.ent, param.xweb: Significant
| index terms can get special rendering in XEP
| * lists.xsl: Support stepalternatives
| * lists.xsl: Fixed bug in variablelist width calc that was
| returning zero.
Changes to xsl/html/*
| * chunk-common.xsl: Fix ugly performance problem in
| footer.navigation (thanks again Guillaume du Bourguet)
| * inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm
| prohibits link to glossary.
| * autotoc.xsl: Omit setindex from TOC if $generate.index = 0
| * table.xsl: Now colwidth="*" treated as colwidth="1*" for
| tablecolumns extension.
| * lists.xsl: Processing of listitems now processes and
| preserves order of comments and PIs.
| * autoidx.xsl, changebars.xsl, chunk-code.xsl,
| chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl,
| chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl,
| manifest.xsl, oldchunker.xsl, onechunk.xsl,
| profile-chunk.xsl, profile-onechunk.xsl, task.xsl: Added CVS
| $Id$ comments.
| * Makefile.param, param.ent, param.xweb: Added new HTML Help
| parameters from patches by W. Borgert
| * chunk-common.xsl: Experimental fix for some xref linking
| issues in cases where dbhtml 'dir' is used.
| * chunk-common.xsl: Fix ugly performance problem with chunking
| (thanks Guillaume du Bourguet)
| * glossary.xsl: Fix bugs in formatting of glosslist
| * inline.xsl: Support code inline
| * chunk-common.xsl: Moved call to user.head.content to just
| before </head> to give the user the last word.
| * chunk-code.xsl: Remove index from Next and Previous when
| $generate.index = 0.
| * lists.xsl: Support stepalternatives
Changes to xsl/htmlhelp/*
| * htmlhelp-common.xsl: Fixed parameter name collision
| * htmlhelp-common.xsl: Added new HTML Help parameters from
| patches by W. Borgert
| * htmlhelp-common.xsl: Handle setindex in a proper way
Changes to xsl/manpages/*
| * lists.xsl: Fix nested lists properly.
| * docbook.xsl: Use .nf environment for literallayout.
| * docbook.xsl: Prevent duplicate .nf environments inside
| informalexample or screen. All fiftenn allowed contained
| element in these elements will provide its own.
| * docbook.xsl: Last commit reverted a previous change -- redo
| it.
| * docbook.xsl: Remove unused rule.
| * docbook.xsl: Fix literallayout inside para.
| * lists.xsl: Fix singly-nested lists.
| * docbook.xsl: Don't mess up roff markup in tables.
| * lists.xsl, synop.xsl: 2003-11-06 Tim Waugh
| <twaugh@redhat.com> * lists.xsl: Normalize space in
| itemizedlist/listitem. * synop.xsl: Likewise.
Changes to xsl/params/*
| * article.appendix.title.properties.xml: Fixed typo in
| use-attribute-sets attribute
| * title.margin.left.xml: Fix typo in parameter end tag
| * marker.section.level.xml: New file.
| * article.appendix.title.properties.xml: New file.
| * refentry.pagebreak.xml: New file.
| * refentry.title.properties.xml: Added space-before properties
| since page breaks are now optional. Added a description
| paragraph.
| * subscript.properties.xml, superscript.properties.xml: New
| file.
| * htmlhelp.display.progress.xml,
| htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml,
| htmlhelp.hhp.windows.xml,
| htmlhelp.remember.window.position.xml,
| htmlhelp.show.toolbar.text.xml,
| htmlhelp.window.geometry.xml: New file.
| * title.margin.left.xml: Set to zero if passivetex.extensions
| != 0 since PassiveTeX cannot handle the math expression with
| negative values.
| * index.preferred.page.properties.xml: New file.
Changes to xsl/extensions/xalan2/.classes/*
| * Makefile.common: Support unicode.font in Xalan extensions
Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*
| * 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 | 4 | ||||
-rw-r--r-- | textproc/docbook-xsl/PLIST | 95 | ||||
-rw-r--r-- | textproc/docbook-xsl/distinfo | 6 |
3 files changed, 99 insertions, 6 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index ccee09aad60..878d27b1781 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/22 18:34:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/21 10:01:12 jmmv Exp $ # -DISTNAME= docbook-xsl-1.61.3 +DISTNAME= docbook-xsl-1.64.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} diff --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST index adf6e34165b..2c606d69b1e 100644 --- a/textproc/docbook-xsl/PLIST +++ b/textproc/docbook-xsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/07/22 18:34:32 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/12/21 10:01:12 jmmv Exp $ share/doc/docbook-xsl/ChangeLog share/doc/docbook-xsl/book.xsl share/doc/docbook-xsl/ch01s02.html @@ -26,6 +26,7 @@ share/doc/docbook-xsl/fo/alignment.html share/doc/docbook-xsl/fo/apa.html share/doc/docbook-xsl/fo/appendix.autolabel.html share/doc/docbook-xsl/fo/arbortext.extensions.html +share/doc/docbook-xsl/fo/article.appendix.title.properties.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 @@ -127,6 +128,7 @@ share/doc/docbook-xsl/fo/html.stylesheet.type.html share/doc/docbook-xsl/fo/hyphenate.html share/doc/docbook-xsl/fo/ignore.image.scaling.html share/doc/docbook-xsl/fo/index.html +share/doc/docbook-xsl/fo/index.preferred.page.properties.html share/doc/docbook-xsl/fo/informal.object.properties.html share/doc/docbook-xsl/fo/insert.xref.page.number.html share/doc/docbook-xsl/fo/l10n.gentext.default.language.html @@ -149,6 +151,9 @@ 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/ld-d0e3194.html +share/doc/docbook-xsl/fo/ld-d0e3195.html +share/doc/docbook-xsl/fo/ld-d0e3278.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 @@ -159,6 +164,7 @@ share/doc/docbook-xsl/fo/list.item.spacing.html share/doc/docbook-xsl/fo/make.index.markup.html share/doc/docbook-xsl/fo/make.single.year.ranges.html share/doc/docbook-xsl/fo/make.year.ranges.html +share/doc/docbook-xsl/fo/marker.section.level.html share/doc/docbook-xsl/fo/menuchoice.menu.separator.html share/doc/docbook-xsl/fo/menuchoice.separator.html share/doc/docbook-xsl/fo/monospace.font.family.html @@ -201,10 +207,19 @@ share/doc/docbook-xsl/fo/profile.userlevel.html share/doc/docbook-xsl/fo/profile.value.html share/doc/docbook-xsl/fo/profile.vendor.html share/doc/docbook-xsl/fo/punct.honorific.html +share/doc/docbook-xsl/fo/qanda.defaultlabel.html share/doc/docbook-xsl/fo/qanda.inherit.numeration.html +share/doc/docbook-xsl/fo/qanda.title.level1.properties.html +share/doc/docbook-xsl/fo/qanda.title.level2.properties.html +share/doc/docbook-xsl/fo/qanda.title.level3.properties.html +share/doc/docbook-xsl/fo/qanda.title.level4.properties.html +share/doc/docbook-xsl/fo/qanda.title.level5.properties.html +share/doc/docbook-xsl/fo/qanda.title.level6.properties.html +share/doc/docbook-xsl/fo/qanda.title.properties.html share/doc/docbook-xsl/fo/qandadiv.autolabel.html share/doc/docbook-xsl/fo/refentry.generate.name.html share/doc/docbook-xsl/fo/refentry.generate.title.html +share/doc/docbook-xsl/fo/refentry.pagebreak.html share/doc/docbook-xsl/fo/refentry.title.properties.html share/doc/docbook-xsl/fo/refentry.xref.manvolnum.html share/doc/docbook-xsl/fo/region.after.extent.html @@ -240,6 +255,13 @@ share/doc/docbook-xsl/fo/runinhead.title.end.punct.html share/doc/docbook-xsl/fo/sans.font.family.html share/doc/docbook-xsl/fo/section.autolabel.html share/doc/docbook-xsl/fo/section.label.includes.component.label.html +share/doc/docbook-xsl/fo/section.level1.properties.html +share/doc/docbook-xsl/fo/section.level2.properties.html +share/doc/docbook-xsl/fo/section.level3.properties.html +share/doc/docbook-xsl/fo/section.level4.properties.html +share/doc/docbook-xsl/fo/section.level5.properties.html +share/doc/docbook-xsl/fo/section.level6.properties.html +share/doc/docbook-xsl/fo/section.properties.html share/doc/docbook-xsl/fo/section.title.level1.properties.html share/doc/docbook-xsl/fo/section.title.level2.properties.html share/doc/docbook-xsl/fo/section.title.level3.properties.html @@ -253,6 +275,9 @@ share/doc/docbook-xsl/fo/shade.verbatim.style.html share/doc/docbook-xsl/fo/show.comments.html share/doc/docbook-xsl/fo/sidebar.properties.html share/doc/docbook-xsl/fo/stylesheet.result.type.html +share/doc/docbook-xsl/fo/subscript.properties.html +share/doc/docbook-xsl/fo/superscript.properties.html +share/doc/docbook-xsl/fo/symbol.font.family.html share/doc/docbook-xsl/fo/table.border.color.html share/doc/docbook-xsl/fo/table.border.padding.html share/doc/docbook-xsl/fo/table.border.style.html @@ -289,10 +314,14 @@ share/doc/docbook-xsl/fo/use.role.as.xrefstyle.html share/doc/docbook-xsl/fo/use.role.for.mediaobject.html share/doc/docbook-xsl/fo/use.svg.html share/doc/docbook-xsl/fo/variablelist.as.blocks.html +share/doc/docbook-xsl/fo/variablelist.max.termlength.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.label-page.separator.html +share/doc/docbook-xsl/fo/xref.label-title.separator.html share/doc/docbook-xsl/fo/xref.properties.html +share/doc/docbook-xsl/fo/xref.title-page.separator.html share/doc/docbook-xsl/fo/xref.with.number.and.title.html share/doc/docbook-xsl/html/ChangeLog share/doc/docbook-xsl/html/admon.graphics.extension.html @@ -350,6 +379,10 @@ 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/eclipse.autolabel.html +share/doc/docbook-xsl/html/eclipse.plugin.id.html +share/doc/docbook-xsl/html/eclipse.plugin.name.html +share/doc/docbook-xsl/html/eclipse.plugin.provider.html share/doc/docbook-xsl/html/emphasis.propagates.style.html share/doc/docbook-xsl/html/entry.propagates.style.html share/doc/docbook-xsl/html/firstterm.only.link.html @@ -421,7 +454,9 @@ share/doc/docbook-xsl/html/htmlhelp.button.stop.html share/doc/docbook-xsl/html/htmlhelp.button.zoom.html share/doc/docbook-xsl/html/htmlhelp.chm.html share/doc/docbook-xsl/html/htmlhelp.default.topic.html +share/doc/docbook-xsl/html/htmlhelp.display.progress.html share/doc/docbook-xsl/html/htmlhelp.encoding.html +share/doc/docbook-xsl/html/htmlhelp.enhanced.decompilation.html share/doc/docbook-xsl/html/htmlhelp.enumerate.images.html share/doc/docbook-xsl/html/htmlhelp.force.map.and.alias.html share/doc/docbook-xsl/html/htmlhelp.hhc.binary.html @@ -429,20 +464,26 @@ share/doc/docbook-xsl/html/htmlhelp.hhc.folders.instead.books.html share/doc/docbook-xsl/html/htmlhelp.hhc.html share/doc/docbook-xsl/html/htmlhelp.hhc.section.depth.html share/doc/docbook-xsl/html/htmlhelp.hhc.show.root.html +share/doc/docbook-xsl/html/htmlhelp.hhc.width.html share/doc/docbook-xsl/html/htmlhelp.hhk.html share/doc/docbook-xsl/html/htmlhelp.hhp.html share/doc/docbook-xsl/html/htmlhelp.hhp.tail.html share/doc/docbook-xsl/html/htmlhelp.hhp.window.html +share/doc/docbook-xsl/html/htmlhelp.hhp.windows'.html share/doc/docbook-xsl/html/htmlhelp.map.file.html share/doc/docbook-xsl/html/htmlhelp.only.html +share/doc/docbook-xsl/html/htmlhelp.remember.window.position.html share/doc/docbook-xsl/html/htmlhelp.show.advanced.search.html share/doc/docbook-xsl/html/htmlhelp.show.favorities.html share/doc/docbook-xsl/html/htmlhelp.show.menu.html +share/doc/docbook-xsl/html/htmlhelp.show.toolbar.text'.html share/doc/docbook-xsl/html/htmlhelp.title.html share/doc/docbook-xsl/html/htmlhelp.use.hhk.html +share/doc/docbook-xsl/html/htmlhelp.window.geometry.html share/doc/docbook-xsl/html/ignore.image.scaling.html share/doc/docbook-xsl/html/index.html share/doc/docbook-xsl/html/inherit.keywords.html +share/doc/docbook-xsl/html/insert.xref.page.number.html share/doc/docbook-xsl/html/l10n.gentext.default.language.html share/doc/docbook-xsl/html/l10n.gentext.language.html share/doc/docbook-xsl/html/l10n.gentext.use.xref.language.html @@ -457,6 +498,7 @@ share/doc/docbook-xsl/html/make.single.year.ranges.html share/doc/docbook-xsl/html/make.valid.html.html share/doc/docbook-xsl/html/make.year.ranges.html share/doc/docbook-xsl/html/manifest.html +share/doc/docbook-xsl/html/manifest.in.base.dir.html share/doc/docbook-xsl/html/manual.toc.html share/doc/docbook-xsl/html/menuchoice.menu.separator.html share/doc/docbook-xsl/html/menuchoice.separator.html @@ -528,6 +570,7 @@ share/doc/docbook-xsl/html/rn18.html share/doc/docbook-xsl/html/rn19.html share/doc/docbook-xsl/html/rn20.html share/doc/docbook-xsl/html/rn21.html +share/doc/docbook-xsl/html/rn22.html share/doc/docbook-xsl/html/root.filename.html share/doc/docbook-xsl/html/rootid.html share/doc/docbook-xsl/html/runinhead.default.title.end.punct.html @@ -577,6 +620,9 @@ share/doc/docbook-xsl/html/use.role.for.mediaobject.html share/doc/docbook-xsl/html/use.svg.html share/doc/docbook-xsl/html/using.chunker.html share/doc/docbook-xsl/html/variablelist.as.table.html +share/doc/docbook-xsl/html/xref.label-page.separator.html +share/doc/docbook-xsl/html/xref.label-title.separator.html +share/doc/docbook-xsl/html/xref.title-page.separator.html share/doc/docbook-xsl/html/xref.with.number.and.title.html share/doc/docbook-xsl/htmlhelp.html share/doc/docbook-xsl/htmlhelp.html.html @@ -616,6 +662,7 @@ 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/bn.xml share/xsl/docbook/common/ca.xml share/xsl/docbook/common/common.xsl share/xsl/docbook/common/cs.xml @@ -639,6 +686,7 @@ share/xsl/docbook/common/ko.xml share/xsl/docbook/common/l10n.dtd share/xsl/docbook/common/l10n.xml share/xsl/docbook/common/l10n.xsl +share/xsl/docbook/common/la.xml share/xsl/docbook/common/labels.xsl share/xsl/docbook/common/lt.xml share/xsl/docbook/common/nl.xml @@ -653,6 +701,7 @@ share/xsl/docbook/common/ru.xml share/xsl/docbook/common/sk.xml share/xsl/docbook/common/sl.xml share/xsl/docbook/common/sr.xml +share/xsl/docbook/common/sr_Latn.xml share/xsl/docbook/common/subtitles.xsl share/xsl/docbook/common/sv.xml share/xsl/docbook/common/table.xsl @@ -752,6 +801,7 @@ 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/xsltproc/python/ChangeLog share/xsl/docbook/extensions/xsltproc/python/README share/xsl/docbook/extensions/xsltproc/python/cwtest.xml @@ -779,6 +829,7 @@ share/xsl/docbook/fo/fop.xsl share/xsl/docbook/fo/formal.xsl share/xsl/docbook/fo/glossary.xsl share/xsl/docbook/fo/graphics.xsl +share/xsl/docbook/fo/htmltbl.xsl share/xsl/docbook/fo/index.xsl share/xsl/docbook/fo/info.xsl share/xsl/docbook/fo/inline.xsl @@ -799,6 +850,7 @@ share/xsl/docbook/fo/refentry.xsl share/xsl/docbook/fo/sections.xsl share/xsl/docbook/fo/synop.xsl share/xsl/docbook/fo/table.xsl +share/xsl/docbook/fo/task.xsl share/xsl/docbook/fo/titlepage.templates.xml share/xsl/docbook/fo/titlepage.templates.xsl share/xsl/docbook/fo/titlepage.xsl @@ -830,6 +882,7 @@ share/xsl/docbook/html/glossary.xsl share/xsl/docbook/html/graphics.xsl share/xsl/docbook/html/html-rtf.xsl share/xsl/docbook/html/html.xsl +share/xsl/docbook/html/htmltbl.xsl share/xsl/docbook/html/index.xsl share/xsl/docbook/html/info.xsl share/xsl/docbook/html/inline.xsl @@ -854,6 +907,7 @@ share/xsl/docbook/html/refentry.xsl share/xsl/docbook/html/sections.xsl share/xsl/docbook/html/synop.xsl share/xsl/docbook/html/table.xsl +share/xsl/docbook/html/task.xsl share/xsl/docbook/html/titlepage.templates.xml share/xsl/docbook/html/titlepage.templates.xsl share/xsl/docbook/html/titlepage.xsl @@ -951,6 +1005,7 @@ share/xsl/docbook/params/alignment.xml share/xsl/docbook/params/annotate.toc.xml share/xsl/docbook/params/appendix.autolabel.xml share/xsl/docbook/params/arbortext.extensions.xml +share/xsl/docbook/params/article.appendix.title.properties.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 @@ -1021,6 +1076,10 @@ 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/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/emphasis.propagates.style.xml share/xsl/docbook/params/entry.propagates.style.xml share/xsl/docbook/params/equation.properties.xml @@ -1094,27 +1153,35 @@ share/xsl/docbook/params/htmlhelp.button.stop.xml share/xsl/docbook/params/htmlhelp.button.zoom.xml share/xsl/docbook/params/htmlhelp.chm.xml share/xsl/docbook/params/htmlhelp.default.topic.xml +share/xsl/docbook/params/htmlhelp.display.progress.xml share/xsl/docbook/params/htmlhelp.encoding.xml +share/xsl/docbook/params/htmlhelp.enhanced.decompilation.xml share/xsl/docbook/params/htmlhelp.enumerate.images.xml share/xsl/docbook/params/htmlhelp.force.map.and.alias.xml share/xsl/docbook/params/htmlhelp.hhc.binary.xml share/xsl/docbook/params/htmlhelp.hhc.folders.instead.books.xml share/xsl/docbook/params/htmlhelp.hhc.section.depth.xml share/xsl/docbook/params/htmlhelp.hhc.show.root.xml +share/xsl/docbook/params/htmlhelp.hhc.width.xml share/xsl/docbook/params/htmlhelp.hhc.xml share/xsl/docbook/params/htmlhelp.hhk.xml share/xsl/docbook/params/htmlhelp.hhp.tail.xml share/xsl/docbook/params/htmlhelp.hhp.window.xml +share/xsl/docbook/params/htmlhelp.hhp.windows.xml share/xsl/docbook/params/htmlhelp.hhp.xml share/xsl/docbook/params/htmlhelp.map.file.xml share/xsl/docbook/params/htmlhelp.only.xml +share/xsl/docbook/params/htmlhelp.remember.window.position.xml share/xsl/docbook/params/htmlhelp.show.advanced.search.xml share/xsl/docbook/params/htmlhelp.show.favorities.xml share/xsl/docbook/params/htmlhelp.show.menu.xml +share/xsl/docbook/params/htmlhelp.show.toolbar.text.xml share/xsl/docbook/params/htmlhelp.title.xml share/xsl/docbook/params/htmlhelp.use.hhk.xml +share/xsl/docbook/params/htmlhelp.window.geometry.xml share/xsl/docbook/params/hyphenate.xml share/xsl/docbook/params/ignore.image.scaling.xml +share/xsl/docbook/params/index.preferred.page.properties.xml share/xsl/docbook/params/informal.object.properties.xml share/xsl/docbook/params/inherit.keywords.xml share/xsl/docbook/params/insert.xref.page.number.xml @@ -1135,8 +1202,10 @@ share/xsl/docbook/params/make.index.markup.xml share/xsl/docbook/params/make.single.year.ranges.xml share/xsl/docbook/params/make.valid.html.xml share/xsl/docbook/params/make.year.ranges.xml +share/xsl/docbook/params/manifest.in.base.dir.xml share/xsl/docbook/params/manifest.xml share/xsl/docbook/params/manual.toc.xml +share/xsl/docbook/params/marker.section.level.xml share/xsl/docbook/params/menuchoice.menu.separator.xml share/xsl/docbook/params/menuchoice.separator.xml share/xsl/docbook/params/monospace.font.family.xml @@ -1195,9 +1264,17 @@ 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.title.level1.properties.xml +share/xsl/docbook/params/qanda.title.level2.properties.xml +share/xsl/docbook/params/qanda.title.level3.properties.xml +share/xsl/docbook/params/qanda.title.level4.properties.xml +share/xsl/docbook/params/qanda.title.level5.properties.xml +share/xsl/docbook/params/qanda.title.level6.properties.xml +share/xsl/docbook/params/qanda.title.properties.xml share/xsl/docbook/params/qandadiv.autolabel.xml share/xsl/docbook/params/refentry.generate.name.xml share/xsl/docbook/params/refentry.generate.title.xml +share/xsl/docbook/params/refentry.pagebreak.xml share/xsl/docbook/params/refentry.separator.xml share/xsl/docbook/params/refentry.title.properties.xml share/xsl/docbook/params/refentry.xref.manvolnum.xml @@ -1215,6 +1292,13 @@ share/xsl/docbook/params/saxon.linenumbering.xml share/xsl/docbook/params/saxon.tablecolumns.xml share/xsl/docbook/params/section.autolabel.xml share/xsl/docbook/params/section.label.includes.component.label.xml +share/xsl/docbook/params/section.level1.properties.xml +share/xsl/docbook/params/section.level2.properties.xml +share/xsl/docbook/params/section.level3.properties.xml +share/xsl/docbook/params/section.level4.properties.xml +share/xsl/docbook/params/section.level5.properties.xml +share/xsl/docbook/params/section.level6.properties.xml +share/xsl/docbook/params/section.properties.xml share/xsl/docbook/params/section.title.level1.properties.xml share/xsl/docbook/params/section.title.level2.properties.xml share/xsl/docbook/params/section.title.level3.properties.xml @@ -1229,9 +1313,12 @@ share/xsl/docbook/params/show.comments.xml share/xsl/docbook/params/show.revisionflag.xml share/xsl/docbook/params/sidebar.properties.xml share/xsl/docbook/params/spacing.paras.xml +share/xsl/docbook/params/subscript.properties.xml +share/xsl/docbook/params/superscript.properties.xml share/xsl/docbook/params/suppress.footer.navigation.xml share/xsl/docbook/params/suppress.header.navigation.xml share/xsl/docbook/params/suppress.navigation.xml +share/xsl/docbook/params/symbol.font.family.xml share/xsl/docbook/params/table.borders.with.css.xml share/xsl/docbook/params/table.cell.border.color.xml share/xsl/docbook/params/table.cell.border.style.xml @@ -1274,10 +1361,14 @@ share/xsl/docbook/params/use.role.for.mediaobject.xml share/xsl/docbook/params/use.svg.xml share/xsl/docbook/params/variablelist.as.blocks.xml share/xsl/docbook/params/variablelist.as.table.xml +share/xsl/docbook/params/variablelist.max.termlength.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.label-page.separator.xml +share/xsl/docbook/params/xref.label-title.separator.xml share/xsl/docbook/params/xref.properties.xml +share/xsl/docbook/params/xref.title-page.separator.xml share/xsl/docbook/params/xref.with.number.and.title.xml share/xsl/docbook/profiling/ChangeLog share/xsl/docbook/profiling/profile-mode.xsl @@ -1317,6 +1408,7 @@ share/xsl/docbook/xhtml/graphics.xsl share/xsl/docbook/xhtml/html-rtf.xsl share/xsl/docbook/xhtml/html.xsl share/xsl/docbook/xhtml/html2xhtml.xsl +share/xsl/docbook/xhtml/htmltbl.xsl share/xsl/docbook/xhtml/index.xsl share/xsl/docbook/xhtml/info.xsl share/xsl/docbook/xhtml/inline.xsl @@ -1338,6 +1430,7 @@ share/xsl/docbook/xhtml/refentry.xsl share/xsl/docbook/xhtml/sections.xsl share/xsl/docbook/xhtml/synop.xsl share/xsl/docbook/xhtml/table.xsl +share/xsl/docbook/xhtml/task.xsl share/xsl/docbook/xhtml/titlepage.templates.xsl share/xsl/docbook/xhtml/titlepage.xsl share/xsl/docbook/xhtml/toc.xsl diff --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo index 99e8f2b1dab..260f44116a4 100644 --- a/textproc/docbook-xsl/distinfo +++ b/textproc/docbook-xsl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/07/22 18:34:32 jmmv Exp $ +$NetBSD: distinfo,v 1.6 2003/12/21 10:01:12 jmmv Exp $ -SHA1 (docbook-xsl-1.61.3.tar.gz) = a3f2f2b1ebd57921a5292648f6fc0b7ed14ebc24 -Size (docbook-xsl-1.61.3.tar.gz) = 1267005 bytes +SHA1 (docbook-xsl-1.64.1.tar.gz) = 9eb2a913214da341d2c072b984e685722d8cd891 +Size (docbook-xsl-1.64.1.tar.gz) = 1382015 bytes |