Ticket #11480: Portfile

File Portfile, 645 bytes (added by yunzheng.hu@…, 17 years ago)

Portfile for devel/rlog

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    rlog
5version                 1.3.7
6categories              devel
7maintainers             nomaintainer@macports.org
8description             A flexible message logging facility for C++
9
10long_description        RLog provides a flexible message logging facility for \
11                        C++ programs and libraries. It is highly optimized for \
12                        the case where no log messages are output, so that it \
13                        can be left in production code and enabled on-demand.
14
15homepage        http://arg0.net/wiki/rlog
16master_sites    http://arg0.net/users/vgough/download
17extract.suffix  .tgz
18
19platforms       darwin
20checksums       md5 b84df0d8a57ea676c4bf594c7a35cd25 \
21                sha1 3a09d5d8526c7834bf58d533956cc91e135fbe1b
22