Ticket #49359: rev_1b.diff
File rev_1b.diff, 1.4 KB (added by gustafn, 9 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 95442 2012-07-12 23:03:18Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 5 PortGroup github 1.0 4 6 5 7 name tDOM 6 8 version 0.8.3 9 revision 1 7 10 categories textproc devel 8 11 maintainers wu.ac.at:neumann 9 12 description high performance XML data processing with easy and powerful Tcl scripting functionality … … 15 18 recommendation in XML (160K) needs only about 450K in memory)! The tDOM \ 16 19 project was started by Jochen Löwer. It is currently maintained by Rolf Ade. 17 20 21 github.setup tDOM tdom $version 22 18 23 homepage http://tdom.github.com/ 19 24 platforms darwin 20 25 license MPL-1.1 MIT 21 26 22 27 extract.suffix .tgz 23 28 24 master_sites https://github.com/downloads/tDOM/tdom25 26 29 checksums \ 27 30 md5 f773bef5b8f15e0b400f9f93f164a6bb \ 28 31 sha1 1b7db0357ffb96c0a6c879c385168491380a8ca5 \ … … 31 34 depends_lib port:tcl 32 35 33 36 patch.dir ${worksrcpath} 34 patchfiles Makefile.in.patch37 patchfiles Makefile.in.patch tdom-tcl86.patch 35 38 36 39 worksrcdir ${distname}/unix 37 40