summaryrefslogtreecommitdiff
path: root/mail/qmHandle
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-27 15:46:03 +0000
committerzuntum <zuntum>2001-04-27 15:46:03 +0000
commit0e0cd9c6c6d92267689b044fb02d4ce9e1124b32 (patch)
tree7da3e729b503d1730b9c8a1bbe60b1b69162d346 /mail/qmHandle
parenta0fe3cbb1a874617d89befde9e6d46250bf3dd9b (diff)
downloadpkgsrc-0e0cd9c6c6d92267689b044fb02d4ce9e1124b32.tar.gz
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
Diffstat (limited to 'mail/qmHandle')
-rw-r--r--mail/qmHandle/Makefile26
-rw-r--r--mail/qmHandle/distinfo4
-rw-r--r--mail/qmHandle/pkg/DESCR12
-rw-r--r--mail/qmHandle/pkg/PLIST3
4 files changed, 45 insertions, 0 deletions
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