Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 17:54:15 -0500 (EST)
From:      chip@chocobo.cx
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26133: update to cmail port
Message-ID:  <20010326225415.0CE675E2D8@hindenburg.eboai.org>

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

>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 <chip@chocobo.cx>
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 <bsd.port.mk>
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 <chip@chocobo.cx> 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




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