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:
parent
0faf48ffbe
commit
ca0982db2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48465
@ -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
|
||||
|
22
textproc/p5-Parse-Syslog/Makefile
Normal file
22
textproc/p5-Parse-Syslog/Makefile
Normal 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>
|
1
textproc/p5-Parse-Syslog/distinfo
Normal file
1
textproc/p5-Parse-Syslog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Parse-Syslog-0.03.tar.gz) = 1cfe359fd8a9a297fcf72ed48258987e
|
1
textproc/p5-Parse-Syslog/pkg-comment
Normal file
1
textproc/p5-Parse-Syslog/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 routines that present a simple interface to parse syslog files
|
6
textproc/p5-Parse-Syslog/pkg-descr
Normal file
6
textproc/p5-Parse-Syslog/pkg-descr
Normal 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
|
5
textproc/p5-Parse-Syslog/pkg-plist
Normal file
5
textproc/p5-Parse-Syslog/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user