summaryrefslogtreecommitdiff
path: root/mail/mailgraph
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/mailgraph
parentUpdate to snap2002042: Multiple strcpy and strcat security issues, as well (diff)
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/mailgraph')
-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
5 files changed, 35 insertions, 0 deletions
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