diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:09:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:09:44 +0000 |
commit | adc5be89e0c5ea34148602cffb52b9373f987903 (patch) | |
tree | bfc6aac4d83230b317c4122ea23f754fc7fea5b7 /mail/mailgraph | |
parent | 6f7c33b832e8e40bfb567f4ed0f828badf130dcf (diff) | |
download | ports-adc5be89e0c5ea34148602cffb52b9373f987903.tar.gz ports-adc5be89e0c5ea34148602cffb52b9373f987903.zip |
Notes
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 26 | ||||
-rw-r--r-- | mail/mailgraph/distinfo | 1 | ||||
-rw-r--r-- | mail/mailgraph/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mailgraph/pkg-descr | 5 | ||||
-rw-r--r-- | mail/mailgraph/pkg-plist | 2 |
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 |