Path to this page:
./
textproc/docbook2mdoc,
Convert DocBook documentation into man pages (mdoc)
Branch: CURRENT,
Version: 1.1.0,
Package name: docbook2mdoc-1.1.0,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 26.105 KB
Version history: (Expand)
- (2019-08-25) Updated to version: docbook2mdoc-1.1.0
- (2017-11-23) Package has been reborn
- (2014-04-30) Updated to version: docbook2mdoc-0.0.9
- (2014-04-30) Updated to version: docbook2mdoc-0.0.8
- (2014-04-02) Updated to version: docbook2mdoc-0.0.6
- (2014-03-31) Package added to pkgsrc.se, version docbook2mdoc-0.0.5 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2019-08-25 19:53:59 by ng0 | Files touched by this commit (3) |
Log message:
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.
|
2017-07-12 14:55:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Honor LDFLAGS for RELRO builds.
|
2016-04-01 14:55:43 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Support PKGMANDIR.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-04-30 15:57:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.0.9: improvements for OpenGL docbook documentation.
|
2014-04-30 13:09:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.0.8:
Supports all tags from RefDB and OpenGL docs (except inlineequation).
|