From 87b88e46c4f5c0f040a639a13f74b7202ca6118a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Mar 2002 17:24:18 +0000 Subject: Update to 0.48, provided by Amitai Schlair in pkg/15783. Changes: * TMDA has acquired the ability to handle local mail delivery itself. It can now do safe and reliable delivery to qmail-style Maildirs and mboxrd-format mboxes, as well as program (pipe) delivery, and forward to a different e-mail address. * Added an -autodbm argument to the 'from-file' and 'to-file' filter sources to match the existing -autocdb capability. -autodbm automatically maintains a DBM file for the specified TMDA list file. No more rebuilding your DBM files by hand, cron, or scripting. * Added the ability to use 'from*' rules in outgoing filters. See the TMDA Filter Specification for details. * Lots of internal reorganization. --- mail/tmda/Makefile | 19 ++++++++++++++----- mail/tmda/PLIST | 10 +++++----- mail/tmda/distinfo | 6 +++--- 3 files changed, 22 insertions(+), 13 deletions(-) (limited to 'mail/tmda') diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index be26c22c756..cf987fa837e 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/02/14 13:00:25 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/14 17:24:18 wiz Exp $ # -DISTNAME= tmda-0.46 +DISTNAME= tmda-0.48 CATEGORIES= mail python -MASTER_SITES= http://software.libertine.org/tmda/releases/ +MASTER_SITES= http://software.libertine.org/tmda/releases/ \ + http://software.libertine.org/tmda/releases/old/ EXTRACT_SUFX= .tgz MAINTAINER= schmonz+netbsd@schmonz.com @@ -24,13 +25,21 @@ PLIST_SUBST+= HTMLDIR="${HTMLDIR}" TMDA_PROGRAMS= bin/tmda-address TMDA_PROGRAMS+= bin/tmda-check-address -TMDA_PROGRAMS+= bin/tmda-clean TMDA_PROGRAMS+= bin/tmda-filter TMDA_PROGRAMS+= bin/tmda-inject TMDA_PROGRAMS+= bin/tmda-keygen +TMDA_PROGRAMS+= bin/tmda-pending TMDA_PROGRAMS+= bin/tmda-rfilter TMDA_PROGRAMS+= bin/tmda-sendmail +TMDA_DOCS= COPYING +TMDA_DOCS+= CRYPTO +TMDA_DOCS+= ChangeLog +TMDA_DOCS+= INSTALL +TMDA_DOCS+= README +TMDA_DOCS+= THANKS +TMDA_DOCS+= UPGRADE + do-build: cd ${WRKSRC}; ${PYTHONBIN} ./compileall @@ -46,7 +55,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${PREFIX}/${SHAREDIR} ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} - for file in ChangeLog COPYRIGHT CRYPTO INSTALL README THANKS UPGRADE; do \ + for file in ${TMDA_DOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$${file} ${PREFIX}/${DOCDIR}; \ done diff --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 8cd2a664349..10c2f5781e5 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -1,16 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/14 13:00:25 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/14 17:24:18 wiz Exp $ bin/tmda-address bin/tmda-check-address -bin/tmda-clean bin/tmda-filter bin/tmda-inject bin/tmda-keygen +bin/tmda-pending bin/tmda-rfilter bin/tmda-sendmail ${PYSITELIB}/TMDA/Cookie.py ${PYSITELIB}/TMDA/Cookie.pyc ${PYSITELIB}/TMDA/Defaults.py ${PYSITELIB}/TMDA/Defaults.pyc +${PYSITELIB}/TMDA/Deliver.py +${PYSITELIB}/TMDA/Deliver.pyc ${PYSITELIB}/TMDA/Errors.py ${PYSITELIB}/TMDA/Errors.pyc ${PYSITELIB}/TMDA/FilterParser.py @@ -42,7 +44,7 @@ ${HTMLDIR}/requirements.html ${HTMLDIR}/resources.html ${HTMLDIR}/results.html ${HTMLDIR}/trouble.html -${DOCDIR}/COPYRIGHT +${DOCDIR}/COPYING ${DOCDIR}/CRYPTO ${DOCDIR}/ChangeLog ${DOCDIR}/INSTALL @@ -51,8 +53,6 @@ ${DOCDIR}/THANKS ${DOCDIR}/UPGRADE ${CONTRIBDIR}/ChangeLog ${CONTRIBDIR}/README.RELAY -${CONTRIBDIR}/list2cdb -${CONTRIBDIR}/list2dbm ${CONTRIBDIR}/printcdb ${CONTRIBDIR}/printdbm ${CONTRIBDIR}/qmail-smtpd_auth.patch diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 25b6ecb7903..2fbb3236ee8 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/02/14 13:00:25 drochner Exp $ +$NetBSD: distinfo,v 1.2 2002/03/14 17:24:19 wiz Exp $ -SHA1 (tmda-0.46.tgz) = 22b68d7f697bbe6a3e70990e4b44af4880b09299 -Size (tmda-0.46.tgz) = 97711 bytes +SHA1 (tmda-0.48.tgz) = b993aeac7832b9d49c0ff298e3cd36f896ec6888 +Size (tmda-0.48.tgz) = 119444 bytes -- cgit v1.2.3