diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-26 15:57:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-26 15:57:18 +0000 |
commit | 7069605c285f2939e181938934a11ee38d887661 (patch) | |
tree | f3f194d1e6c6850340272c6de291cdd59f4c151e /textproc/xmlto | |
parent | 24a22462e956c1d0639875f227bb1c30eb0f6044 (diff) | |
download | pkgsrc-7069605c285f2939e181938934a11ee38d887661.tar.gz |
Initial import of xmlto:
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.
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/DESCR | 3 | ||||
-rw-r--r-- | textproc/xmlto/Makefile | 26 | ||||
-rw-r--r-- | textproc/xmlto/PLIST | 25 | ||||
-rw-r--r-- | textproc/xmlto/distinfo | 4 |
4 files changed, 58 insertions, 0 deletions
diff --git a/textproc/xmlto/DESCR b/textproc/xmlto/DESCR new file mode 100644 index 00000000000..3a0232b0925 --- /dev/null +++ b/textproc/xmlto/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile new file mode 100644 index 00000000000..6326cdae9f3 --- /dev/null +++ b/textproc/xmlto/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 15:57:18 wiz Exp $ +# + +DISTNAME= xmlto-0.0.18 +CATEGORIES= textproc +MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://cyberelk.net/tim/xmlto/index.html +COMMENT= Tool to help transform XML documents into other formats + +DEPENDS+= getopt-[0-9]*:../../misc/getopt +DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog +CONFIGURE_ARGS+= --with-getopt=${PREFIX}/bin/getopt + +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/docbook + ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/fo + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/xmlto/PLIST b/textproc/xmlto/PLIST new file mode 100644 index 00000000000..59ebd2e7231 --- /dev/null +++ b/textproc/xmlto/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/26 15:57:18 wiz Exp $ +bin/xmlif +bin/xmlto +man/man1/xmlif.1 +man/man1/xmlto.1 +share/xmlto/format/docbook/dvi +share/xmlto/format/docbook/fo +share/xmlto/format/docbook/html +share/xmlto/format/docbook/html-nochunks +share/xmlto/format/docbook/htmlhelp +share/xmlto/format/docbook/javahelp +share/xmlto/format/docbook/man +share/xmlto/format/docbook/pdf +share/xmlto/format/docbook/ps +share/xmlto/format/docbook/txt +share/xmlto/format/docbook/xhtml +share/xmlto/format/docbook/xhtml-nochunks +share/xmlto/format/fo/dvi +share/xmlto/format/fo/pdf +share/xmlto/format/fo/ps +share/xmlto/xmlto.mak +@dirrm share/xmlto/format/fo +@dirrm share/xmlto/format/docbook +@dirrm share/xmlto/format +@dirrm share/xmlto diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo new file mode 100644 index 00000000000..3b5e1467d5a --- /dev/null +++ b/textproc/xmlto/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/26 15:57:18 wiz Exp $ + +SHA1 (xmlto-0.0.18.tar.bz2) = abee8925a80bfefcdf1543956a804b1facff7bec +Size (xmlto-0.0.18.tar.bz2) = 91275 bytes |