summaryrefslogtreecommitdiff
path: root/textproc/xmlto
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-1/+2
2012-01-20update to 0.0.25drochner3-9/+10
changes: - README file was improved to provide better guidance for users - show the text-web-browser converting command in verbose mode for better debugging - workaround passivetex limitation for chapters titles starting with L - use passivetex/fop extensions by default, provide --noextensions option to disable them - basic experimental support for conversion from docbook to epub -bugfixes
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-03-11Changes 0.0.23:adam5-108/+29
* 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.dholland3-5/+20
PR 44126 from Goetz Isenmann. PKGREVISION++. While here, add comment to patch-ab.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-11-18Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully notwiz1-2/+2
breaking it otherwise.
2008-11-13Tell xmlto which bash executable to use.wiz1-4/+7
Bump PKGREVISION.
2008-11-10Update to 0.0.21:wiz5-42/+79
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.
2008-01-15The package supports installation to DESTDIR.heinz1-1/+3
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2006-10-10USE_TOOLS+= mktemp. Fixes solaris and probably othersdmcmahill1-2/+2
2006-07-22Since some time, xmllint has to be run with --nonet. Bumped PKGREVISION.rillig3-10/+23
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-26Added a patch that makes "xmlto txt" usable on pkgsrc system, whichrillig3-10/+39
usually don't have binary programs in /usr/bin. While here, fixed all pkglint warnings.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-13Fix the shell path so xmlto actually runsadrianp1-1/+5
Bump PKGREVISION
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-22The installed bin/xmlto need bin/xsltproc from textproc/libxslt in orderkristerw1-1/+2
to run, so include textproc/libxslt/buildlink3.mk.
2005-01-03Add another missing dependency (libxml2, for xmllint).wiz1-1/+2
2004-12-30Add DEPENDS on bash -- it is used by xmlto towiz1-1/+2
run its shell scripts, and during the build too.
2004-12-26Initial import of xmlto:wiz4-0/+58
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.