Skip to content

Commit

Permalink
tDOM: update to 0.9.1
Browse files Browse the repository at this point in the history
Move to tdom.org since github repo has not been updated in years
  • Loading branch information
kurthindenburg committed Aug 29, 2018
1 parent f078f5d commit 796771c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 39 deletions.
34 changes: 17 additions & 17 deletions textproc/tDOM/Portfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
PortSystem 1.0
PortGroup github 1.0

github.setup tDOM tdom 0.8.3
name tDOM
revision 1
version 0.9.1
categories textproc devel
platforms darwin
license MPL-1.1 MIT
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 \
Expand All @@ -15,24 +16,23 @@ long_description \
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
homepage http://tdom.org

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

checksums rmd160 df52d8b7c3ac9134dae20a3bcaa21e0e512e3289 \
sha256 496d5950907dd70db61bc20c55a05a5521363ce3c076e2fdd97270181bc720b9
checksums rmd160 b65898bcc97fe69ba92c8edaf8e1eb156abfd0c5 \
sha256 3b1f644cf07533fe4afaa8cb709cb00a899d9e9ebfa66f4674aa2dcfb398242c \
size 1100163

depends_lib port:tcl
depends_lib port:tcl \
port:expat

patch.dir ${worksrcpath}
patchfiles Makefile.in.patch tdom-tcl86.patch
worksrcdir ${name}-${version}

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

configure.cmd ../configure
configure.args --with-tcl=${prefix}/lib \
--mandir=${prefix}/share/man
test.run yes
11 changes: 0 additions & 11 deletions textproc/tDOM/files/Makefile.in.patch

This file was deleted.

11 changes: 0 additions & 11 deletions textproc/tDOM/files/tdom-tcl86.patch

This file was deleted.

0 comments on commit 796771c

Please sign in to comment.