./textproc/xmlto, Tool to help transform XML documents into other formats

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 0.0.29nb2, Package name: xmlto-0.0.29nb2, Maintainer: pkgsrc-users

xmlto is a front-end to an XSL toolchain. It chooses an appropriate
stylesheet for the conversion you want and applies it using an
external XSL-T processor. It also performs any necessary post-processing.


Required to run:
[textproc/libxml2] [textproc/docbook-xsl] [textproc/libxslt] [misc/getopt]

Master sites:

Filesize: 53.418 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-01 05:53:04 by David H. Gutteridge | Files touched by this commit (6)
Log message:
xmlto: add missing comments to patch headers
   2026-07-01 05:50:37 by David H. Gutteridge | Files touched by this commit (3)
Log message:
xmlto: apply two shell-related tweaks

First, make shell code used in the "-o" option parsing more portable.
"type -p" hasn't been supported by NetBSD's sh since 8.0 (and also
isn't universally supported elsewhere by other shells). This addresses
PR pkg/60388 from Andrew Cagney. (Really here we're suppressing a
warning rather than a failure, one that happens to show up in build
logs.)

(We could substitute "command -v" instead (recommended over bare \ 
"type"
by a NetBSD shell guru), but since both the existing upstream code and
a bunch of our patches are already using "type" in many places, I kept
it consistent here.)

Next, Makefile r. 1.32 removed bash as a runtime dependency, but didn't
account for REPLACE_BASH still being defined, which results in a broken
(though effectively harmless) substitution to "#!". (Here perhaps the
pkgsrc replacement mechanism could be improved so it generates an error
when the replacement path is empty.) This is only relevant for the test
target.
   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2025-08-26 20:52:09 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
xmlto: updated to 0.0.29

0.0.29 (stable)

- Rename variable BASH to XMLTO_BASH_PATH
- Regenerate xmlif to use new version of gcc
- Rename and format markdown files
- Update Fedora spec file generation according to Fedora package repo
- Convert output path to unix on cygwin/msys
- Add .gitignore
- Skip validating xmlto man page during build
   2025-07-13 19:27:12 by Roland Illig | Files touched by this commit (7)
Log message:
several packages: remove unknown --with-iconv-prefix configure option
   2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449)
Log message:
*: recursive bump for icu 77 and libxml2 2.14
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425)
Log message:
*: revbump for icu downgrade