From 32cd19b5326ee23f5f5465d3767b9e7c1016db3f Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 12 Mar 2001 09:05:45 +0000 Subject: Initial import of qcheck. This is a quick utility to check if there are new mails on any un*x system running qmail with Maildir. It won't work for someone running mailboxes in mbox format and I can't be bothered to add that. Do it yourself if you need to support this old and crappy format. The responsible for that tool is my friend Stampel who told me that my system sucked because it didn't display the number of unread mails when logging in. Oh well, this just took 5 minutes to add. --- mail/qcheck/Makefile | 20 ++++++++++++++++++++ mail/qcheck/files/md5 | 3 +++ mail/qcheck/pkg/DESCR | 10 ++++++++++ mail/qcheck/pkg/PLIST | 2 ++ 4 files changed, 35 insertions(+) create mode 100644 mail/qcheck/Makefile create mode 100644 mail/qcheck/files/md5 create mode 100644 mail/qcheck/pkg/DESCR create mode 100644 mail/qcheck/pkg/PLIST (limited to 'mail') diff --git a/mail/qcheck/Makefile b/mail/qcheck/Makefile new file mode 100644 index 00000000000..bf19df90625 --- /dev/null +++ b/mail/qcheck/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/12 09:05:45 zuntum Exp $ +# + +DISTNAME= qcheck +PKGNAME= qcheck-1.0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.meanmachine.ch/pub/unix/qmail/ + +MAINTAINER= zuntum@netbsd.org +COMMENT= Text-only biff by David Gerber _with Maildir support_ + +NO_CONFIGURE= YES + +do-build: + ${CC} ${CFLAGS} ${WRKDIR}/qcheck/qcheck.c -o ${WRKDIR}/qcheck/qcheck + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/qcheck/qcheck ${PREFIX}/bin/qcheck + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/qcheck/files/md5 b/mail/qcheck/files/md5 new file mode 100644 index 00000000000..a042063e55d --- /dev/null +++ b/mail/qcheck/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/12 09:05:45 zuntum Exp $ + +SHA1 (qcheck.tar.gz) = a2308bd8c79386f5f6f829a0bbff012e5d3e12d2 diff --git a/mail/qcheck/pkg/DESCR b/mail/qcheck/pkg/DESCR new file mode 100644 index 00000000000..f298dcd5a0c --- /dev/null +++ b/mail/qcheck/pkg/DESCR @@ -0,0 +1,10 @@ +This is a quick utility to check if there are new mails +on any un*x system running qmail with Maildir. It won't work +for someone running mailboxes in mbox format and I can't be +bothered to add that. Do it yourself if you need to support +this old and crappy format. + +The responsible for that tool is my friend Stampel who told +me that my system sucked because it didn't display the number +of unread mails when logging in. Oh well, this just took 5 +minutes to add. diff --git a/mail/qcheck/pkg/PLIST b/mail/qcheck/pkg/PLIST new file mode 100644 index 00000000000..acece7a3c43 --- /dev/null +++ b/mail/qcheck/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/12 09:05:45 zuntum Exp $ +bin/qcheck -- cgit v1.2.3