Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 1998 16:29:20 -0500 (EST)
From:      chip@eboai.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9256: Port of cmail
Message-ID:  <19981231212920.55D041E64@hindenburg.eboai.org>

next in thread | raw e-mail | index | archive | help

>Number:         9256
>Category:       ports
>Synopsis:       Port of cmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 31 13:30:00 PST 1998
>Last-Modified:
>Originator:     Chip Marshall
>Organization:
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>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/pkg
#	cmail/pkg/COMMENT
#	cmail/pkg/DESCR
#	cmail/pkg/PLIST
#	cmail/files
#	cmail/files/md5
#	cmail/Makefile
#
echo c - cmail
mkdir -p cmail > /dev/null 2>&1
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.
XLatest versions can also be found at 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 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.5.tgz) = 7d390e7c11817193ad29eb465e5d26eb
END-of-cmail/files/md5
echo x - cmail/Makefile
sed 's/^X//' >cmail/Makefile << 'END-of-cmail/Makefile'
X# New ports collection makefile for:	cmail
X# Version required:	2.5
X# Date created:		31 Dec 1998
X# Whom:			Chip Marshall <chip@eboai.org>
X#
X# $Id$
X#
X
XDISTNAME=       cmail-2.5
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
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKDIR}/cmail.pl ${PREFIX}/bin/cmail
X	${INSTALL_MAN} ${WRKDIR}/cmail.rc ${MAN1PREFIX}/share/examples/cmail.rc
X
X.include <bsd.port.mk>
END-of-cmail/Makefile
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981231212920.55D041E64>