Commit graph

5 commits

Author SHA1 Message Date
ng0
0a2e5bea46 textproc/docbook2mdoc: Update to version 1.1.0 (from wip)
Adjust patch to new version.
Remove expat bl3, upstream dropped the expat dependency
by rewriting the code.

ChangeLog:

    Changes in version 1.1.0, released on May 2, 2019

       --- NEW PARSER FEATURES ---
     * Handle <funcparams> inside <paramdef> inside <funcprototype>.
     * Ignore <jobtitle> and <orgdiv> elements.
       --- NEW FORMATTER FEATURES --
     * Write a comment "automatically generated" at the beginning.
     * Provide an -s command line option to override the section in .Dt.
     * Large numbers of improvements to horizontal and vertical whitespace.
     * End of sentence detection: new sentence, new line.
     * Drop trailing parentheses in <function> elements.
     * Print commas between Copyright years.

    Changes in version 1.0.2, released on April 29, 2019

       --- NEW PARSER FEATURES ---
     * Handle <abstract>: better formatting of many non-<refentry> documents.
     * Handle <reference> like <section>.
     * Explicitly ignore <keycombo>.
       --- STRUCTURAL IMPROVEMENTS ---
     * Start a new module reorg.c, to edit and move around nodes.
     * Provide a new function pnode_alloc_text() to generate a text node.
     * Introduce an xmalloc.c module to automatically exit when out of memory.

    Changes in version 1.0.1, released on April 24, 2019

       --- NEW PARSER FEATURES ---
     * Handle file inclusion via "<!ENTITY %".
     * Translate decimal character entities to Unicode escapes.
     * Handle <tag> like <sgmltag> and <markup>.
       --- RELIABILITY BUGFIX ---
     * Do not crash when an ignored element contains an attribute.
       --- FORMATTING IMPROVEMENTS ---
     * Correctly translate input to output line breaks in no-fill elements.
     * Improve spacing of text nodes inside macro arguments.
     * Better handle <void> as a child of <funcprototype>.
     * Better handle <info> as a child of <refentry>.
     * Correct delimiter spacing between <term> elements.
     * Insert a paragraph break after displays and after non-compact lists.
       --- THANKS TO ---
     * Stephen Gregoratto for a small patch and two bug reports.
     * Jan Stary for a bug report.
2019-08-25 17:53:58 +00:00
wiz
c3c71d926c Update to 0.0.9: improvements for OpenGL docbook documentation. 2014-04-30 13:57:15 +00:00
wiz
2f734b1fe7 Update to 0.0.8:
Supports all tags from RefDB and OpenGL docs (except inlineequation).
2014-04-30 11:09:12 +00:00
wiz
049a7d17e3 Update to 0.0.6: table support. 2014-04-02 08:21:16 +00:00
wiz
b6c212e261 Import docbook2mdoc-0.0.5 as textproc/docbook2mdoc.
The docbook2mdoc utility is a converter from DocBook into mdoc.
Unlike most DocBook utilities, it's a standalone ISC-licensed ISO
C utility that should compile on any modern UNIX system.
2014-03-31 08:13:32 +00:00