diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-30 18:24:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-30 18:24:03 +0000 |
commit | 8d9537e203aff8c5d2a41bf79d129780b16b4144 (patch) | |
tree | eedd0309c75024ff97024a63b40fe802693ea189 /mail | |
parent | 73baf7ab2683c56cff4b85cd72c0070736988b00 (diff) | |
download | ports-8d9537e203aff8c5d2a41bf79d129780b16b4144.tar.gz ports-8d9537e203aff8c5d2a41bf79d129780b16b4144.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/mreport/Makefile | 22 | ||||
-rw-r--r-- | mail/mreport/distinfo | 1 | ||||
-rw-r--r-- | mail/mreport/files/patch-aa | 10 | ||||
-rw-r--r-- | mail/mreport/files/patch-ab | 13 | ||||
-rw-r--r-- | mail/mreport/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mreport/pkg-descr | 15 | ||||
-rw-r--r-- | mail/mreport/pkg-plist | 1 |
8 files changed, 64 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 857c2b1fda47..1fce9342fcb2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -51,6 +51,7 @@ SUBDIR += ml SUBDIR += mmr SUBDIR += movemail + SUBDIR += mreport SUBDIR += mutt SUBDIR += newmail SUBDIR += nmh diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile new file mode 100644 index 000000000000..461f65844c68 --- /dev/null +++ b/mail/mreport/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mreport +# Version required: 0.9 +# Date created: 19 Dec 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= mreport-0.9 +CATEGORIES= mail sysutils +MASTER_SITES= ftp://ftp.datrix.co.za/pub/mreport/ + +MAINTAINER= andrews@technologist.com + +ALL_TARGET= ALL +MAN8= mreport.8 + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/mreport ${PREFIX}/sbin + @${INSTALL_MAN} ${WRKSRC}/mreport.1 ${PREFIX}/man/man8/mreport.8 + +.include <bsd.port.mk> diff --git a/mail/mreport/distinfo b/mail/mreport/distinfo new file mode 100644 index 000000000000..dddd32341825 --- /dev/null +++ b/mail/mreport/distinfo @@ -0,0 +1 @@ +MD5 (mreport-0.9.tar.gz) = 1bb1dd84c1eff1dd62a54baa7580911b diff --git a/mail/mreport/files/patch-aa b/mail/mreport/files/patch-aa new file mode 100644 index 000000000000..67ac2460626d --- /dev/null +++ b/mail/mreport/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile Tue Jan 25 07:20:33 2000 ++++ Makefile.new Sat Jan 29 20:04:56 2000 +@@ -1,5 +1,5 @@ +-CC=gcc +-COPT=-Wall -c -O2 ++CC?=gcc ++COPT=${CFLAGS} -Wall -c + + INSTDIR=/usr/local/bin + MANDIR=/usr/local/man/man1 diff --git a/mail/mreport/files/patch-ab b/mail/mreport/files/patch-ab new file mode 100644 index 000000000000..90d01ce552b1 --- /dev/null +++ b/mail/mreport/files/patch-ab @@ -0,0 +1,13 @@ +--- mreport.1 Thu Jan 20 09:51:15 2000 ++++ mreport.1.new Sat Jan 29 20:06:13 2000 +@@ -13,8 +13,8 @@ + .ft + .fi + .. +-.TH mreport 1 "January 18, 2000" +-.LO 1 ++.TH mreport 8 "January 18, 2000" ++.LO 8 + .SH NAME + mreport \- Maillog Report Generation Utility + .SH SYNOPSIS diff --git a/mail/mreport/pkg-comment b/mail/mreport/pkg-comment new file mode 100644 index 000000000000..4be74fb9869e --- /dev/null +++ b/mail/mreport/pkg-comment @@ -0,0 +1 @@ +Sendmail logfile summary tool diff --git a/mail/mreport/pkg-descr b/mail/mreport/pkg-descr new file mode 100644 index 000000000000..c3f7d051292c --- /dev/null +++ b/mail/mreport/pkg-descr @@ -0,0 +1,15 @@ +mreport is a simple C program that processes +/var/log/maillog (or whatever you specify as +the mail log). What is probably its only +limitation is that it can only process sendmail +logs. Nevertheless, it makes very nice summaries +of the mail logs, and can be useful for system +administrators that are tired of poring through +sendmail's copious logs trying to figure out +how well their mail server configuration is +holding up. + +FTP: ftp://ftp.datrix.co.za/pub/mreport/ +Author: Jason Armstrong <jason@datrix.co.za> + +--Will <andrews@technologist.com> diff --git a/mail/mreport/pkg-plist b/mail/mreport/pkg-plist new file mode 100644 index 000000000000..6329d94b9a8e --- /dev/null +++ b/mail/mreport/pkg-plist @@ -0,0 +1 @@ +sbin/mreport |