Path to this page:
./
textproc/xmlto,
Tool to help transform XML documents into other formats
Branch: CURRENT,
Version: 0.0.29nb2,
Package name: xmlto-0.0.29nb2,
Maintainer: pkgsrc-usersxmlto 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)
- (2026-07-01) Updated to version: xmlto-0.0.29nb2
- (2026-01-07) Updated to version: xmlto-0.0.29nb1
- (2025-08-26) Updated to version: xmlto-0.0.29
- (2025-04-23) Updated to version: xmlto-0.0.28nb15
- (2024-11-15) Updated to version: xmlto-0.0.28nb14
- (2024-11-01) Updated to version: xmlto-0.0.28nb13
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) |  |
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
|