summaryrefslogtreecommitdiff
path: root/textproc/xmlto/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11Using "type -t" is a pretty pointless bashism, even slowing things downjoerg5-0/+80
by adding additional forks. Fix and bump revision.
2011-03-11Changes 0.0.23:adam2-87/+0
* add support for detection of tail and gnu cp, do not hardcode /bin/bash initial value * use those detected binaries instead of previously hardcoded ones * use `type -t` bash shell builtin instead of `which` utility for detection of file availability * new option --noautosize to prevent overriding of user-defined paper sizes Changes 0.0.22: * added experimental support for xhtml1 source format * create tex and xhtml subpackage in spec file to reduce requirements for main package * automated detection of programs path in configure, program/utility path could be passed to configure by variable, allowed selection of default backend and default webbrowser (just for requirements at the moment) * check for missing tools/programs, fail if tool is not available * fixed libpaper cleaning up * xmllint validity check now with noent option * fixed --stringparam option * added some messages to easier detection of troubles, used different error codes for various situations * fixed FSF addresses, xmlif now licensed under GPLv2+
2010-11-22Fix obviously wrong code handling XSLTPARAMS with the --stringparam option.dholland1-1/+16
PR 44126 from Goetz Isenmann. PKGREVISION++. While here, add comment to patch-ab.
2008-11-10Update to 0.0.21:wiz2-30/+59
0.0.21 (stable) added experimental support for dblatex(needs installed dblatex package) fixed issue with cp -a option on non-gnu systems non-mandatory support for libpaper 0.0.20 (stable) added experimental fop support(needs installed fop package) possibility to read a stylesheet from STDIN some small fixes/changes in docbook formats and xmlto script 0.0.19 (stable) added supported for basename with spaces, stringparam option for passing argument to stylesheet, bash no longer hardcoded, added option for not cleaning temp files for diagnostics.
2006-07-22Since some time, xmllint has to be run with --nonet. Bumped PKGREVISION.rillig1-0/+15
2006-02-26Added a patch that makes "xmlto txt" usable on pkgsrc system, whichrillig1-0/+28
usually don't have binary programs in /usr/bin. While here, fixed all pkglint warnings.