1 | # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name log4cpp |
---|
6 | version 1.0 |
---|
7 | revision 1 |
---|
8 | categories devel |
---|
9 | maintainers stechert@macports.org |
---|
10 | description configurable logging for C++ |
---|
11 | long_description Log4cpp is library of C++ classes for flexible logging to \ |
---|
12 | files, syslog, IDSA and other destinations. It is modeled \ |
---|
13 | after the Log4j Java library, staying as close to their \ |
---|
14 | API as is reasonable. |
---|
15 | homepage http://log4cpp.sourceforge.net/ |
---|
16 | master_sites sourceforge |
---|
17 | configure.args --disable-doxygen \ |
---|
18 | --disable-dot \ |
---|
19 | --disable-html-docs \ |
---|
20 | --disable-latex-docs |
---|
21 | checksums sha1 bdb2fa7a8c8af738d79156bf9f6191875cdba5cc |
---|