Last change
on this file was
152464,
checked in by khindenburg@…, 20 months ago
|
tDOM: move to github #51873
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | # $Id: Portfile 152464 2016-09-10 18:51:29Z khindenburg@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup tDOM tdom 0.8.3 |
---|
7 | name tDOM |
---|
8 | revision 1 |
---|
9 | categories textproc devel |
---|
10 | maintainers wu.ac.at:neumann |
---|
11 | description high performance XML data processing with easy and powerful Tcl scripting functionality |
---|
12 | long_description \ |
---|
13 | tDOM combines high performance XML data processing with easy and \ |
---|
14 | powerful Tcl scripting functionality. tDOM should be one of the fastest \ |
---|
15 | ways to manipulate XML with a scripting language and uses very little \ |
---|
16 | memory in the process (for example the DOM tree of the XML \ |
---|
17 | recommendation in XML (160K) needs only about 450K in memory)! The tDOM \ |
---|
18 | project was started by Jochen Löwer. It is currently maintained by Rolf Ade. |
---|
19 | |
---|
20 | homepage http://tdom.github.com/ |
---|
21 | platforms darwin |
---|
22 | license MPL-1.1 MIT |
---|
23 | |
---|
24 | github.tarball_from downloads |
---|
25 | distname tDOM-${version} |
---|
26 | extract.suffix .tgz |
---|
27 | |
---|
28 | checksums rmd160 df52d8b7c3ac9134dae20a3bcaa21e0e512e3289 \ |
---|
29 | sha256 496d5950907dd70db61bc20c55a05a5521363ce3c076e2fdd97270181bc720b9 |
---|
30 | |
---|
31 | depends_lib port:tcl |
---|
32 | |
---|
33 | patch.dir ${worksrcpath} |
---|
34 | patchfiles Makefile.in.patch tdom-tcl86.patch |
---|
35 | |
---|
36 | worksrcdir ${distname}/unix |
---|
37 | |
---|
38 | configure.cmd ../configure |
---|
39 | configure.args --with-tcl=${prefix}/lib \ |
---|
40 | --mandir=${prefix}/share/man |
---|
Note: See
TracBrowser
for help on using the repository browser.