svn commit: r317878 - in head/mail: . claws-mail-bogofilter

Pawel Pekala pawel at FreeBSD.org
Sat May 11 14:34:14 UTC 2013


Author: pawel
Date: Sat May 11 14:34:13 2013
New Revision: 317878
URL: http://svnweb.freebsd.org/changeset/ports/317878

Log:
  This plugin enables the scanning of incoming mail received from a POP, IMAP,
  or LOCAL account using Bogofilter. It can optionally delete mail identified
  as spam or save it to a designated folder. Bogofilter is a pure Bayesian
  filter, therefore it has better speed performance than SpamAssassin but might
  catch less spam.
  
  WWW: http://claws-mail.org/plugin.php?plugin=bogofilter

Added:
  head/mail/claws-mail-bogofilter/
  head/mail/claws-mail-bogofilter/Makefile   (contents, props changed)
  head/mail/claws-mail-bogofilter/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sat May 11 14:10:28 2013	(r317877)
+++ head/mail/Makefile	Sat May 11 14:34:13 2013	(r317878)
@@ -50,6 +50,7 @@
     SUBDIR += claws-mail-archiver
     SUBDIR += claws-mail-att_remover
     SUBDIR += claws-mail-attach_warner
+    SUBDIR += claws-mail-bogofilter
     SUBDIR += claws-mail-bsfilter
     SUBDIR += claws-mail-cachesaver
     SUBDIR += claws-mail-clamd

Added: head/mail/claws-mail-bogofilter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/claws-mail-bogofilter/Makefile	Sat May 11 14:34:13 2013	(r317878)
@@ -0,0 +1,14 @@
+# Created by: Pawel Pekala <pawel at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	bogofilter
+PORTREVISION=	0
+
+COMMENT=	Spam filtering plugin for Claws Mail
+
+RUN_DEPENDS=	bogofilter:${PORTSDIR}/mail/bogofilter
+
+CLAWS_PLUGINS_BUILD=	bogofilter
+
+.include "../claws-mail/Makefile.claws"
+.include <bsd.port.mk>

Added: head/mail/claws-mail-bogofilter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/claws-mail-bogofilter/pkg-descr	Sat May 11 14:34:13 2013	(r317878)
@@ -0,0 +1,7 @@
+This plugin enables the scanning of incoming mail received from a POP, IMAP,
+or LOCAL account using Bogofilter. It can optionally delete mail identified
+as spam or save it to a designated folder. Bogofilter is a pure Bayesian
+filter, therefore it has better speed performance than SpamAssassin but might
+catch less spam.
+
+WWW: http://claws-mail.org/plugin.php?plugin=bogofilter


More information about the svn-ports-all mailing list