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>
This commit is contained in:
parent
16b3a7d410
commit
1bbbb9b19f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45106
6 changed files with 65 additions and 0 deletions
|
@ -155,6 +155,7 @@
|
|||
SUBDIR += qmailadmin
|
||||
SUBDIR += qmailanalog
|
||||
SUBDIR += qpopper
|
||||
SUBDIR += qtools
|
||||
SUBDIR += rblcheck
|
||||
SUBDIR += rftp
|
||||
SUBDIR += ripmime
|
||||
|
|
34
mail/qtools/Makefile
Normal file
34
mail/qtools/Makefile
Normal file
|
@ -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>
|
1
mail/qtools/distinfo
Normal file
1
mail/qtools/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (qtools-0.55.tar.gz) = 79ca4b9933a4b7038d8e6884a9e5214b
|
1
mail/qtools/pkg-comment
Normal file
1
mail/qtools/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Several utilities for use with qmail
|
12
mail/qtools/pkg-descr
Normal file
12
mail/qtools/pkg-descr
Normal file
|
@ -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
|
16
mail/qtools/pkg-plist
Normal file
16
mail/qtools/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue