summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl
AgeCommit message (Collapse)AuthorFilesLines
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-12add -f flag to ${RM} so that it won't fail if the file does not existjschauma1-2/+2
(say, because the patch used did not create a .orig file)
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-22The Perl program fo/pdf2index is installed with the correct scriptrillig1-3/+5
interpreter. Removed NO_CONFIGURE, because it conflicts with REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-12Use the (new) provided catalog file instead of our own (it's more complete).jmmv4-7/+20
Bump PKGREVISION to 2. Closes PR pkg/32375 by Andrew Klingenberg.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-29Do not install *.orig files that are left after patching.kristerw1-1/+2
2005-09-10Fix a regression from 1.68.1: readd the : delimiter for dbtimestamp.jmmv3-2/+17
Bump PKGREVISION to 1. From Jeroen Ruigrok van der Werven in private mail.
2005-08-13Update to 1.69.1:jmmv3-8/+8
Changes to xsl/* | 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net> | | * RELEASE-NOTES.xml: Updated for 1.69.1 release. | | * VERSION: Version 1.69.1 released. | | 2005-07-19 Michael Smith <xmldoc@users.sourceforge.net> | | * Makefile: New file. | Changes to xsl/fo/* | 2005-08-09 Robert Stayton <bobstayton@users.sourceforge.net> | | * autoidx.xsl: Fix bug 1247565: missing attribute set on | symbol entries. | | * block.xsl, ebnf.xsl, table.xsl, titlepage.xsl: fo:table-body | and fo:table-header now set start-indent and end-indent to | zero to reset the table reference areas. | | 2005-08-05 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx.xsl: Fixed bug #1244478. Indexterms in informal | objects are now getting correct page reference. | | 2005-07-27 Robert Stayton <bobstayton@users.sourceforge.net> | | * pagesetup.xsl: Fixed starting page number for first part | element in single-sided output. | Changes to xsl/html/* | 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net> | | * annotations.xsl: Set default value of annotation.support | param to 0 (off). Also, wrapped contents of the | apply-annotations template in a "if" statement, so that | those contents get evaluated only if annotation.support is | non-zero. The reason for these changes was a report from | Doug du Boulay (on the docbook-apps list) that processing of | the apply-annotations template was consuming 75% of the | total processing time for a 2.5Mb file. Anatoly Techtonik | followed with a comment that with 1.69.0, "Compiling took | about full working day on 12Mb file while earlier it was | about 2-4 hours". | | 2005-08-04 Robert Stayton <bobstayton@users.sourceforge.net> | | * chunk-code.xsl, chunkfast.xsl: Add cf to | exclude-result-prefixes because it is for internal use only. | Changes to xsl/manpages/* | 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net> | | * lists.xsl: Fixed check for first following siblings in | lists. | | 2005-08-09 Michael Smith <xmldoc@users.sourceforge.net> | | * block.xsl, lists.xsl, utility.xsl: Output .sp macro in mixed | blocks where we were outputting completely blank line | before. Thanks (again) to Costin Stroie for pointing out the | problems and providing a test case. Also, corrected the test | for checking first preceding siblings of text nodes in mixed | blocks (the test is used for determining whether or not we | need to insert a line break before those nodes.) | | 2005-08-05 Michael Smith <xmldoc@users.sourceforge.net> | | * utility.xsl: Fixed bug that caused literal .sp to show up in | output. (Thanks to Costin Stroie for reporting). WARNING: | One of the consequences of this change is that the | stylesheet no longer generates spaces at the end of certain | lines. I had it doing that as a sort of hack to prevent | certain kinds of problems in output. It seems like the hack | my no longer be necessary. But if I am wrong, this change | may cause spaces to show up at the beginning of some lines | in "mixed content". If you see those, then this change has | introduced a regression, and I will need to go back and | figure out the right way to fix it (instead of the kludgy | way I was doing it before. Also, instances like the | following were showing up in some cases. .PP .sp That is, a | .PP macro immediately followed by a .sp macro. I can think | of no good read to ever generate that, and I am not sure why | it is getting generated. So I have taked the lazy way out | and caused the stylesheet to now strip out the .sp from all | such instances, leaving just the .PP | | 2005-07-24 Michael Smith <xmldoc@users.sourceforge.net> | | * block.xsl, lists.xsl, utility.xsl: New file. | | * block.xsl, lists.xsl, utility.xsl: Fixed handling of lists | with titles. Also reworked handling of space around lists. | (Closes #1243003 and 1241371). Among other things, this | change "normalizes" line space before and after verbatims. | For most cases, the stylesheet now attempts to ensure each | verbatim is preceded and followed by exactly one line of | space. | Changes to xsl/params/* | 2005-08-11 Michael Smith <xmldoc@users.sourceforge.net> | | * annotation.support.xml: Set default value of | annotation.support param to 0 (off). Also, wrapped contents | of the apply-annotations template in a "if" statement, so | that those contents get evaluated only if annotation.support | is non-zero. The reason for these changes was a report from | Doug du Boulay (on the docbook-apps list) that processing of | the apply-annotations template was consuming 75% of the | total processing time for a 2.5Mb file. Anatoly Techtonik | followed with a comment that with 1.69.0, "Compiling took | about full working day on 12Mb file while earlier it was | about 2-4 hours". | | 2005-08-06 <balls@users.sourceforge.net> | | * pages.template.xml: New file. | | 2005-08-05 Michael Smith <xmldoc@users.sourceforge.net> | | * man.string.subst.map.xml: Kruft removal. | | * man.string.subst.map.xml: Fixed bug that caused literal .sp | to show up in output. (Thanks to Costin Stroie for | reporting). WARNING: One of the consequences of this change | is that the stylesheet no longer generates spaces at the end | of certain lines. I had it doing that as a sort of hack to | prevent certain kinds of problems in output. It seems like | the hack my no longer be necessary. But if I am wrong, this | change may cause spaces to show up at the beginning of some | lines in "mixed content". If you see those, then this change | has introduced a regression, and I will need to go back and | figure out the right way to fix it (instead of the kludgy | way I was doing it before. Also, instances like the | following were showing up in some cases. .PP .sp That is, a | .PP macro immediately followed by a .sp macro. I can think | of no good read to ever generate that, and I am not sure why | it is getting generated. So I have taked the lazy way out | and caused the stylesheet to now strip out the .sp from all | such instances, leaving just the .PP | | 2005-07-28 Robert Stayton <bobstayton@users.sourceforge.net> | | * part.autolabel.xml: Changed default part numbering format | back to 'I'. | | 2005-07-24 Michael Smith <xmldoc@users.sourceforge.net> | | * man.string.subst.map.xml: New file. | | * man.string.subst.map.xml: Fixed handling of lists with | titles. Also reworked handling of space around lists. | (Closes #1243003 and 1241371). Among other things, this | change "normalizes" line space before and after verbatims. | For most cases, the stylesheet now attempts to ensure each | verbatim is preceded and followed by exactly one line of | space. | | 2005-07-20 Michael Smith <xmldoc@users.sourceforge.net> | | * appendix.autolabel.xml: New file. | | 2005-07-20 Norman Walsh <nwalsh@users.sourceforge.net> | | * appendix.autolabel.xml: Make appendixes use upperalpha | numeration | Changes to xsl/wordml/* | 2005-08-06 <balls@users.sourceforge.net> | | * docbook-pages.xsl, pages-normalise.xsl, param.ent, | param.xweb, template-pages.xml: Added support for Apple | Pages application |
2005-07-23Update to 1.69.0:wiz3-663/+87
The release includes major feature changes, particularly in the manpages stylesheets, as well as a large number of bug fixes. This project is the home for the DocBook XSLT stylesheets and DSSSL stylesheets and more.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-06Bump PKGREVISION:wiz1-1/+2
This package was broken for a time, when the NO_BUILD that is set by its Makefile broke the xmlcatmgr handling. Increase the PKGREVISION now to have a known-good version of this package again.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-14Update to 1.68.1:jmmv3-6/+8
This release adds localization support for Farsi (thanks to Sina Heshmati) and improved support for the XLink-based DocBook NG db:link element. Other than that, it is a minor bug-fix update to the 1.68.0 release. The main thing it fixes is a build error that caused the XSLT Java extensions to be jarred up with the wrong package structure. Thanks to Jens Stavnstrup for quickly reporting the problem, and to Mauritz Jeanson for investigating and finding the cause. Also use .tar.bz2 distfile.
2005-02-10Update to 1.68.0:jmmv3-24/+58
This release includes some features changes, particularly for FO/PDF output, and a number of bug fixes. FO * Moved footnote properties to attribute-sets. * Added support for side floats, margin notes, and custom floats. * Added new parameters body.start.indent and body.end.indent to the set.flow.properties template. * Added support for xml:id * Added support for refdescriptor. * Added support for multiple refnamedivs. * Added index.entry.properties attribute-set to support customization of index entries. * Added set.flow.properties template call to each fo:flow to support customizations entry point. * Add support for @floatstyle in figure * Moved hardcoded properties for index division titles to the index.div.title.properties attribute-set. * Added support for table-layout="auto" for XEP. * Added index.div.title.properties attribute-set. * $verbose parameter is now passed to most elements. * Added refentry to toc in part, as it is permitted by the DocBook schema/ DTD. * Added backmatter elements and article to toc in part, since they are permitted by the DocBook schema/DTD. * Added mode="toc" for simplesect, since it is now permitted in the toc if simplesect.in.toc is set. * Moved hard-coded properties to nongraphical.admonintion.properties and graphical.admonition.properties attribute sets. * Added support for sidebar-width and float-type processing instructions in sidebar. * For tables with HTML markup elements, added support for dbfo bgcolor PI, the attribute-sets named table.properties, informaltable.properties, table.table.properties, and table.cell.padding. Also added support for the templates named table.cell.properties and table.cell.block.properties so that tabstyles can be implemented. Also added support for tables containing only tr instead of tbody with tr. * Added new paramater hyphenate.verbatim.characters which can specify characters after which a line break can occur in verbatim environments. This parameter can be used to extend the initial set of characters which contain only space and non-breakable space. * Added itemizedlist.label.markup to enable selection of different bullet symbol. Also added several potential bullet characters, commented out by default. * Enabled all id's in XEP output for external olinking. HTML * Added support for refdescriptor. * Added support for multiple refnamedivs. * Added support for xml:id * refsynopsisdiv as a section for counting section levels Images * Added new SVG admonition graphics and navigation images.
2004-12-26Add manpages/docbook.xsl to catalog; bump PKGREVISION to 1.wiz2-2/+4
2004-11-09Update to 1.67.0 from 1.65.0:jmmv3-168/+86
Release 1.67.0 * A number of important bug fixes, documented in WhatsNew. * Added Saxon8 extensions * Enabled dbfo table-width on entrytbl in FO output * Added support for role=strong on emphasis in FO output * Added new FO parameter hyphenate.verbatim that can be used to turn on "intelligent" wrapping of verbatim environments. * Replaced all <tt></tt> output with <code></code> * Changed admon.graphic.width template to a mode so that different admonitions can have different graphical widths. * Deprecated the HTML shade.verbatim parameter (use CSS instead) * Wrapped ToC refentrytitle/refname and refpurpose in span with class values. This makes it possible to style them using a CSS stylesheet. * Use strong/em instead of b/i in HTML output * Added support for converting Emphasis to groff italic and Emphasis role= 'bold' to bold. Controlled by emphasis.propagates.style param, but not documented yet using litprog system. Will do that next (planning to add some other parameter-controllable options for hyphenation and handling of line spacing). * callout.graphics.number.limit.xml param: Changed the default from 10 to 15. * verbatim.properties: Added hyphenate=false * Saxon and Xalan Text.java extensions: Added support for URIResolver() on insertfile href's * Added generated RELEASE-NOTES.txt file. * Added INSTALL file (executable file for generating catalog.xml) * Removed obsolete tools directory from package Release 1.66.1 * A number of important bug fixes, documented in WhatsNew. * Now xml:base attributes that are generated by an XInclude processor are resolved for image files. * Rewrote olink templates to support several new features. o Extended full olink support to FO output. o Add support for xrefstyle attribute in olinks. o New parameters to support new olink features: insert.olink.page.number, insert.olink.pdf.frag, olink.debug, olink.lang.fallback.sequence, olink.properties, prefer.internal.olink. See the reference page for each parameter for more information. * Added index.on.type parameter for new type attribute introduced in DocBook 4.3 for indexterms and index. This allows you to create multiple indices containing different categories of entries. For users of 4.2 and earlier, you can use the new parameter index.on.role instead. * Added new section.autolabel.max.depth parameter to turn off section numbering below a certain depth. This permits you to number major section levels and leave minor section levels unnumbered. * Added footnote.sep.leader.properties attribute set to format the line separating footnotes in printed output. * Added parameter img.src.path as a prefix to HTML img src attributes. The prefix is added to whatever path is already generated by the stylesheet for each image file. * Added new attribute-sets informalequation.properties, informalexample.properties, informalfigure.properties, and informaltable.properties, so each such element type can be formatted individually if needed. * Add component.label.includes.part.label parameter to add any part number to chapter, appendix and other component labels when the label.from.part parameter is nonzero. This permits you to distinguish multiple chapters with the same chapter number in cross references and the TOC. * Added chunk.separate.lots parameter for HTML output. This parameter lets you generate separate chunk files for each LOT (list of tables, list of figures, etc.). * Added several table features: o Added table.table.properties attribute set to add properties to the fo:table element. o Added placeholder templates named table.cell.properties and table.cell.block.properties to enable adding properties to any fo:table-cell or the cell's fo:block, respectively. These templates are a start for implementing table styles. * Added new attribute set component.title.properties for easy modifications of component's title formatting in FO output. * Added Saxon support for an encoding attribute on the textdata element. Added new parameter textdata.default.encoding which specifies encoding when encoding attribute on textdata is missing. * Template label.this.section now controls whole section label, not only sub-label which corresponds to particular label. Former behaviour was IMHO bug as it was not usable. * Formatting in titleabbrev for TOC and headers is preserved when there are no hotlink elements in the title. Formerly the title showed only the text of the title, no font changes or other markup. * Added intial.page.number template to set the initial-page-number property for page sequences in print output. Customizing this template lets you change when page numbering restarts. This is similar to the format.page.number template that lets you change how the page number formatting changes in the output. * Added force.page.count template to set the force-page-count property for page sequences in print output. This is similar to the format.page.number template. * Sort language for localized index sorting in autoidx-ng.xsl is now taken from document lang, not from system environment. * Numbering and formatting of normal and ulink footnotes (if turned on) has been unified. Now ulink footnotes are mixed in with any other footnotes. * Added support for renderas attribute in section and sect1 et al. This permits you to render a given section title as if it were a different level. * Added support for label attribute in footnote to manually supply the footnote mark. * Added support for DocBook 4.3 corpcredit element. * Added support for a dbfo keep-together PI for formal objects (table, figure, example, equation, programlisting). That permits a formal object to be kept together if it is not already, or to be broken if it is very long and the default keep-together is not appropriate. * For graphics files, made file extension matching case insensitive, and updated the list of graphics extensions. * Allow calloutlist to have block content before the first callout * Added dbfo-need processing instruction to provide soft page breaks. * Added implementation of existing but unused default.image.width parameter for graphics. * Support DocBook NG tag inline element. * It appears that XEP now supports Unicode characters in bookmarks. There is no further need to strip accents from characters. * Make segmentedlist HTML markup more semantic and available to CSS styles. * Added user.preroot placeholder template to permit xsl-stylesheet and other PIs and comments to be output before the HTML root element. * Non-chunked legalnotice now gets an <a name="id"> element in HTML output so it can be referenced with xref or link. * In chunked HTML output, changed link rel="home" to rel="start", and link rel="previous" to rel="prev", per W3C HTML 4.01 spec. * Added several patches to htmlhelp from W. Borgert * Added Bosnian locale file as common/bs.xml.
2004-06-06Packages no longer need to clean up *.subst.sav leftovers.schmonz1-4/+1
2004-03-02Option "-printx" is only supported on some platforms. Use "-print"heinz1-2/+2
2004-02-28Update to 1.65.0. Changes since version 1.64.0:jmmv3-7/+17
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 |
2004-02-25these packages don't need a compiler.grant1-2/+3
2004-02-19bl3ifyminskim1-2/+2
2004-02-12Register the chunk.xsl stylesheet in the catalog file. Bump PKGREVISION to 3.jmmv2-3/+4
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1jmmv1-2/+2
2003-12-28Rename files that have apostrophes in their name. Fixes problems withjmmv2-4/+26
pkg_install (which cannot handle such names properly). Bump PKGREVISION to 1.
2003-12-21Update to 1.64.1. Changes since previous release:jmmv3-6/+99
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
2003-07-22Update to 1.61.3: a bugfix release.jmmv3-7/+22
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-27Update to 1.61.2.wiz3-8/+42
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.
2003-04-10make ${PAX} usage consistent:grant1-5/+5
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-29Add a preliminary catalog file to resolve system entries with the localjmmv3-2/+18
installed files. Use textproc/xmlcatmgr/catalogs.mk to register it with the XML_CATALOGS variable. Bump PKGREVISION.
2003-01-27Update docbook-xsl to 1.60.1.grant3-6/+30
Changes since 1.59.2: Lots of bug fixes: * Attributes to control the templates are now namespace qualified. * Support use of titleabbrev in running headers and footers. * Added (experimental) xref.with.number.and.title parameter to enable number/title cross references even when the default would be just the number. * Generate part ToCs if they're requested. * Use proportional-column-width() in header/footer tables. * Handle alignment correctly when screenshot wraps a graphic in a figure. * Format chapter and appendix cross references consistently. * Attempt to support tables with multiple tgroups in FO. * Output fo:table-columns in simplelist tables. * Use titlepage.templates.xml for indexdiv and glossdiv formatting. * Improve support for new bibliography elements. * Added footnote.number.format, table.footnote.number.format, footnote.number.symbols, and table.footnote.number.symbols for better control of footnote markers. * Added glossentry.show.acronyms. * Suppress the draft-mode page masters when draft-mode is no. * Make blank pages verso not recto. D'Oh! * Improved formatting of ulink footnotes. * Fixed bugs in graphic width/height calculations. * Added class attributes to inline elements. * Don't add .html to the filenames identified with the dbhtml PI. * Don't force a ToC when sections contain refentrys. * Make section title sizes a function of the body.master.size.
2003-01-22Update docbook-xsl to 1.59.2. Changes follow:jmmv3-7/+27
Release 1.59.2 The 1.59.2 fixes an FO bug in the page masters that causes FOP to fail. o Removed the region-name from the region-body of blank pages. There's no reason to give the body of blank pages a unique name and doing so causes a mismatch that FOP detects. o Output IDs for the first paragraphs in listitems. o Fixed some small bugs in the handling of page numbers in double-sided mode. o Attempt to prevent duplicated IDs from being produced when endterm on xref points to something with nested structure. o Fix aligment problems in equations. o Output the type attribute on unordered lists (UL) in HTML only if the css.decoration parameter is true. o Calculate the font size in formal.title.properties so that it's 1.2 times the base font size, not a fixed "12pt". Release 1.59.1 The 1.59.1 fixes a few bugs. o Added Bulgarian localization. o Indexing improvements; localize book indexes to books but allow setindex to index an entire set. o The default value for rowsep and colsep is now "1" as per CALS. o Added support for titleabbrev (use them for cross references). o Improvements to mediaobject for selecting print vs. online images. o Added seperate property sets for figures, examples, equations, tabless, and procedures. o Make lineannotations italic. o Support xrefstyle attribute. o Make endterm on xref higher priority than xreflabel target. o Glossary formatting improvements.
2003-01-02Fix sh fragment to install files into the right place, and installgrant2-731/+726
additional files so that docbook.xsl can be used.
2002-12-26Install directories before using pax to copy files inside them. Shouldjmmv1-1/+3
solve problems shown in Hubert's bulk build.
2002-12-18Initial import of docbook-xsl-1.58.1.jmmv4-0/+1349
The DocBook XSL stylesheets provide a serie of ready-to-use templates to process documents based on the DocBook XML DTD. They can generate different types of output files, like XHTML, slides, manpages, JavaDoc... They are written in a modular fashion. Each of the HTML and FO stylesheets starts with a driver file that assembles a collection of component files into a complete stylesheet. This modular design puts similar things together into smaller files that are easier to write and maintain than one big stylesheet. Approved by wiz.