~ubuntu-branches/ubuntu/trusty/log4shib/trusty

« back to all changes in this revision

Viewing changes to Portfile.in

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-05 21:20:25 UTC
  • Revision ID: package-import@ubuntu.com-20120605212025-uyigtav7dqwvnf41
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PortSystem          1.0
 
2
 
 
3
name                @PACKAGE@
 
4
version             @PACKAGE_VERSION@
 
5
categories          sysutils shibboleth devel
 
6
maintainers         snc scantor
 
7
description         configurable logging for C++, fork of log4cpp
 
8
long_description    Log4shib is library of C++ classes for flexible logging to \
 
9
                    files, syslog, IDSA and other destinations. It is modeled \
 
10
                    after the Log4j Java library, staying as close to their \
 
11
                    API as is reasonable.
 
12
homepage            http://shibboleth.internet2.edu/
 
13
 
 
14
platforms           darwin
 
15
 
 
16
master_sites        http://shibboleth.internet2.edu/downloads/log4shib/${version}/
 
17
checksums           sha1 @CHECKSUM@
 
18
 
 
19
configure.args      --disable-doxygen \
 
20
                    --disable-dot \
 
21
                    --disable-html-docs \
 
22
                    --disable-latex-docs \
 
23
                    --disable-static
 
24
 
 
25
livecheck.check     regex
 
26
livecheck.url       http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/latest/mac/ports/shibboleth/log4shib/Portfile
 
27
livecheck.regex     "version *(\\d+\\.\\d+\\.\\d+)"