From 5f1369888242ee537f00a4242b8a78c55fd2ee51 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 29 Nov 2001 19:11:04 +0000 Subject: Initial import of qtools-0.56 qtools is a collection of commands, typically for use with qmail via .qmail. Among others, there are commands for header and body filtering as well as delivery to Maildirs. Provided by Sen Nagata in pkg/14763. Thanks for your contribution! --- mail/qtools/DESCR | 3 +++ mail/qtools/MESSAGE | 2 ++ mail/qtools/Makefile | 20 ++++++++++++++++++++ mail/qtools/PLIST | 17 +++++++++++++++++ mail/qtools/distinfo | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 mail/qtools/DESCR create mode 100644 mail/qtools/MESSAGE create mode 100644 mail/qtools/Makefile create mode 100644 mail/qtools/PLIST create mode 100644 mail/qtools/distinfo (limited to 'mail') diff --git a/mail/qtools/DESCR b/mail/qtools/DESCR new file mode 100644 index 00000000000..47540ef4705 --- /dev/null +++ b/mail/qtools/DESCR @@ -0,0 +1,3 @@ +qtools is a collection of commands, typically for use with qmail via .qmail. +Among others, there are commands for header and body filtering as well +as delivery to Maildirs. diff --git a/mail/qtools/MESSAGE b/mail/qtools/MESSAGE new file mode 100644 index 00000000000..f9336dd32e2 --- /dev/null +++ b/mail/qtools/MESSAGE @@ -0,0 +1,2 @@ +See http://www.superscript.com/qtools/examples.html for examples of +usage. Note that where /usr/local is used, this package uses ${PREFIX}. diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile new file mode 100644 index 00000000000..af4372e1e1c --- /dev/null +++ b/mail/qtools/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $ +# + +DISTNAME= qtools-0.56 +CATEGORIES= mail +MASTER_SITES= http://www.superscript.com/qtools/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.superscript.com/qtools/intro.html +COMMENT= utilities for filtering via .qmail + +DEPENDS+= ezmlm-*:../../mail/ezmlm + +ALL_TARGET= it +INSTALL_TARGET= setup check + +pre-build: + ${ECHO} ${PREFIX} > ${WRKSRC}/conf-home + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/qtools/PLIST b/mail/qtools/PLIST new file mode 100644 index 00000000000..aafe0391414 --- /dev/null +++ b/mail/qtools/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $ +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 diff --git a/mail/qtools/distinfo b/mail/qtools/distinfo new file mode 100644 index 00000000000..2f41ac51512 --- /dev/null +++ b/mail/qtools/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $ + +SHA1 (qtools-0.56.tar.gz) = 0c6daa8611ac38413e0e221bbc45ccf2b7396ebc +Size (qtools-0.56.tar.gz) = 37748 bytes -- cgit v1.2.3