diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-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 |
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 |