From chip@eboai.org Sun Oct 24 11:57:48 1999
Return-Path: <chip@eboai.org>
Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190])
	by hub.freebsd.org (Postfix) with ESMTP id D428F14BDE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Oct 1999 11:57:46 -0700 (PDT)
	(envelope-from chip@eboai.org)
Received: by hindenburg.eboai.org (Postfix, from userid 1000)
	id CBB3F5AE0; Sun, 24 Oct 1999 14:57:45 -0400 (EDT)
Message-Id: <19991024185745.CBB3F5AE0@hindenburg.eboai.org>
Date: Sun, 24 Oct 1999 14:57:45 -0400 (EDT)
From: chip@eboai.org
Reply-To: chip@eboai.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port for cmail
X-Send-Pr-Version: 3.2

>Number:         14500
>Category:       ports
>Synopsis:       New port: cmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 12:00:01 PDT 1999
>Closed-Date:    Fri Nov 26 10:14:12 PST 1999
>Last-Modified:  Fri Nov 26 10:15:21 PST 1999
>Originator:     Chip Marshall
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
none
>Environment:

	FreeBSD-3.2

>Description:

	This is just a new version of cmail, now with ANSI colors and
	POP3 checking.

>How-To-Repeat:

	Type make, I hope...

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cmail
#	cmail/files
#	cmail/files/md5
#	cmail/pkg
#	cmail/pkg/COMMENT
#	cmail/pkg/DESCR
#	cmail/pkg/PLIST
#	cmail/Makefile
#
echo c - cmail
mkdir -p cmail > /dev/null 2>&1
echo c - cmail/files
mkdir -p cmail/files > /dev/null 2>&1
echo x - cmail/files/md5
sed 's/^X//' >cmail/files/md5 << 'END-of-cmail/files/md5'
XMD5 (cmail-2.10.tgz) = 6be2b563ecfe127a966f2a90fbb197ff
END-of-cmail/files/md5
echo c - cmail/pkg
mkdir -p cmail/pkg > /dev/null 2>&1
echo x - cmail/pkg/COMMENT
sed 's/^X//' >cmail/pkg/COMMENT << 'END-of-cmail/pkg/COMMENT'
XA simple mail counter, useful for multiple mailfiles
END-of-cmail/pkg/COMMENT
echo x - cmail/pkg/DESCR
sed 's/^X//' >cmail/pkg/DESCR << 'END-of-cmail/pkg/DESCR'
Xcmail is a simple mail counting tool written in perl. It reads in a config file
Xand returns which mailfiles contain mail, how much mail, and how many new
Xmessages. Example of output -
X            Personal mail    1 message
X                 JLC mail   20 messages (2 new)
X                EXPI mail    2 messages
X                  DWC RPG    1 message
X
XThis may be useful if you split your mail into multiple files using something
Xlike procmail. I'm not sure if the new/old mail determination works with
Xanything other than mutt.
X
XWWW: http://www.eboai.org/~chip/scripts.html
X
X--
XChip Marshall <chip@eboai.org>
Xhttp://www.eboai.org/~chip/                     InterNIC handle - CLM21
XPGP key available on my web page              On IRC via EFnet as Magus
XPGP Key fingerprint =  6B 35 3B 72 AC 37 90 04  E5 79 EE 71 18 95 4A 84 
END-of-cmail/pkg/DESCR
echo x - cmail/pkg/PLIST
sed 's/^X//' >cmail/pkg/PLIST << 'END-of-cmail/pkg/PLIST'
Xshare/examples/cmail.rc
Xbin/cmail
END-of-cmail/pkg/PLIST
echo x - cmail/Makefile
sed 's/^X//' >cmail/Makefile << 'END-of-cmail/Makefile'
X# New ports collection makefile for:	cmail
X# Version required:	2.10
X# Date created:		31 Dec 1998
X# Whom:			Chip Marshall <chip@eboai.org>
X#
X# $FreeBSD: ports/mail/cmail/Makefile,v 1.2 1999/08/25 06:50:04 obrien Exp $
X#
X
XDISTNAME=       cmail-2.10
XCATEGORIES=	mail
XMASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	chip@eboai.org
X
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
XUSE_PERL5=	yes
X
Xpre-configure:
X	@${SED} -e '1,1s:/usr/local/bin/perl:${PERL5}:' \
X		${WRKDIR}/cmail-2.10/cmail.pl > ${WRKDIR}/cmail-2.10/cmail
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKDIR}/cmail-2.10/cmail ${PREFIX}/bin/cmail
X	${INSTALL_MAN} ${WRKDIR}/cmail-2.10/cmail.rc ${MAN1PREFIX}/share/examples/cmail.rc
X
X.include <bsd.port.mk>
END-of-cmail/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Nov 26 10:14:12 PST 1999 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
