diff options
author | heinz <heinz@pkgsrc.org> | 2006-07-16 09:54:10 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-07-16 09:54:10 +0000 |
commit | dee9d990f7775e2d697d87491317cf86b3140ff6 (patch) | |
tree | 5f4e28314a6039d7216e9bef401e660c3060c66b /sysutils/p5-Parse-Syslog/DESCR | |
parent | 2ca9f0d9c01d811433f36f2ce079cc50dd24d227 (diff) | |
download | pkgsrc-dee9d990f7775e2d697d87491317cf86b3140ff6.tar.gz |
Import of Perl module Parse-Syslog 1.09.
Unix syslogs are convenient to read for humans but because
of small differences between operating systems and things
like 'last message repeated xx times' not very easy to parse
by a script.
Parse::Syslog presents a simple interface to parse syslog
files: you create a parser on a file (with new) and call
next to get one line at a time with Unix-timestamp, host,
program, pid and text returned in a hash-reference.
Diffstat (limited to 'sysutils/p5-Parse-Syslog/DESCR')
-rw-r--r-- | sysutils/p5-Parse-Syslog/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/p5-Parse-Syslog/DESCR b/sysutils/p5-Parse-Syslog/DESCR new file mode 100644 index 00000000000..f6b2ccd6aec --- /dev/null +++ b/sysutils/p5-Parse-Syslog/DESCR @@ -0,0 +1,9 @@ +Unix syslogs are convenient to read for humans but because +of small differences between operating systems and things +like 'last message repeated xx times' not very easy to parse +by a script. + +Parse::Syslog presents a simple interface to parse syslog +files: you create a parser on a file (with new) and call +next to get one line at a time with Unix-timestamp, host, +program, pid and text returned in a hash-reference. |