aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-18 01:32:15 +0800
committerWill Andrews <will@FreeBSD.org>2001-04-18 01:32:15 +0800
commite68f6a4e77de8d1556e308381a877bf066b5c2d3 (patch)
tree1de7b385bb2dae499c4419c2091c66aa954fa0f6 /mail
parentd0166f0dd30091718b27a3a844f663f01924a97d (diff)
downloadfreebsd-ports-e68f6a4e77de8d1556e308381a877bf066b5c2d3.tar.gz
freebsd-ports-e68f6a4e77de8d1556e308381a877bf066b5c2d3.tar.zst
freebsd-ports-e68f6a4e77de8d1556e308381a877bf066b5c2d3.zip
Add pflogsumm 20000916.01, a Postfix Log Entry Summarizer.
PR: 26540 Submitted by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
Notes
Notes: svn path=/head/; revision=41580
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pflogsumm/Makefile32
-rw-r--r--mail/pflogsumm/distinfo1
-rw-r--r--mail/pflogsumm/pkg-comment1
-rw-r--r--mail/pflogsumm/pkg-descr14
-rw-r--r--mail/pflogsumm/pkg-plist1
6 files changed, 50 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 855e74a43821..a3422fa64ff6 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -108,6 +108,7 @@
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias
+ SUBDIR += pflogsumm
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine4
diff --git a/mail/pflogsumm/Makefile b/mail/pflogsumm/Makefile
new file mode 100644
index 000000000000..4a0e498cfb67
--- /dev/null
+++ b/mail/pflogsumm/Makefile
@@ -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>
diff --git a/mail/pflogsumm/distinfo b/mail/pflogsumm/distinfo
new file mode 100644
index 000000000000..9da18ccbee8e
--- /dev/null
+++ b/mail/pflogsumm/distinfo
@@ -0,0 +1 @@
+MD5 (pflogsumm.pl) = aeab8bf6d88e4b529b3000c0fd2e5bf1
diff --git a/mail/pflogsumm/pkg-comment b/mail/pflogsumm/pkg-comment
new file mode 100644
index 000000000000..f2d46ed7568e
--- /dev/null
+++ b/mail/pflogsumm/pkg-comment
@@ -0,0 +1 @@
+Postfix Log Entry Summarizer
diff --git a/mail/pflogsumm/pkg-descr b/mail/pflogsumm/pkg-descr
new file mode 100644
index 000000000000..06b7766aafe7
--- /dev/null
+++ b/mail/pflogsumm/pkg-descr
@@ -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
diff --git a/mail/pflogsumm/pkg-plist b/mail/pflogsumm/pkg-plist
new file mode 100644
index 000000000000..bca497a63d98
--- /dev/null
+++ b/mail/pflogsumm/pkg-plist
@@ -0,0 +1 @@
+bin/pflogsumm