diff options
author | roam <roam@FreeBSD.org> | 2001-07-13 23:05:20 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-07-13 23:05:20 +0800 |
commit | 9ff9046a0bb5ddeb6c2b9a0340fb775cc88be1cc (patch) | |
tree | d323f5197c03fde586534395ae7995f6336fb1fe /mail/qtools | |
parent | 7ca845ee62ce52f45b2bd9f044203b383eec49cd (diff) | |
download | freebsd-ports-gnome-9ff9046a0bb5ddeb6c2b9a0340fb775cc88be1cc.tar.gz freebsd-ports-gnome-9ff9046a0bb5ddeb6c2b9a0340fb775cc88be1cc.tar.zst freebsd-ports-gnome-9ff9046a0bb5ddeb6c2b9a0340fb775cc88be1cc.zip |
The qtools package comprises several utilities for use with qmail,
typically as part of .qmail command processing.
PR: 28662
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'mail/qtools')
-rw-r--r-- | mail/qtools/Makefile | 34 | ||||
-rw-r--r-- | mail/qtools/distinfo | 1 | ||||
-rw-r--r-- | mail/qtools/pkg-comment | 1 | ||||
-rw-r--r-- | mail/qtools/pkg-descr | 12 | ||||
-rw-r--r-- | mail/qtools/pkg-plist | 16 |
5 files changed, 64 insertions, 0 deletions
diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile new file mode 100644 index 000000000000..e19685c96fe7 --- /dev/null +++ b/mail/qtools/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: qtools +# Date created: 3 July 2001 +# Whom: petef@databits.net +# +# $FreeBSD$ +# + +PORTNAME= qtools +PORTVERSION= 0.55 +CATEGORIES= mail +MASTER_SITES= http://www.superscript.com/qtools/ + +MAINTAINER= petef@databits.net + +RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail + +ALL_TARGET= it +INSTALL_TARGET= setup check + +.if exists(${PREFIX}/qmail/bin/qmail-send) +QMAIL_DIR?= ${PREFIX}/qmail +.else +QMAIL_DIR?= /var/qmail +.endif + +NO_PACKAGE= A possibly inherited DJB-style license would prohibit \ + distribution of modified binary packages + +post-patch: + @${ECHO} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + @${ECHO} "${CC} ${CFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld + @${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/conf-home + +.include <bsd.port.mk> diff --git a/mail/qtools/distinfo b/mail/qtools/distinfo new file mode 100644 index 000000000000..c3191e7fd68d --- /dev/null +++ b/mail/qtools/distinfo @@ -0,0 +1 @@ +MD5 (qtools-0.55.tar.gz) = 79ca4b9933a4b7038d8e6884a9e5214b diff --git a/mail/qtools/pkg-comment b/mail/qtools/pkg-comment new file mode 100644 index 000000000000..70795d1b2c4b --- /dev/null +++ b/mail/qtools/pkg-comment @@ -0,0 +1 @@ +Several utilities for use with qmail diff --git a/mail/qtools/pkg-descr b/mail/qtools/pkg-descr new file mode 100644 index 000000000000..7b127fc4b79e --- /dev/null +++ b/mail/qtools/pkg-descr @@ -0,0 +1,12 @@ +The qtools package comprises several utilities for use with qmail, +typically as part of .qmail command processing. + +Included are tools to extract the message body, extract all or +parts of the header, check an address list for a matching address +or domain, message filtering and forwarding, write to a maildir, +and automatically reply to certain messages. + +WWW: http://www.superscript.com/qtools/intro.html + +- Pete +petef@databits.net diff --git a/mail/qtools/pkg-plist b/mail/qtools/pkg-plist new file mode 100644 index 000000000000..c76d37a2c2bd --- /dev/null +++ b/mail/qtools/pkg-plist @@ -0,0 +1,16 @@ +bin/822addr +bin/822body +bin/822bodyfilter +bin/822fields +bin/822headerfilter +bin/822headerok +bin/822headers +bin/checkaddr +bin/checkdomain +bin/condtomaildir +bin/filterto +bin/ifaddr +bin/iftoccfrom +bin/replier +bin/replier-config +bin/tomaildir |