File: Portfile

package info (click to toggle)
opensaml2 2.3-2%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 7,012 kB
  • ctags: 5,093
  • sloc: cpp: 25,228; xml: 19,601; sh: 8,618; ansic: 5,309; makefile: 461
file content (29 lines) | stat: -rw-r--r-- 974 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                opensaml
version             2.3
categories          lang shibboleth security xml
maintainers         scantor snc
description         OpenSAML 2 library for C++
long_description    SAML 2.0/1.x toolkit
homepage            http://www.opensaml.org/
master_sites        http://shibboleth.internet2.edu/downloads/opensaml/cpp/${version}/

platforms           darwin

depends_lib         port:xmltooling \
                    port:xml-security-c \
                    port:xercesc3 \
                    port:log4shib

checksums           sha1 @CHECKSUM@

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


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