1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-Parse-Syslog-0.03, Perl5 routines that present a simple interface to

parse syslog files.

PR:		30978
Submitted by:	Stephen J. Roznowski <sjr@home.com>
This commit is contained in:
Pete Fritchman 2001-10-05 08:55:59 +00:00
parent 0faf48ffbe
commit ca0982db2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48465
6 changed files with 36 additions and 0 deletions

View File

@ -100,6 +100,7 @@
SUBDIR += p5-LJ-SpellCheck
SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-PDF-Create
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-Sort-ArbBiLex
SUBDIR += p5-Sort-Fields
SUBDIR += p5-Sort-PolySort

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Parse-Syslog
# Date created: 27 August 2001
# Whom: Stephen Roznowski (sjr@home.com)
#
# $FreeBSD$
#
PORTNAME= Parse-Syslog
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Parse::Syslog.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Parse-Syslog-0.03.tar.gz) = 1cfe359fd8a9a297fcf72ed48258987e

View File

@ -0,0 +1 @@
Perl5 routines that present a simple interface to parse syslog files

View File

@ -0,0 +1,6 @@
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.
WWW: http://search.cpan.org/search?dist=Parse-Syslog

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Parse/Syslog.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/Syslog/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/Syslog
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Parse 2>/dev/null || true