PortSystem      1.0

name            tDOM
version         0.9.1
categories      textproc devel
platforms       darwin
license         MPL-1.1 MIT
maintainers     {wu.ac.at:neumann @gustafn} openmaintainer

description     high performance XML data processing with easy and powerful Tcl scripting functionality
long_description \
	tDOM combines high performance XML data processing with easy and \
	powerful Tcl scripting functionality. tDOM should be one of the fastest \
	ways to manipulate XML with a scripting language and uses very little \
	memory in the process (for example the DOM tree of the XML \
	recommendation in XML (160K) needs only about 450K in memory)! The tDOM \
	project was started by Jochen Löwer. It is currently maintained by Rolf Ade.

homepage        http://tdom.org

master_sites    http://tdom.org/downloads
distname        tdom-${version}-src
extract.suffix  .tgz

checksums       rmd160  b65898bcc97fe69ba92c8edaf8e1eb156abfd0c5 \
                sha256  3b1f644cf07533fe4afaa8cb709cb00a899d9e9ebfa66f4674aa2dcfb398242c \
                size    1100163

depends_lib     port:tcl \
                port:expat

worksrcdir      tdom-${version}

configure.args-append \
    --with-tcl=${prefix}/lib \
    --with-expat=${prefix}

test.run        yes
