Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tDOM: update to 0.9.1 #2467

Merged
merged 1 commit into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.