From 8b01dd3ff18b8ff285dca2b35b87d8f0327e2708 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 24 Aug 2001 18:29:56 +0000 Subject: [PATCH] add qmHandle 0.5.1 Tool to view and manage a qmail queue PR: 29840 --- mail/Makefile | 1 + mail/qmHandle/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ mail/qmHandle/distinfo | 1 + mail/qmHandle/pkg-comment | 1 + mail/qmHandle/pkg-descr | 15 +++++++++++++++ mail/qmHandle/pkg-plist | 4 ++++ mail/qmhandle/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ mail/qmhandle/distinfo | 1 + mail/qmhandle/pkg-comment | 1 + mail/qmhandle/pkg-descr | 15 +++++++++++++++ mail/qmhandle/pkg-plist | 4 ++++ 11 files changed, 119 insertions(+) create mode 100644 mail/qmHandle/Makefile create mode 100644 mail/qmHandle/distinfo create mode 100644 mail/qmHandle/pkg-comment create mode 100644 mail/qmHandle/pkg-descr create mode 100644 mail/qmHandle/pkg-plist create mode 100644 mail/qmhandle/Makefile create mode 100644 mail/qmhandle/distinfo create mode 100644 mail/qmhandle/pkg-comment create mode 100644 mail/qmhandle/pkg-descr create mode 100644 mail/qmhandle/pkg-plist diff --git a/mail/Makefile b/mail/Makefile index a06e8f8eaf27..2957a3cf5064 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -150,6 +150,7 @@ SUBDIR += prom-wl SUBDIR += pronto SUBDIR += pygmy + SUBDIR += qmHandle SUBDIR += qmail SUBDIR += qmail-contrib SUBDIR += qmail-ldap diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile new file mode 100644 index 000000000000..9e9939b8637b --- /dev/null +++ b/mail/qmHandle/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: qmHandle +# Date created: 17 August 2001 +# Whom: petef +# +# $FreeBSD$ +# + +PORTNAME= qmHandle +PORTVERSION= 0.5.1 +CATEGORIES= mail +MASTER_SITES= http://www.io.com/~mick/soft/ + +MAINTAINER= petef@FreeBSD.org + +RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +.if exists(${LOCALBASE}/qmail/bin/qmail-qstat) +QMAIL_DIR?= ${LOCALBASE}/qmail +.else +QMAIL_DIR?= /var/qmail +.endif + +post-patch: + @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in HISTORY README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/mail/qmHandle/distinfo b/mail/qmHandle/distinfo new file mode 100644 index 000000000000..d13c3be913ad --- /dev/null +++ b/mail/qmHandle/distinfo @@ -0,0 +1 @@ +MD5 (qmHandle-0.5.1.tar.gz) = c50bce18aa4e3e6c98cd5da9ed41c5a9 diff --git a/mail/qmHandle/pkg-comment b/mail/qmHandle/pkg-comment new file mode 100644 index 000000000000..c002ee0c8f68 --- /dev/null +++ b/mail/qmHandle/pkg-comment @@ -0,0 +1 @@ +Tool to view and manage a qmail queue diff --git a/mail/qmHandle/pkg-descr b/mail/qmHandle/pkg-descr new file mode 100644 index 000000000000..3f64e66b0374 --- /dev/null +++ b/mail/qmHandle/pkg-descr @@ -0,0 +1,15 @@ +qmHandle is a simple program which allows you to view and manage a qmail +message queue. + +The key features of qmHandle are: + * 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. + +WWW: http://www.io.com/~mick/soft/qmhandle.html + +- Pete +petef@FreeBSD.org diff --git a/mail/qmHandle/pkg-plist b/mail/qmHandle/pkg-plist new file mode 100644 index 000000000000..2bb092b008dd --- /dev/null +++ b/mail/qmHandle/pkg-plist @@ -0,0 +1,4 @@ +bin/qmHandle +%%PORTDOCS%%share/doc/qmHandle/HISTORY +%%PORTDOCS%%share/doc/qmHandle/README +%%PORTDOCS%%@dirrm share/doc/qmHandle diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile new file mode 100644 index 000000000000..9e9939b8637b --- /dev/null +++ b/mail/qmhandle/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: qmHandle +# Date created: 17 August 2001 +# Whom: petef +# +# $FreeBSD$ +# + +PORTNAME= qmHandle +PORTVERSION= 0.5.1 +CATEGORIES= mail +MASTER_SITES= http://www.io.com/~mick/soft/ + +MAINTAINER= petef@FreeBSD.org + +RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +.if exists(${LOCALBASE}/qmail/bin/qmail-qstat) +QMAIL_DIR?= ${LOCALBASE}/qmail +.else +QMAIL_DIR?= /var/qmail +.endif + +post-patch: + @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in HISTORY README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo new file mode 100644 index 000000000000..d13c3be913ad --- /dev/null +++ b/mail/qmhandle/distinfo @@ -0,0 +1 @@ +MD5 (qmHandle-0.5.1.tar.gz) = c50bce18aa4e3e6c98cd5da9ed41c5a9 diff --git a/mail/qmhandle/pkg-comment b/mail/qmhandle/pkg-comment new file mode 100644 index 000000000000..c002ee0c8f68 --- /dev/null +++ b/mail/qmhandle/pkg-comment @@ -0,0 +1 @@ +Tool to view and manage a qmail queue diff --git a/mail/qmhandle/pkg-descr b/mail/qmhandle/pkg-descr new file mode 100644 index 000000000000..3f64e66b0374 --- /dev/null +++ b/mail/qmhandle/pkg-descr @@ -0,0 +1,15 @@ +qmHandle is a simple program which allows you to view and manage a qmail +message queue. + +The key features of qmHandle are: + * 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. + +WWW: http://www.io.com/~mick/soft/qmhandle.html + +- Pete +petef@FreeBSD.org diff --git a/mail/qmhandle/pkg-plist b/mail/qmhandle/pkg-plist new file mode 100644 index 000000000000..2bb092b008dd --- /dev/null +++ b/mail/qmhandle/pkg-plist @@ -0,0 +1,4 @@ +bin/qmHandle +%%PORTDOCS%%share/doc/qmHandle/HISTORY +%%PORTDOCS%%share/doc/qmHandle/README +%%PORTDOCS%%@dirrm share/doc/qmHandle