Initial import of cmail-3.1
cmail is a simple mail counter, usefule for multiple mailfiles.
This commit is contained in:
parent
f8c453e9b6
commit
d54dcc9c73
29
mail/cmail/Makefile
Normal file
29
mail/cmail/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/28 03:26:55 kevlo Exp $
|
||||
|
||||
COMMENT= "simple mail counter"
|
||||
|
||||
DISTNAME= cmail-3.1
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.364
|
||||
|
||||
HOMEPAGE= http://www.chocobo.cx/chip/projects.html
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Net/POP3.pm::net/p5-libnet
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cmail
|
||||
${INSTALL_DATA} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmail
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/cmail/files/md5
Normal file
3
mail/cmail/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cmail-3.1.tar.bz2) = 698c1e069f50648f0804698bddd478e5
|
||||
RMD160 (cmail-3.1.tar.bz2) = 08a9f048ac01edc8e4cc1cace0df9bff34b4cdb3
|
||||
SHA1 (cmail-3.1.tar.bz2) = fcf74de1c00941355fa8df63fefb15b83adae074
|
5
mail/cmail/pkg/DESCR
Normal file
5
mail/cmail/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
||||
messages. This may be useful if you split your mail into multiple files
|
||||
using something like procmail.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
mail/cmail/pkg/PLIST
Normal file
5
mail/cmail/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/28 03:26:55 kevlo Exp $
|
||||
bin/cmail
|
||||
man/man1/cmail.1
|
||||
share/examples/cmail/cmailrc.sample
|
||||
@dirrm share/examples/cmail
|
Loading…
Reference in New Issue
Block a user