diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-19 00:41:34 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-19 00:41:34 +0000 |
commit | 2940f0e8efd6a8c1560679ac1539e34d49f1c30e (patch) | |
tree | bc8ea24a8a9dba3e3df31e90b5a80b55e8c9f6c7 /mail/chk4mail | |
parent | 9599d77f5bef7e26fc9082214e10537906546c08 (diff) | |
download | ports-2940f0e8efd6a8c1560679ac1539e34d49f1c30e.tar.gz ports-2940f0e8efd6a8c1560679ac1539e34d49f1c30e.zip |
Notes
Diffstat (limited to 'mail/chk4mail')
-rw-r--r-- | mail/chk4mail/Makefile | 19 | ||||
-rw-r--r-- | mail/chk4mail/distinfo | 1 | ||||
-rw-r--r-- | mail/chk4mail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/chk4mail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/chk4mail/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/mail/chk4mail/Makefile b/mail/chk4mail/Makefile new file mode 100644 index 000000000000..f0ee3de64cc1 --- /dev/null +++ b/mail/chk4mail/Makefile @@ -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> diff --git a/mail/chk4mail/distinfo b/mail/chk4mail/distinfo new file mode 100644 index 000000000000..37535c2b88eb --- /dev/null +++ b/mail/chk4mail/distinfo @@ -0,0 +1 @@ +MD5 (chk4mail-2.12.tar.gz) = 690ce9f97af286c6cfdcaf6b45789aa3 diff --git a/mail/chk4mail/pkg-comment b/mail/chk4mail/pkg-comment new file mode 100644 index 000000000000..329c37586fa3 --- /dev/null +++ b/mail/chk4mail/pkg-comment @@ -0,0 +1 @@ +A utility to quickly check multiple folders for new email diff --git a/mail/chk4mail/pkg-descr b/mail/chk4mail/pkg-descr new file mode 100644 index 000000000000..649458388a29 --- /dev/null +++ b/mail/chk4mail/pkg-descr @@ -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/ diff --git a/mail/chk4mail/pkg-plist b/mail/chk4mail/pkg-plist new file mode 100644 index 000000000000..6380ae5fce01 --- /dev/null +++ b/mail/chk4mail/pkg-plist @@ -0,0 +1,2 @@ +bin/chk4mail +bin/chkimap |