From owner-freebsd-ports Thu Dec 31 13:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21842 for freebsd-ports-outgoing; Thu, 31 Dec 1998 13:30:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21835 for ; Thu, 31 Dec 1998 13:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA02468; Thu, 31 Dec 1998 13:30:01 -0800 (PST) Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21746 for ; Thu, 31 Dec 1998 13:29:34 -0800 (PST) (envelope-from chip@eboai.org) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 55D041E64; Thu, 31 Dec 1998 16:29:20 -0500 (EST) Message-Id: <19981231212920.55D041E64@hindenburg.eboai.org> Date: Thu, 31 Dec 1998 16:29:20 -0500 (EST) From: chip@eboai.org Reply-To: chip@eboai.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9256: Port of cmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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 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