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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xmlpatch |
---|
7 | version 0.3.3 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | # where possible, informative values are copied from the Debian package definition in the upstream source; failing that, the home page |
---|
12 | |
---|
13 | description an XML patching handler library |
---|
14 | long_description The xmlpatch library is framework utilizing XML path \ |
---|
15 | language (XPath) selectors with the aid of which a set of \ |
---|
16 | patches can be applied to an existing initial XML document. |
---|
17 | homepage http://xmlpatch.sourceforge.net/ |
---|
18 | license LGPL-2.1 |
---|
19 | |
---|
20 | maintainers urchin.earth.li:twic |
---|
21 | |
---|
22 | master_sites sourceforge |
---|
23 | master_sites.mirror_subdir \ |
---|
24 | ${name}/${version} |
---|
25 | distfiles lib${distname}${extract.suffix} |
---|
26 | checksums md5 d3bbaad0da834ae98089d7991e50b578 \ |
---|
27 | sha1 f47b724b1b6b5fd60c4231e2229e3d60f68e9489 \ |
---|
28 | rmd160 2c6445291134bf408711c980401041df127ddf32 |
---|
29 | worksrcdir lib${distname} |
---|
30 | |
---|
31 | depends_lib port:libxml2 \ |
---|
32 | port:glib2 |
---|
33 | |
---|
34 | depends_build port:check |
---|
35 | |
---|
36 | # patch tests to work with current version of check (not yet fixed in upstream) |
---|
37 | patchfiles patch-tests-check_diff.c.diff |
---|
38 | |
---|
39 | test.run yes |
---|
40 | test.target check |
---|