File: Portfile

package info (click to toggle)
xmltooling 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,132 kB
  • ctags: 4,650
  • sloc: cpp: 18,866; sh: 8,612; makefile: 377; xml: 84; ansic: 32
file content (29 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PortSystem 1.0

name                xmltooling
version             1.3.3
categories          security textproc xml shibboleth
maintainers         snc scantor
description         XMLTooling library for C++
long_description    Toolkit for security-aware XML processing
homepage            http://www.opensaml.org/

platforms           darwin
depends_lib         port:curl \
                    port:xercesc3 \
                    port:xml-security-c \
                    port:log4shib

master_sites        http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/
checksums           sha1 @CHECKSUM@

configure.args      --disable-static \
                    --with-openssl=${prefix} \
                    --with-curl=${prefix} \
                    --with-xerces=${prefix} \
                    --with-xmlsec=${prefix}


livecheck.check     regex
livecheck.url       http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/xmltooling/Portfile
livecheck.regex     "version *(\\d+\\.\\d+(\\.\\d+)?)"