Add chk4mail 2.12, a utility to quickly check multiple folders for new email.
PR: ports/44314 Submitted by: Johan van Selst <johans@stack.nl>
This commit is contained in:
parent
9599d77f5b
commit
2940f0e8ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73460
6 changed files with 32 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += bsmtp
|
||||
SUBDIR += bulk_mailer
|
||||
SUBDIR += cclient
|
||||
SUBDIR += chk4mail
|
||||
SUBDIR += cmail
|
||||
SUBDIR += coolmail
|
||||
SUBDIR += courier
|
||||
|
|
19
mail/chk4mail/Makefile
Normal file
19
mail/chk4mail/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: chk4mail
|
||||
# Date created: 18 October 2002
|
||||
# Whom: johans
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chk4mail
|
||||
PORTVERSION= 2.12
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
|
||||
ftp://mud.stack.nl/pub/chk4mail/
|
||||
|
||||
MAINTAINER= johans@stack.nl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN1= chk4mail.1 chkimap.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/chk4mail/distinfo
Normal file
1
mail/chk4mail/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (chk4mail-2.12.tar.gz) = 690ce9f97af286c6cfdcaf6b45789aa3
|
1
mail/chk4mail/pkg-comment
Normal file
1
mail/chk4mail/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A utility to quickly check multiple folders for new email
|
8
mail/chk4mail/pkg-descr
Normal file
8
mail/chk4mail/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
chk4mail - a utility to quickly check multiple folders for new mail
|
||||
|
||||
This program lists the number of read and unread emails in the folders
|
||||
in your maildirectory and your incoming mailfolder.
|
||||
The chkimap program can be used to do the same on a remote IMAP server.
|
||||
|
||||
The source code is available from:
|
||||
ftp.stack.nl:/pub/users/johans/chk4mail/
|
2
mail/chk4mail/pkg-plist
Normal file
2
mail/chk4mail/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/chk4mail
|
||||
bin/chkimap
|
Loading…
Reference in a new issue