From owner-freebsd-ports Mon Mar 26 15: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 036E437B71A for ; Mon, 26 Mar 2001 15:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QN02K70356; Mon, 26 Mar 2001 15:00:02 -0800 (PST) (envelope-from gnats) Received: from hindenburg.eboai.org (hindenburg.eboai.org [206.183.134.245]) by hub.freebsd.org (Postfix) with ESMTP id 7324537B718 for ; Mon, 26 Mar 2001 14:54:17 -0800 (PST) (envelope-from chip@chocobo.cx) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 0CE675E2D8; Mon, 26 Mar 2001 17:54:15 -0500 (EST) Message-Id: <20010326225415.0CE675E2D8@hindenburg.eboai.org> Date: Mon, 26 Mar 2001 17:54:15 -0500 (EST) From: chip@chocobo.cx Reply-To: chip@chocobo.cx To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26133: update to cmail port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26133 >Category: ports >Synopsis: update of cmail port >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: Mon Mar 26 15:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chip Marshall >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: FreeBSD hindenburg.eboai.org 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Sun Jan 7 07:04:53 EST 2001 root@hindenburg.eboai.org:/usr/src/sys/compile/HINDENBURG i386 >Description: Just an update of the cmail port, bringing it up to cmail-3.1. No real code differences, despite the major revision number. Mostly just a cleanup of a few things, and the addition of a Makefile.PL to make the port a little easier. Also, it now has a man page. >How-To-Repeat: make install >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/Makefile # cmail/pkg-comment # cmail/pkg-descr # cmail/pkg-plist # cmail/distinfo # echo c - cmail mkdir -p cmail > /dev/null 2>&1 echo x - cmail/Makefile sed 's/^X//' >cmail/Makefile << 'END-of-cmail/Makefile' X# New ports collection makefile for: cmail X# Date created: 31 Dec 1998 X# Whom: Chip Marshall X# X# $FreeBSD: ports/mail/cmail/Makefile,v 1.5 2001/02/05 15:10:29 olgeni Exp $ X# X XPORTNAME= cmail XPORTVERSION= 3.1 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/ XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= chip@chocobo.cx X XUSE_BZIP2= yes XUSE_PERL5= yes X XPERL_CONFIGURE= yes X Xpost-install: X ${INSTALL_MAN} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmailrc.sample X X.include END-of-cmail/Makefile 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 fileXand 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.chocobo.cx/chip/projects.html X X-- XChip Marshall http://www.chocobo.cx/chip/ Finger for PGP XGCM/CS d+(-) s+:++ a19>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V-- XPS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y- END-of-cmail/pkg-descr echo x - cmail/pkg-plist sed 's/^X//' >cmail/pkg-plist << 'END-of-cmail/pkg-plist' Xbin/cmail Xshare/examples/cmailrc.sample Xman/man1/cmail.1 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail END-of-cmail/pkg-plist echo x - cmail/distinfo sed 's/^X//' >cmail/distinfo << 'END-of-cmail/distinfo' XMD5 (cmail-3.1.tar.bz2) = 698c1e069f50648f0804698bddd478e5 END-of-cmail/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message