# $Id$ PortSystem 1.0 name xmlto version 0.0.18 revision 3 categories textproc platforms darwin maintainers nomaintainer description Convert an XML document to another format based on XSL \ or other tools long_description \ The purpose of xmlto is to convert an XML file to the desired format \ using whatever means necessary. This may involve two steps: \ 1. The application of an appropriate XSL stylesheet using an XSL-T \ processor. \ 2. Further processing with other tools. This step may not be necessary. homepage http://cyberelk.net/tim/xmlto/ master_sites http://cyberelk.net/tim/data/xmlto/stable/ \ ftp://ftp6.ua.freebsd.org/pub/OpenBSD/distfiles/ use_bzip2 yes checksums md5 1a06471b70eb27a6aca5d1b3a144f9b0 \ sha1 abee8925a80bfefcdf1543956a804b1facff7bec \ rmd160 4b7232ad673c6b3a0ad015d0061cf5b77165478c depends_lib port:libxslt \ port:libxml2 \ port:getopt \ port:docbook-xml-4.2 \ port:docbook-xsl configure.args --with-getopt=${prefix}/bin/getopt \ --mandir=${prefix}/share/man build.args XML_CATALOG_FILES=${prefix}/etc/xml/catalog destroot.args ${build.args} post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ \ NEWS README ${destroot}${docdir} eval xinstall -m 0644 [glob ${worksrcpath}/doc/*] ${destroot}${docdir} }