- update to 0.37

- reword pkg-descr

PR:		30691
Submitted by:	maintainer
This commit is contained in:
Pete Fritchman 2001-09-21 05:29:40 +00:00
parent b853b151d0
commit 2b5b51919d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48022
4 changed files with 11 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tmda
PORTVERSION= 0.34
PORTVERSION= 0.37
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tmda
@ -25,7 +25,7 @@ QMAIL_DIR?= /var/qmail
.endif
do-build:
(cd ${WRKSRC}; ${PYTHON_CMD} ./setup)
(cd ${WRKSRC}; ${PYTHON_CMD} ./compileall)
do-install:
${MKDIR} ${PYTHON_SITELIBDIR}/TMDA
@ -43,7 +43,7 @@ post-install:
@${ECHO_MSG}
@${ECHO_MSG} See ${PREFIX}/share/doc/tmda/INSTALL for configuration instructions
.endif
@${ECHO_MSG} All related binaries have been installed in ${PREFIX}/bin
@${ECHO_MSG} All related programs have been installed in ${PREFIX}/bin
@${ECHO_MSG}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (tmda-0.34.tgz) = 5c79df8d14c8cf778b6f54cbcfc77255
MD5 (tmda-0.37.tgz) = bc102d3e73f932d37d573134f0381201

View File

@ -1,8 +1,10 @@
Tagged Message Delivery Agent (TMDA).
TMDA is a OSI-certified python application designed to significantly
reduce (or eliminate) the amount of SPAM/UCE you receive by using
unique, cryptographically enhanced (tagged) e-mail addresses. TMDA
can both filter your incoming e-mail, and tag your outgoing address.
TMDA is an OSI certified Python application for qmail systems
designed to significantly reduce the amount of SPAM/UCE you receive.
A "whitelist" filter allows known contacts immediately into your
mailbox, and all others must reply to a simple confirmation to
validate their message. Once they respond to the confirmation,
their original message is delivered to you.
WWW: http://tmda.sourceforge.net/

View File

@ -5,6 +5,7 @@ bin/tmda-filter
bin/tmda-inject
bin/tmda-keygen
bin/tmda-sender-address
bin/tmda-sendmail
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Cookie.py
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Cookie.pyc
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Defaults.py