# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ PortSystem 1.0 name tclxml version 3.2 revision 0 categories lang tcl maintainers mac.com:giorgio_v description This package provides XML parsers, DOM scripting and XSL Transformations for Tcl. long_description In previous distributions, these features (TclXML, TclDOM, and TclXSLT) were supplied as \ separate packages. Now they have been combined into a single package to make \ installation easier. \ TclXML provides a streaming parser for XML documents. \ TclDOM provides a tree view for XML documents. This is usually the best interface \ for scripting XML documents using Tcl. \ TclXSLT provides a method to invoke XSL Transformations upon XML documents. This \ package is a wrapper for the libxslt library. homepage http://tclxml.sourceforge.net/ platforms darwin master_sites sourceforge:tclxml checksums md5 9d1605246c899eff7db591bca3c23200 \ sha1 bb6a551785b12162ae977f66d7ad3d70e094e122 \ rmd160 618d19c83159e85b1f95e4e8a173280d9ecb647c depends_run port:tcl port:tcllib port:libxml2 configure.args --with-prefix=${prefix} --with-tcl=${prefix}/lib livecheck.type regex livecheck.url http://sourceforge.net/project/showfiles.php?group_id=13178&package_id=13686 livecheck.regex tclxml-(\[0-9\\.\]+)\\.tar.gz