From 9fb8076e3d3ef7064b73a92c9013a4c94cb1a8c2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Dec 2004 15:57:18 +0000 Subject: 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. --- textproc/xmlto/DESCR | 3 +++ textproc/xmlto/Makefile | 26 ++++++++++++++++++++++++++ textproc/xmlto/PLIST | 25 +++++++++++++++++++++++++ textproc/xmlto/distinfo | 4 ++++ 4 files changed, 58 insertions(+) create mode 100644 textproc/xmlto/DESCR create mode 100644 textproc/xmlto/Makefile create mode 100644 textproc/xmlto/PLIST create mode 100644 textproc/xmlto/distinfo (limited to 'textproc/xmlto') 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 -- cgit v1.2.3