diff options
Diffstat (limited to 'mail/qmhandle')
-rw-r--r-- | mail/qmhandle/Makefile | 50 | ||||
-rw-r--r-- | mail/qmhandle/distinfo | 2 | ||||
-rw-r--r-- | mail/qmhandle/files/patch-qmHandle | 34 | ||||
-rw-r--r-- | mail/qmhandle/pkg-descr | 15 | ||||
-rw-r--r-- | mail/qmhandle/pkg-plist | 4 |
5 files changed, 0 insertions, 105 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile deleted file mode 100644 index d2bfb860ac20..000000000000 --- a/mail/qmhandle/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: qmHandle -# Date created: 17 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= qmHandle -PORTVERSION= 1.2.0 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qmhandle -DISTNAME= qmhandle-${PORTVERSION} - -MAINTAINER= petef@FreeBSD.org -COMMENT= Tool to view and manage a qmail queue - -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_PERL5= yes - -.if exists(${LOCALBASE}/qmail/bin/qmail-qstat) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again -.endif - -post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},; \ - s,%%LOCALBASE%%,${LOCALBASE},g' ${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.post.mk> diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo deleted file mode 100644 index d26efe160d31..000000000000 --- a/mail/qmhandle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (qmhandle-1.2.0.tar.gz) = 0d2b5f1756d7641a8a8054e29e1b9747 -SIZE (qmhandle-1.2.0.tar.gz) = 13134 diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle deleted file mode 100644 index e0b05bfe1b91..000000000000 --- a/mail/qmhandle/files/patch-qmHandle +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ - ---- qmHandle.orig Thu Jan 16 10:05:21 2003 -+++ qmHandle Thu Jan 16 10:31:33 2003 -@@ -26,8 +26,12 @@ - #my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-send'; - - # While this is if you have a Debian GNU/Linux with its qmail package --my ($stopqmail) = '/etc/init.d/qmail stop'; --my ($startqmail) = '/etc/init.d/qmail start'; -+#my ($stopqmail) = '/etc/init.d/qmail stop'; -+#my ($startqmail) = '/etc/init.d/qmail start'; -+ -+# This is if you have FreeBSD with its qmail package -+my ($stopqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh stop'; -+my ($startqmail) = '%%LOCALBASE%%/etc/rc.d/qmail.sh start'; - - # If you don't have scripts, leave $stopqmail blank (the process will - # be hunted and killed by qmHandle): -@@ -43,7 +47,10 @@ - ##### - # Enter here the system command which returns qmail PID. The following - # should work on most Unixes: --my ($pidcmd) = 'pidof qmail-send'; -+#my ($pidcmd) = 'pidof qmail-send'; -+# This is for FreeBSD with a standard qmail installation: -+my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1'; -+ - - #################### USER CONFIGURATION END #################### - - - - diff --git a/mail/qmhandle/pkg-descr b/mail/qmhandle/pkg-descr deleted file mode 100644 index 9802349bd5de..000000000000 --- a/mail/qmhandle/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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://qmhandle.sourceforge.net/ - -- Pete -petef@FreeBSD.org diff --git a/mail/qmhandle/pkg-plist b/mail/qmhandle/pkg-plist deleted file mode 100644 index 2bb092b008dd..000000000000 --- a/mail/qmhandle/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/qmHandle -%%PORTDOCS%%share/doc/qmHandle/HISTORY -%%PORTDOCS%%share/doc/qmHandle/README -%%PORTDOCS%%@dirrm share/doc/qmHandle |