pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-Parse-Syslog Import of Perl module Parse-S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb9e8b06fa54
branches: trunk
changeset: 516182:bb9e8b06fa54
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Jul 16 09:54:10 2006 +0000
description:
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:
sysutils/p5-Parse-Syslog/DESCR | 9 +++++++++
sysutils/p5-Parse-Syslog/Makefile | 21 +++++++++++++++++++++
sysutils/p5-Parse-Syslog/PLIST | 1 +
sysutils/p5-Parse-Syslog/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r c7f1a989684e -r bb9e8b06fa54 sysutils/p5-Parse-Syslog/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Parse-Syslog/DESCR Sun Jul 16 09:54:10 2006 +0000
@@ -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.
diff -r c7f1a989684e -r bb9e8b06fa54 sysutils/p5-Parse-Syslog/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Parse-Syslog/Makefile Sun Jul 16 09:54:10 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/16 09:54:10 heinz Exp $
+#
+
+DISTNAME= Parse-Syslog-1.09
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5psl
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Parse-Syslog/
+COMMENT= Perl5 module for parsing Unix syslog files
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Parse/Syslog/.packlist
+
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c7f1a989684e -r bb9e8b06fa54 sysutils/p5-Parse-Syslog/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Parse-Syslog/PLIST Sun Jul 16 09:54:10 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/16 09:54:10 heinz Exp $
diff -r c7f1a989684e -r bb9e8b06fa54 sysutils/p5-Parse-Syslog/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Parse-Syslog/distinfo Sun Jul 16 09:54:10 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/16 09:54:10 heinz Exp $
+
+SHA1 (Parse-Syslog-1.09.tar.gz) = 8779e53a6936e4ba712dc5ce1e1a71ccc83463ac
+RMD160 (Parse-Syslog-1.09.tar.gz) = 2a8ac6adf840e505a5be8f5d7ef3b1bc66fa9f94
+Size (Parse-Syslog-1.09.tar.gz) = 11033 bytes
Home |
Main Index |
Thread Index |
Old Index