pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pfqueue Initial import of pfqueue-0.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e2f88d2021
branches:  trunk
changeset: 486449:a6e2f88d2021
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 28 15:51:16 2004 +0000

description:
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

diffstat:

 mail/pfqueue/DESCR    |  11 +++++++++++
 mail/pfqueue/Makefile |  22 ++++++++++++++++++++++
 mail/pfqueue/PLIST    |   3 +++
 mail/pfqueue/distinfo |   4 ++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r afbc75fe1720 -r a6e2f88d2021 mail/pfqueue/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pfqueue/DESCR        Tue Dec 28 15:51:16 2004 +0000
@@ -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 -r afbc75fe1720 -r a6e2f88d2021 mail/pfqueue/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pfqueue/Makefile     Tue Dec 28 15:51:16 2004 +0000
@@ -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@localhost
+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 -r afbc75fe1720 -r a6e2f88d2021 mail/pfqueue/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pfqueue/PLIST        Tue Dec 28 15:51:16 2004 +0000
@@ -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 -r afbc75fe1720 -r a6e2f88d2021 mail/pfqueue/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pfqueue/distinfo     Tue Dec 28 15:51:16 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index