mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add mail/p5-Parse-Syslog-Mail 0.10, a Perl module that can parse log
messages generated by various MTAs.
This commit is contained in:
parent
931ef731d4
commit
e148168715
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181762
@ -374,6 +374,7 @@
|
||||
SUBDIR += p5-POE-Component-Client-POP3
|
||||
SUBDIR += p5-POE-Component-Client-SMTP
|
||||
SUBDIR += p5-POE-Component-SMTP
|
||||
SUBDIR += p5-Parse-Syslog-Mail
|
||||
SUBDIR += p5-Qmail-Envelope
|
||||
SUBDIR += p5-Sendmail-AccessDB
|
||||
SUBDIR += p5-Sendmail-Milter
|
||||
|
25
mail/p5-Parse-Syslog-Mail/Makefile
Normal file
25
mail/p5-Parse-Syslog-Mail/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: mail/p5-Parse-Syslog-Mail
|
||||
# Date created: 08 January 2007
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Parse-Syslog-Mail
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Parse
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Parse log messages generated by various MTAs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Parse/Syslog.pm:${PORTSDIR}/textproc/p5-Parse-Syslog
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Parse::Syslog::Mail.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/p5-Parse-Syslog-Mail/distinfo
Normal file
3
mail/p5-Parse-Syslog-Mail/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Parse-Syslog-Mail-0.10.tar.gz) = 1e06c33e8e24c73f54014317aadc257b
|
||||
SHA256 (Parse-Syslog-Mail-0.10.tar.gz) = 079563d35d89103d807d36c83eaf46ec25e95cf6856584335d0c45147c13c163
|
||||
SIZE (Parse-Syslog-Mail-0.10.tar.gz) = 18672
|
6
mail/p5-Parse-Syslog-Mail/pkg-descr
Normal file
6
mail/p5-Parse-Syslog-Mail/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
As its names implies, Parse::Syslog::Mail presents a simple interface to
|
||||
gather mail information from a syslog file. It uses Parse::Syslog for
|
||||
reading the syslog, and offer the same simple interface. Currently
|
||||
supported log formats are: Sendmail, Postfix, Qmail.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Parse-Syslog-Mail/
|
7
mail/p5-Parse-Syslog-Mail/pkg-plist
Normal file
7
mail/p5-Parse-Syslog-Mail/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Parse/Syslog/Mail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog/Mail/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog/Mail
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Syslog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
|
||||
@dirrmtry %%SITE_PERL%%/Parse/Syslog
|
||||
@dirrmtry %%SITE_PERL%%/Parse
|
Loading…
Reference in New Issue
Block a user