1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name tclxml |
---|
5 | version 3.2 |
---|
6 | revision 0 |
---|
7 | categories lang tcl |
---|
8 | maintainers mac.com:giorgio_v |
---|
9 | description This package provides XML parsers, DOM scripting and XSL Transformations for Tcl. |
---|
10 | long_description In previous distributions, these features (TclXML, TclDOM, and TclXSLT) were supplied as \ |
---|
11 | separate packages. Now they have been combined into a single package to make \ |
---|
12 | installation easier. \ |
---|
13 | TclXML provides a streaming parser for XML documents. \ |
---|
14 | TclDOM provides a tree view for XML documents. This is usually the best interface \ |
---|
15 | for scripting XML documents using Tcl. \ |
---|
16 | TclXSLT provides a method to invoke XSL Transformations upon XML documents. This \ |
---|
17 | package is a wrapper for the libxslt library. |
---|
18 | homepage http://tclxml.sourceforge.net/ |
---|
19 | platforms darwin |
---|
20 | master_sites sourceforge:tclxml |
---|
21 | checksums md5 9d1605246c899eff7db591bca3c23200 \ |
---|
22 | sha1 bb6a551785b12162ae977f66d7ad3d70e094e122 \ |
---|
23 | rmd160 618d19c83159e85b1f95e4e8a173280d9ecb647c |
---|
24 | depends_run port:tcl port:tcllib port:libxml2 |
---|
25 | configure.args --with-prefix=${prefix} --with-tcl=${prefix}/lib |
---|
26 | livecheck.check regex |
---|
27 | livecheck.url http://sourceforge.net/project/showfiles.php?group_id=13178&package_id=13686 |
---|
28 | livecheck.regex tclxml-(\[0-9\\.\]+)\\.tar.gz |
---|