diff options
author | zuntum <zuntum> | 2001-11-29 19:11:04 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-29 19:11:04 +0000 |
commit | ac0b285b49f8dd407887327c4a58ca7f0f4d4d49 (patch) | |
tree | ae70aa6c78f478e7d6747a6df8f015708e4afe31 /mail | |
parent | b0860fc62cb2595a04658fad45302fb681eed4a2 (diff) | |
download | pkgsrc-ac0b285b49f8dd407887327c4a58ca7f0f4d4d49.tar.gz |
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 <sen@eccosys.com> in pkg/14763.
Thanks for your contribution!
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qtools/DESCR | 3 | ||||
-rw-r--r-- | mail/qtools/MESSAGE | 2 | ||||
-rw-r--r-- | mail/qtools/Makefile | 20 | ||||
-rw-r--r-- | mail/qtools/PLIST | 17 | ||||
-rw-r--r-- | mail/qtools/distinfo | 4 |
5 files changed, 46 insertions, 0 deletions
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 |