# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 55855 2009-08-20 12:50:52Z snc@macports.org $

PortSystem          1.0

name                log4shib
version             1.0.3
categories          sysutils shibboleth devel
#license             LGPLv2.1
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.internet2.edu/

platforms           darwin

master_sites        http://shibboleth.internet2.edu/downloads/log4shib/${version}/
checksums           md5     71547ee6cce886ead03034a14a4a7891 \
                    sha1    a4f01b166a7d4583c883f2840e5583b486c88357 \
                    rmd160  fb2e564d8526965bb11c4da0fedd478d469ff736

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

livecheck.check     regex
livecheck.url       http://shibboleth.internet2.edu/downloads/log4shib/latest/
livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
