From 912315c9644e4cf278d05427d8f15de79ad250ef Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 28 Dec 2004 15:51:16 +0000 Subject: Initial import of pfqueue-0.1.4. pfqueue is an effort to give postqueue/mailq/postsuper a console (ncurses) interface: it won't add any particular functionality to those provided with postfix itself, but will hopefully make them to use. It's a real-time queue scanner, that show per-queue lists of existing messages; the messages can be deleted, put on hold or released Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding you deferred queue --- mail/pfqueue/DESCR | 11 +++++++++++ mail/pfqueue/Makefile | 22 ++++++++++++++++++++++ mail/pfqueue/PLIST | 3 +++ mail/pfqueue/distinfo | 4 ++++ 4 files changed, 40 insertions(+) create mode 100644 mail/pfqueue/DESCR create mode 100644 mail/pfqueue/Makefile create mode 100644 mail/pfqueue/PLIST create mode 100644 mail/pfqueue/distinfo diff --git a/mail/pfqueue/DESCR b/mail/pfqueue/DESCR new file mode 100644 index 00000000000..b1fba3762fc --- /dev/null +++ b/mail/pfqueue/DESCR @@ -0,0 +1,11 @@ +pfqueue is an effort to give postqueue/mailq/postsuper a console +(ncurses) interface: it won't add any particular functionality to +those provided with postfix itself, but will hopefully make them to +use. + +It's a real-time queue scanner, that show per-queue lists of existing +messages; the messages can be deleted, put on hold or released + +Just for example, it may be useful to inspect a traffic jam at a given +time, to see what is falling into and unexpectedly crowding you deferred +queue diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile new file mode 100644 index 00000000000..e93fdb8baf5 --- /dev/null +++ b/mail/pfqueue/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 15:51:16 xtraeme Exp $ +# + +DISTNAME= pfqueue-0.1.4 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfqueue/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pfqueue.sourceforge.net/ +COMMENT= Real-time queue scanner for postfix + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +INSTALLATION_DIRS= bin man/man1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pfqueue ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pfqueue.1 ${PREFIX}/man/man1 + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/pfqueue/PLIST b/mail/pfqueue/PLIST new file mode 100644 index 00000000000..18f72d8c0ba --- /dev/null +++ b/mail/pfqueue/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 15:51:16 xtraeme Exp $ +bin/pfqueue +man/man1/pfqueue.1 diff --git a/mail/pfqueue/distinfo b/mail/pfqueue/distinfo new file mode 100644 index 00000000000..74e8e945652 --- /dev/null +++ b/mail/pfqueue/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/28 15:51:16 xtraeme Exp $ + +SHA1 (pfqueue-0.1.4.tar.gz) = 0b47055f3a012b9e827d83ba50850b1295d88b5d +Size (pfqueue-0.1.4.tar.gz) = 103880 bytes -- cgit v1.2.3