summaryrefslogtreecommitdiffstats
path: root/mail/qmhandle
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-08-24 18:29:56 +0000
committerpetef <petef@FreeBSD.org>2001-08-24 18:29:56 +0000
commit9f61e3f927e00a473a69801d57585bde85370117 (patch)
tree063221e0bf37318694a95015cf9d99711ae981ab /mail/qmhandle
parentd31a556e3996b93506b0975a5ef6b0197fc0820d (diff)
downloadFreeBSD-ports-9f61e3f927e00a473a69801d57585bde85370117.zip
FreeBSD-ports-9f61e3f927e00a473a69801d57585bde85370117.tar.gz
add qmHandle 0.5.1
Tool to view and manage a qmail queue PR: 29840
Diffstat (limited to 'mail/qmhandle')
-rw-r--r--mail/qmhandle/Makefile38
-rw-r--r--mail/qmhandle/distinfo1
-rw-r--r--mail/qmhandle/pkg-comment1
-rw-r--r--mail/qmhandle/pkg-descr15
-rw-r--r--mail/qmhandle/pkg-plist4
5 files changed, 59 insertions, 0 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile
new file mode 100644
index 0000000..9e9939b
--- /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 <bsd.port.mk>
diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo
new file mode 100644
index 0000000..d13c3be
--- /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 0000000..c002ee0
--- /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 0000000..3f64e66
--- /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 0000000..2bb092b
--- /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
OpenPOWER on IntegriCloud