# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name log4shib version 1.0.5 categories sysutils shibboleth devel license LGPL-2.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.net/ platforms darwin master_sites http://shibboleth.net/downloads/log4shib/${version}/ checksums rmd160 b8f98aba15460daea02b4f9fc41a154ec1c04312 \ sha256 0cd7f6e45f02fabeb3e4c5e7704504ec0ee23b3170e136cdf4aaaec0f78f0bf4 configure.args --disable-doxygen \ --disable-dot \ --disable-html-docs \ --disable-latex-docs variant universal { depends_lib-append port:libtool } post-configure { if {[variant_isset universal]} { file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool } } post-build { if {[variant_isset universal]} { foreach arch ${universal_archs} { reinplace "s|\-arch ${arch}||" \ ${worksrcpath}/log4shib-config \ ${worksrcpath}/log4shib.pc } } } livecheck.type regex livecheck.url http://shibboleth.net/downloads/log4shib/latest/ livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)