1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Human friendly curses interface for spamdb(8) to manage addresses for the whitelist/greylist.

Note: This is for OpenBSD's spamd(8), which has absolutely nothing to do with SpamAssasin's spamd.

It's simple, and "just works" ... What more is there to say?

WWW: http://code.google.com/p/spamdb-curses/

PR:		ports/160962
Submitted by:	Martin Tournoij <martin@arp242.net>
Approved by:	bapt (mentor)
This commit is contained in:
Eitan Adler 2011-11-03 18:57:34 +00:00
parent 629d45c5ab
commit 81b66b05bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284997
5 changed files with 43 additions and 0 deletions

View File

@ -646,6 +646,7 @@
SUBDIR += spambnc
SUBDIR += spamcup
SUBDIR += spamd
SUBDIR += spamdb-curses
SUBDIR += spamdyke
SUBDIR += spamguard
SUBDIR += spamilter

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: mail/spamdb-curses
# Date created: 2011-10-25
# Whom: Martin Tournoij <martin@arp242.net>
#
# $FreeBSD$
#
PORTNAME= spamdb-curses
PORTVERSION= 1.1
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= martin@arp242.net
COMMENT= Curses interface for OpenBSD spamd spam database (spamdb)
LICENSE= BSD
RUN_DEPENDS= ${LOCALBASE}/sbin/spamdb:${PORTSDIR}/mail/spamd
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (spamdb-curses-1.1.tar.gz) = e9b85241d5d971f991055e37e001ad91fc87186eb0b54fd9fc71965746596ddb
SIZE (spamdb-curses-1.1.tar.gz) = 10199

View File

@ -0,0 +1,9 @@
Human friendly curses interface for spamdb(8) to manage addresses for the
whitelist/greylist.
Note: This is for OpenBSD's spamd(8), which has absolutely nothing to do with
SpamAssasin's spamd.
It's simple, and "just works" ... What more is there to say?
WWW: http://code.google.com/p/spamdb-curses/

View File

@ -0,0 +1,8 @@
bin/spamdb-curses
%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.py
%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.py
%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.pyc
%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.pyc
%%PYTHON_SITELIBDIR%%/spamdbcurses/OrderedDict.pyo
%%PYTHON_SITELIBDIR%%/spamdbcurses/__init__.pyo
@dirrm %%PYTHON_SITELIBDIR%%/spamdbcurses