1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add pflogsumm 20000916.01, a Postfix Log Entry Summarizer.

PR:		26540
Submitted by:	Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
This commit is contained in:
Will Andrews 2001-04-17 17:32:15 +00:00
parent d0166f0dd3
commit e68f6a4e77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41580
6 changed files with 50 additions and 0 deletions

View File

@ -108,6 +108,7 @@
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias
SUBDIR += pflogsumm
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine4

32
mail/pflogsumm/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: pflogsumm
# Date created: 13 April 2001
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#
PORTNAME= pflogsumm
PORTVERSION= 20000916.01
CATEGORIES= mail pflogsumm
MASTER_SITES= http://jimsun.LinxNet.com/downloads/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .pl
MAINTAINER= ozz@FreeBSD.org.ru
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
WRKSRC= ${WRKDIR}
USE_PERL5= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/${PORTNAME}
${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

1
mail/pflogsumm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pflogsumm.pl) = aeab8bf6d88e4b529b3000c0fd2e5bf1

View File

@ -0,0 +1 @@
Postfix Log Entry Summarizer

14
mail/pflogsumm/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
pflogsumm.pl is designed to provide an over-view of postfix
activity, with just enough detail to give the administrator
a "heads up" for potentialtrouble spots. The following is
an over-view of the reports produced:
* Total number of:
* Messages received, delivered, deferred, bounced and forwarded
* Bytes in messages received and delivered
* Sending and Recipient Hosts/Domains
* Senders and Recipients
* Optional SMTPD totals for number of connections
and many many more.
WWW: http://jimsun.LinxNet.com/postfix_contrib.html

1
mail/pflogsumm/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/pflogsumm