1 | # $Id: Portfile,v 1.3 2005/06/14 17:20:40 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name eventlog |
---|
6 | version 0.2.5 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers joe@macports.org |
---|
10 | description Replacement for syslog API providing structure to messages |
---|
11 | long_description The EventLog library aims to be a replacement of the simple \ |
---|
12 | syslog API provided on UNIX systems. The major difference \ |
---|
13 | between EventLog and syslog is that EventLog tries to add \ |
---|
14 | structure to messages. |
---|
15 | homepage http://www.balabit.com/products/syslog_ng/ |
---|
16 | master_sites http://www.balabit.com/downloads/syslog-ng/2.0/src |
---|
17 | checksums md5 a6bdba91f88540cc69b398fd138d86cd |
---|
18 | |
---|
19 | depends_lib port:pkgconfig |
---|
20 | |
---|