View | Details | Raw Unified | Return to bug 42325
Collapse All | Expand All

(-)/home/sgk/ports/mail/cmail/Makefile (-3 / +10 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	cmail
8
PORTNAME=	cmail
9
PORTVERSION=	3.1
9
PORTVERSION=	4.01
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/
11
MASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/
12
EXTRACT_SUFX=	.tar.bz2
13
12
14
MAINTAINER=	chip@chocobo.cx
13
MAINTAINER=	chip@chocobo.cx
15
14
Lines 18-25 Link Here
18
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
19
18
20
MAN1=		cmail.1
19
MAN1=		cmail.1
20
DOCS=		LICENSE README
21
21
22
post-install:
22
post-install:
23
	${INSTALL_MAN} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmailrc.sample
23
	@${MKDIR} ${EXAMPLESDIR}
24
	${INSTALL_DATA} ${WRKSRC}/cmail.rc ${EXAMPLESDIR}
25
.if !defined(NOPORTDOCS)
26
	@${MKDIR} ${DOCSDIR}
27
.for file in ${DOCS}
28
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
29
.endfor
30
.endif
24
31
25
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)/home/sgk/ports/mail/cmail/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (cmail-3.1.tar.bz2) = 698c1e069f50648f0804698bddd478e5
1
MD5 (cmail-4.01.tar.bz2) = 7ce5ef0ccd11744f304d9a52df0d059d
(-)/home/sgk/ports/mail/cmail/pkg-descr (-7 / +5 lines)
Lines 1-5 Link Here
1
cmail 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
1
cmail is a simple mail counting tool written in perl. It reads in a config
2
messages. Example of output -
2
fileXand returns which mailfiles contain mail, how much mail, and how many 
3
new messages. Example of output -
3
            Personal mail    1 message
4
            Personal mail    1 message
4
                 JLC mail   20 messages (2 new)
5
                 JLC mail   20 messages (2 new)
5
                EXPI mail    2 messages
6
                EXPI mail    2 messages
Lines 9-17 Link Here
9
like procmail. I'm not sure if the new/old mail determination works with
10
like procmail. I'm not sure if the new/old mail determination works with
10
anything other than mutt.
11
anything other than mutt.
11
12
12
WWW: http://www.chocobo.cx/chip/projects.html
13
WWW:	http://www.chocobo.cx/chip/projects.html
13
14
14
--
15
Chip Marshall <chip@chocobo.cx> 
15
Chip Marshall <chip@chocobo.cx> http://www.chocobo.cx/chip/ Finger for PGP
16
GCM/CS d+(-) s+:++ a19>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V--
17
PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y-
(-)/home/sgk/ports/mail/cmail/pkg-plist (-1 / +17 lines)
Lines 1-4 Link Here
1
bin/cmail
1
bin/cmail
2
share/examples/cmailrc.sample
2
%%PORTDOCS%%share/doc/cmail/LICENSE
3
%%PORTDOCS%%share/doc/cmail/README
4
%%PORTDOCS%%@dirrm share/doc/cmail
5
share/examples/cmail/cmail.rc
6
@dirrm share/examples/cmail
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail/.packlist
7
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail/.packlist
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail
8
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/cmail
9
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/Base.pm
10
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/file.pm
11
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/pop3.pm
12
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/maildir.pm
13
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/mbox.pm
14
lib/perl5/site_perl/%%PERL_VER%%/CMail/In/imap.pm
15
lib/perl5/site_perl/%%PERL_VER%%/CMail/Out/Base.pm
16
lib/perl5/site_perl/%%PERL_VER%%/CMail/Out/color.pm
17
lib/perl5/site_perl/%%PERL_VER%%/CMail/Out/plain.pm
18
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CMail/In
19
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CMail/Out
20
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CMail

Return to bug 42325