initial import of mail/tmda 0.44:
-- TMDA is an OSI certified software application designed to significantly reduce the amount of SPAM/UCE (junk-mail) you receive. TMDA combines a "whitelist" (for known/trusted senders), a "blacklist" (for undesired senders), and a cryptographically enhanced confirmation system (for unknown, but legitimate senders). TMDA strives to be more effectual, yet less time-consuming than traditional filters. WWW: http://tmda.sourceforge.net/
This commit is contained in:
parent
6355e7daf9
commit
d1169b7642
42
mail/tmda/Makefile
Normal file
42
mail/tmda/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/01/19 00:57:07 lebel Exp $
|
||||
|
||||
COMMENT= "reduce the amount of SPAM/UCE (junk-mail)"
|
||||
|
||||
VERSION= 0.44
|
||||
DISTNAME= tmda-${VERSION}
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.503
|
||||
HOMEPAGE= http://tmda.sourceforge.net/
|
||||
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
# BSD-style
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tmda
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
RUN_DEPENDS+= ::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
PYTHON_LIBDIR= lib/python${PYTHON_VER}
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}; ./compileall
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${PYTHON_LIBDIR}/TMDA
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PREFIX}/${PYTHON_LIBDIR}/TMDA
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/tmda
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${PREFIX}/share/tmda
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tmda
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/sample.tmdarc ${PREFIX}/share/doc/tmda
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/tmda/distinfo
Normal file
3
mail/tmda/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tmda-0.44.tgz) = 66c80120099b046ab1c5974748da36ed
|
||||
RMD160 (tmda-0.44.tgz) = 84ad605f1c18a5f3b3b047dd5d0c173310d9abe1
|
||||
SHA1 (tmda-0.44.tgz) = db7cd2d2d432f85e8291af3b39652a495a53df00
|
8
mail/tmda/pkg/DESCR
Normal file
8
mail/tmda/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
TMDA is an OSI certified software application designed to significantly
|
||||
reduce the amount of SPAM/UCE (junk-mail) you receive. TMDA combines a
|
||||
"whitelist" (for known/trusted senders), a "blacklist" (for undesired
|
||||
senders), and a cryptographically enhanced confirmation system (for
|
||||
unknown, but legitimate senders). TMDA strives to be more effectual, yet
|
||||
less time-consuming than traditional filters.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
33
mail/tmda/pkg/PLIST
Normal file
33
mail/tmda/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/01/19 00:57:07 lebel Exp $
|
||||
bin/tmda-address
|
||||
bin/tmda-check-address
|
||||
bin/tmda-clean
|
||||
bin/tmda-filter
|
||||
bin/tmda-inject
|
||||
bin/tmda-keygen
|
||||
bin/tmda-rfilter
|
||||
bin/tmda-sendmail
|
||||
lib/python${PYTHON_VER}/TMDA/Cookie.py
|
||||
lib/python${PYTHON_VER}/TMDA/Cookie.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/Defaults.py
|
||||
lib/python${PYTHON_VER}/TMDA/Defaults.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/Errors.py
|
||||
lib/python${PYTHON_VER}/TMDA/Errors.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/FilterParser.py
|
||||
lib/python${PYTHON_VER}/TMDA/FilterParser.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/HMAC.py
|
||||
lib/python${PYTHON_VER}/TMDA/HMAC.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/MTA.py
|
||||
lib/python${PYTHON_VER}/TMDA/MTA.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/Util.py
|
||||
lib/python${PYTHON_VER}/TMDA/Util.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/Version.py
|
||||
lib/python${PYTHON_VER}/TMDA/Version.pyc
|
||||
lib/python${PYTHON_VER}/TMDA/__init__.py
|
||||
lib/python${PYTHON_VER}/TMDA/__init__.pyc
|
||||
share/doc/tmda/sample.tmdarc
|
||||
share/tmda/confirm_accept.txt
|
||||
share/tmda/confirm_request.txt
|
||||
@dirrm share/tmda
|
||||
@dirrm share/doc/tmda
|
||||
@dirrm lib/python${PYTHON_VER}/TMDA
|
Loading…
Reference in New Issue
Block a user