mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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:
parent
629d45c5ab
commit
81b66b05bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284997
@ -646,6 +646,7 @@
|
||||
SUBDIR += spambnc
|
||||
SUBDIR += spamcup
|
||||
SUBDIR += spamd
|
||||
SUBDIR += spamdb-curses
|
||||
SUBDIR += spamdyke
|
||||
SUBDIR += spamguard
|
||||
SUBDIR += spamilter
|
||||
|
23
mail/spamdb-curses/Makefile
Normal file
23
mail/spamdb-curses/Makefile
Normal 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>
|
2
mail/spamdb-curses/distinfo
Normal file
2
mail/spamdb-curses/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (spamdb-curses-1.1.tar.gz) = e9b85241d5d971f991055e37e001ad91fc87186eb0b54fd9fc71965746596ddb
|
||||
SIZE (spamdb-curses-1.1.tar.gz) = 10199
|
9
mail/spamdb-curses/pkg-descr
Normal file
9
mail/spamdb-curses/pkg-descr
Normal 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/
|
8
mail/spamdb-curses/pkg-plist
Normal file
8
mail/spamdb-curses/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user