aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 02:09:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-30 02:09:44 +0000
commitadc5be89e0c5ea34148602cffb52b9373f987903 (patch)
treebfc6aac4d83230b317c4122ea23f754fc7fea5b7 /mail
parent6f7c33b832e8e40bfb567f4ed0f828badf130dcf (diff)
downloadports-adc5be89e0c5ea34148602cffb52b9373f987903.tar.gz
ports-adc5be89e0c5ea34148602cffb52b9373f987903.zip
add mailgraph 0.19
A RRDtool frontend for Postfix statistics PR: 37579 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=58344
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/mailgraph/Makefile26
-rw-r--r--mail/mailgraph/distinfo1
-rw-r--r--mail/mailgraph/pkg-comment1
-rw-r--r--mail/mailgraph/pkg-descr5
-rw-r--r--mail/mailgraph/pkg-plist2
6 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 834a5b823608..31b544b6d1fe 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -90,6 +90,7 @@
SUBDIR += mailcrypt
SUBDIR += maildrop
SUBDIR += mailfilter
+ SUBDIR += mailgraph
SUBDIR += mailman
SUBDIR += mailx
SUBDIR += majorcool
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile
new file mode 100644
index 000000000000..2b322551feab
--- /dev/null
+++ b/mail/mailgraph/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mailgraph
+# Date created: 30 August 2002
+# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
+#
+# $FreeBSD$
+#
+
+PORTNAME= mailgraph
+PORTVERSION= 0.19
+CATEGORIES= mail
+MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/
+
+MAINTAINER= gslin@ccca.nctu.edu.tw
+
+NO_BUILD= yes
+NO_STRIP= yes
+
+RUN_DEPEND= ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \
+ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail
+
+do-install:
+.for FILE in mailgraph.cgi mailgraph.pl
+ @${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/www/cgi-bin/
+.endfor
+
+.include <bsd.port.mk>
diff --git a/mail/mailgraph/distinfo b/mail/mailgraph/distinfo
new file mode 100644
index 000000000000..a3e6337181f8
--- /dev/null
+++ b/mail/mailgraph/distinfo
@@ -0,0 +1 @@
+MD5 (mailgraph-0.19.tar.gz) = 38f6ebc8c6606ce9ad885184a5e190fd
diff --git a/mail/mailgraph/pkg-comment b/mail/mailgraph/pkg-comment
new file mode 100644
index 000000000000..0c6720b1f49b
--- /dev/null
+++ b/mail/mailgraph/pkg-comment
@@ -0,0 +1 @@
+A RRDtool frontend for Postfix statistics
diff --git a/mail/mailgraph/pkg-descr b/mail/mailgraph/pkg-descr
new file mode 100644
index 000000000000..3f07a1ade80e
--- /dev/null
+++ b/mail/mailgraph/pkg-descr
@@ -0,0 +1,5 @@
+Mailgraph is a very simple mail statistics RRDtool frontend for Postfix
+that produces daily, weekly, monthly and yearly graphs of received/sent
+and bounced/rejected mail.
+
+WWW: http://people.ee.ethz.ch/~dws/software/mailgraph/
diff --git a/mail/mailgraph/pkg-plist b/mail/mailgraph/pkg-plist
new file mode 100644
index 000000000000..2742b6c0db64
--- /dev/null
+++ b/mail/mailgraph/pkg-plist
@@ -0,0 +1,2 @@
+www/cgi-bin/mailgraph.cgi
+www/cgi-bin/mailgraph.pl