# -*- 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: Portfile 90696 2012-03-12 19:19:48Z ryandesign@macports.org $

PortSystem          1.0

name                log4cpp
version             1.0
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          devel
platforms           darwin
maintainers         nomaintainer

description         configurable logging for C++

long_description    Log4cpp 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://log4cpp.sourceforge.net/
master_sites        sourceforge:project/log4cpp/log4cpp-${branch}.x%20%28current%29/log4cpp-${version}

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

checksums           sha1    bdb2fa7a8c8af738d79156bf9f6191875cdba5cc

livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
