# $Id: Portfile 95442 2012-07-12 23:03:18Z jmr@macports.org $

PortSystem      1.0

name            tDOM
version         0.8.3
categories      textproc devel
maintainers     wu.ac.at:neumann
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.github.com/
platforms       darwin
license         MPL-1.1 MIT

extract.suffix  .tgz

master_sites    https://github.com/downloads/tDOM/tdom

checksums \
 	md5    f773bef5b8f15e0b400f9f93f164a6bb \
 	sha1   1b7db0357ffb96c0a6c879c385168491380a8ca5 \
 	rmd160 df52d8b7c3ac9134dae20a3bcaa21e0e512e3289

depends_lib     port:tcl

patch.dir       ${worksrcpath}
patchfiles      Makefile.in.patch

worksrcdir      ${distname}/unix

configure.cmd   ../configure
configure.args  --with-tcl=${prefix}/lib \
                --mandir=${prefix}/share/man
