tmda stable port information

Package: tmda
Version: 1.1.11
Revision: 2
Maintainer: None
Homepage: http://tmda.net/
License: GPL
Depends: python26
Recommends: python-cdb-py26
CustomMirror: <<
Primary: ftp://tmda.net/pub/tmda/
nam-US: http://tmda.sourceforge.net/ftp/
<<
Source: mirror:custom:releases/%n-%v.tgz
Source-MD5: 7ab79d3ebd1a62757be06218f4af902a
PatchScript: <<
#!/bin/sh -ev
# fix shbang line in all executable files
find . -type f -perm 0755 -print | while read i
do
sed '1,1s|/usr/bin/env python|%p/bin/python2.6|g' $i > $i.tmp && mv $i.tmp $i && chmod 0755 $i
done
<<
CompileScript: %p/bin/python2.6 ./compileall
InstallScript: <<
# scripts
install -d -m 755 %i/bin
install -m 755 bin/tmda-* %i/bin
# modules
mkdir -m 755 -p %i/lib/python2.6/site-packages/TMDA/Queue
install -m 644 TMDA/*.{py,pyc} %i/lib/python2.6/site-packages/TMDA
install -m 644 TMDA/Queue/*.{py,pyc} %i/lib/python2.6/site-packages/TMDA/Queue
cp -R TMDA/pythonlib %i/lib/python2.6/site-packages/TMDA/
# contributed files
mkdir -m 755 -p %i/share/%n/contrib
cp -R contrib/* %i/share/%n/contrib
install -m 644 templates/*.txt %i/share/%n
# docs
mkdir -m 755 -p %i/share/doc/%n
cp -R doc/* %i/share/doc/%n
<<
DocFiles: CODENAMES COPYING CRYPTO ChangeLog README INSTALL THANKS NEWS UPGRADE
Description: Anti-spam system & local mail delivery agent
DescDetail: <<
The Tagged Message Delivery Agent (TMDA) is an open source anti-spam
system and local mail delivery agent written in 100% pure Python.

TMDA combines whitelists, blacklists, a challenge/response system, and
special-purpose e-mail addresses called "tagged addresses" to thwart
spam.

TMDA can also be used as a general purpose local mail delivery agent
to filter, sort, deliver and dispose of incoming mail.
<<
DescPackaging: Formerly maintained by Jason R. Mastaler