diff options
author | krion <krion@FreeBSD.org> | 2003-09-28 20:36:34 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-28 20:36:34 +0000 |
commit | ed44f9ccc2e8bf9855f4c5f1292430fa37c45fa2 (patch) | |
tree | 3eaa6922dcb0c4416b541d07a612927ed3196c04 /mail/mailmgr | |
parent | 764878d07361cc6e03077affa7c6bce2169b29a5 (diff) | |
download | FreeBSD-ports-ed44f9ccc2e8bf9855f4c5f1292430fa37c45fa2.zip FreeBSD-ports-ed44f9ccc2e8bf9855f4c5f1292430fa37c45fa2.tar.gz |
Mailmgr is a Sendmail Analisys Report Generator.
PR: 55582
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
Diffstat (limited to 'mail/mailmgr')
-rw-r--r-- | mail/mailmgr/Makefile | 19 | ||||
-rw-r--r-- | mail/mailmgr/distinfo | 1 | ||||
-rw-r--r-- | mail/mailmgr/pkg-descr | 12 | ||||
-rw-r--r-- | mail/mailmgr/pkg-plist | 2 |
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/mailmgr/Makefile b/mail/mailmgr/Makefile new file mode 100644 index 0000000..172e296 --- /dev/null +++ b/mail/mailmgr/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: mailmgr +# Date created: 14 August 2003 +# Whom: Hsin-HSIUNG CHANG +# +# $FreeBSD$ +# + +PORTNAME= mailmgr +PORTVERSION= 1.2.3 +CATEGORIES= mail +MASTER_SITES= http://web.onda.com.br/orso/ + +MAINTAINER= sexbear@tmu.edu.tw +COMMENT= Sendmail Analisys Report Generator + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/mail/mailmgr/distinfo b/mail/mailmgr/distinfo new file mode 100644 index 0000000..c62c2ef --- /dev/null +++ b/mail/mailmgr/distinfo @@ -0,0 +1 @@ +MD5 (mailmgr-1.2.3.tar.gz) = c0fbcb5e52c465a55ced02d278285a22 diff --git a/mail/mailmgr/pkg-descr b/mail/mailmgr/pkg-descr new file mode 100644 index 0000000..18f1b65 --- /dev/null +++ b/mail/mailmgr/pkg-descr @@ -0,0 +1,12 @@ +Mailmgr is a Sendmail Analisys Report Generator. + +The html reports contain the following informations: + Username + messages sent + messages received + bytes sent + bytes received + Messages from with date, time and bytes per user + Messages to with date, time and bytes per user + +WWW: http://web.onda.com.br/orso diff --git a/mail/mailmgr/pkg-plist b/mail/mailmgr/pkg-plist new file mode 100644 index 0000000..73a1d3b --- /dev/null +++ b/mail/mailmgr/pkg-plist @@ -0,0 +1,2 @@ +etc/mailmgr.conf +bin/mailmgr |