From 0e0cd9c6c6d92267689b044fb02d4ce9e1124b32 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 27 Apr 2001 15:46:03 +0000 Subject: Initial import of qmHandle-0.4.1 qmHandle is a simple perl script which allows you to view and manage the qmail message queue. The key features of qmHandle are: * Freeware and open source, under the GNU General Public License * You can read the qmail queue, like you do with the qmail-qread program. However, the output of this program is improved over qmail-qread, with the output of the message subjects and color capabilities * You can print queue statistics, like qmail-qstat with color capabilities * You can view a message in the queue * You can remove a message from the queue --- mail/qmHandle/Makefile | 26 ++++++++++++++++++++++++++ mail/qmHandle/distinfo | 4 ++++ mail/qmHandle/pkg/DESCR | 12 ++++++++++++ mail/qmHandle/pkg/PLIST | 3 +++ 4 files changed, 45 insertions(+) create mode 100644 mail/qmHandle/Makefile create mode 100644 mail/qmHandle/distinfo create mode 100644 mail/qmHandle/pkg/DESCR create mode 100644 mail/qmHandle/pkg/PLIST (limited to 'mail/qmHandle') diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile new file mode 100644 index 00000000000..c665c535d56 --- /dev/null +++ b/mail/qmHandle/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 15:46:03 zuntum Exp $ +# + +DISTNAME= qmHandle-0.4.1 +CATEGORIES= mail +MASTER_SITES= http://www.io.com/~mick/soft/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.io.com/~mick/soft/qmhandle.html +COMMENT= tool to view and manage the qmail message queue + +WRKSRC= ${WRKDIR} + +USE_PERL5= YES +NO_BUILD= YES + +post-patch: + ${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl,g" \ + ${WRKSRC}/qmHandle > ${WRKSRC}/qmHandle.done + ${MV} ${WRKSRC}/qmHandle.done ${WRKSRC}/qmHandle + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qmHandle.README + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/qmHandle/distinfo b/mail/qmHandle/distinfo new file mode 100644 index 00000000000..540c5e02664 --- /dev/null +++ b/mail/qmHandle/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/27 15:46:03 zuntum Exp $ + +SHA1 (qmHandle-0.4.1.tar.gz) = 56d12e9f431d88e57082325e040bf751294b35eb +Size (qmHandle-0.4.1.tar.gz) = 4241 bytes diff --git a/mail/qmHandle/pkg/DESCR b/mail/qmHandle/pkg/DESCR new file mode 100644 index 00000000000..d3bd4b69326 --- /dev/null +++ b/mail/qmHandle/pkg/DESCR @@ -0,0 +1,12 @@ +qmHandle is a simple program which allows you to view and manage the qmail +message queue. + +The key features of qmHandle are: + +* Freeware and open source, under the GNU General Public License +* You can read the qmail queue, like you do with the qmail-qread program. + However, the output of this program is improved over qmail-qread, + with the output of the message subjects and color capabilities +* You can print queue statistics, like qmail-qstat with color capabilities +* You can view a message in the queue +* You can remove a message from the queue diff --git a/mail/qmHandle/pkg/PLIST b/mail/qmHandle/pkg/PLIST new file mode 100644 index 00000000000..9ac3c7c032c --- /dev/null +++ b/mail/qmHandle/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 15:46:03 zuntum Exp $ +bin/qmHandle +share/doc/qmHandle.README -- cgit v1.2.3