pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xmlto Initial import of xmlto:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc0968fffb50
branches:  trunk
changeset: 486305:dc0968fffb50
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 26 15:57:18 2004 +0000

description:
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:

 textproc/xmlto/DESCR    |   3 +++
 textproc/xmlto/Makefile |  26 ++++++++++++++++++++++++++
 textproc/xmlto/PLIST    |  25 +++++++++++++++++++++++++
 textproc/xmlto/distinfo |   4 ++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 7cb563960aca -r dc0968fffb50 textproc/xmlto/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlto/DESCR      Sun Dec 26 15:57:18 2004 +0000
@@ -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 -r 7cb563960aca -r dc0968fffb50 textproc/xmlto/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlto/Makefile   Sun Dec 26 15:57:18 2004 +0000
@@ -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@localhost
+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 -r 7cb563960aca -r dc0968fffb50 textproc/xmlto/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlto/PLIST      Sun Dec 26 15:57:18 2004 +0000
@@ -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 -r 7cb563960aca -r dc0968fffb50 textproc/xmlto/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlto/distinfo   Sun Dec 26 15:57:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index