Prune audio/xmmix
[dports.git] / sysutils / p5-SyslogScan / pkg-descr
1 SyslogScan contains routines to parse system logs.  The package
2 includes a sample application, read_mail_log.pl, which can print out
3 various statistics about mail sent and received.
4
5 SyslogScan::SyslogLine encapsulates generic log lines in syslog files.
6
7 SyslogScan::Delivery encapsulates a delivery of mail from one user to
8 a list of users.
9
10 SyslogScan::Summary generates reports of how much mail each user has
11 sent and received.
12
13 Delivery and Summary information can be efficiently persisted to a
14 file and recovered for later analysis.