Ticket #31733: Portfile

File Portfile, 1.5 KB (added by twic@…, 13 years ago)

Portfile

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