File: Portfile.in

package info (click to toggle)
log4shib 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,968 kB
  • sloc: cpp: 4,786; sh: 4,242; ansic: 818; makefile: 193
file content (23 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PortSystem          1.0

name                @PACKAGE@
version             @PACKAGE_VERSION@
categories          sysutils shibboleth devel
maintainers         snc scantor
description         configurable logging for C++, fork of log4cpp
long_description    Log4shib is library of C++ classes for flexible logging to \
                    files, syslog, IDSA and other destinations. It is modeled \
                    after the Log4j Java library, staying as close to their \
                    API as is reasonable.
homepage            http://shibboleth.net/

platforms           darwin

master_sites        http://shibboleth.net/downloads/log4shib/${version}/
checksums           sha1 @CHECKSUM@

configure.args      --disable-doxygen \
                    --disable-dot \
                    --disable-html-docs \
                    --disable-latex-docs \
                    --disable-static