1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name log4cplus |
---|
7 | version 1.0.3 |
---|
8 | categories devel |
---|
9 | maintainers randomhacks.net:macports |
---|
10 | description Logging library for C++ |
---|
11 | long_description log4cplus is a third-party reimplementation of log4j \ |
---|
12 | for C++, with fewer dependencies than the official \ |
---|
13 | log4cxx port. |
---|
14 | homepage http://log4cplus.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge |
---|
17 | use_bzip2 yes |
---|
18 | |
---|
19 | checksums md5 5c8bcd4e812fce9e7ada7113fe0e0f40 \ |
---|
20 | sha1 706b5a855598c4b0d3a0bae383f7e3e289fb2b18 \ |
---|
21 | rmd160 a98ce16338ca01607243b905e43a2c819d6623be |
---|