Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 14:34:13 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317878 - in head/mail: . claws-mail-bogofilter
Message-ID:  <201305111434.r4BEYDcJ023276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111434.r4BEYDcJ023276>