[Midnightbsd-cvs] mports: mail/chk4mail: add chk4mail

crash at midnightbsd.org crash at midnightbsd.org
Mon Oct 27 18:04:26 EDT 2008


Log Message:
-----------
add chk4mail

Added Files:
-----------
    mports/mail/chk4mail:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
--- /dev/null
+++ 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/
--- /dev/null
+++ mail/chk4mail/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for:	chk4mail
+# Date created:				18 October 2002
+# Whom:					johans
+#
+# $FreeBSD: ports/mail/chk4mail/Makefile,v 1.12 2008/10/27 20:33:42 johans Exp $
+# $MidnightBSD: mports/mail/chk4mail/Makefile,v 1.1 2008/10/27 22:04:26 crash Exp $
+
+PORTNAME=	chk4mail
+PORTVERSION=	2.23
+CATEGORIES=	mail
+MASTER_SITES=	ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
+		ftp://mud.stack.nl/pub/chk4mail/
+
+MAINTAINER=	ports at Midnightbsd.org
+COMMENT=	A utility to quickly check multiple folders for new email
+LICENSE=        bsd2
+PLIST_FILES=	bin/chk4mail bin/chkimap
+
+MAN1=		chk4mail.1 chkimap.1
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--with-imap
+
+.include <bsd.port.mk>
--- /dev/null
+++ mail/chk4mail/distinfo
@@ -0,0 +1,3 @@
+MD5 (chk4mail-2.23.tar.gz) = 5a4be9e7a849b0a165e1de61b5b78004
+SHA256 (chk4mail-2.23.tar.gz) = e35de7a3c6a21c9abf3aeac545c1bfcdb5118a2541883bbfd96250f2d7afae27
+SIZE (chk4mail-2.23.tar.gz) = 88863


More information about the Midnightbsd-cvs mailing list