Commit graph

8 commits

Author SHA1 Message Date
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jmmv
ea31e020d5 Add a preliminary catalog file to resolve system entries with the local
installed files.  Use textproc/xmlcatmgr/catalogs.mk to register it with
the XML_CATALOGS variable.  Bump PKGREVISION.
2003-01-29 21:28:26 +00:00
grant
668b652c0e Update docbook-xsl to 1.60.1.
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-27 11:05:05 +00:00
jmmv
764d0807be Update docbook-xsl to 1.59.2. Changes follow:
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-22 22:44:12 +00:00
grant
ec7466a827 Fix sh fragment to install files into the right place, and install
additional files so that docbook.xsl can be used.
2003-01-02 17:20:39 +00:00
jmmv
dcff1da5be Install directories before using pax to copy files inside them. Should
solve problems shown in Hubert's bulk build.
2002-12-26 22:52:36 +00:00
jmmv
2a1b0b739a Initial import of docbook-xsl-1.58.1.
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.
2002-12-18 17:45:28 +00:00