summaryrefslogtreecommitdiff
path: root/mail/pflogsumm
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-17 17:32:15 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-17 17:32:15 +0000
commite68f6a4e77de8d1556e308381a877bf066b5c2d3 (patch)
tree1de7b385bb2dae499c4419c2091c66aa954fa0f6 /mail/pflogsumm
parentFix problems with configure bug that doesn't evaluate variables for (diff)
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/pflogsumm')
-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
5 files changed, 49 insertions, 0 deletions
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