diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-28 20:36:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-28 20:36:34 +0000 |
commit | 4e85c725802ad7c5faa0ed98e4a0b7526efb33dc (patch) | |
tree | da3680013f96e3450484830dec61968d1c24f5d5 /mail/mailmgr | |
parent | bae303f7fd47a46d6f011a8403af201896a7e8d0 (diff) |
Mailmgr is a Sendmail Analisys Report Generator.
PR: 55582
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
Notes
Notes:
svn path=/head/; revision=89713
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 000000000000..172e296bf911 --- /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 000000000000..c62c2ef0f19f --- /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 000000000000..18f1b6517ec1 --- /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 000000000000..73a1d3b155dd --- /dev/null +++ b/mail/mailmgr/pkg-plist @@ -0,0 +1,2 @@ +etc/mailmgr.conf +bin/mailmgr |