Check all messages that are received from an IMAP, LOCAL
or POP account for spam using Bsfilter. WWW: http://www.claws-mail.org/plugins.php
This commit is contained in:
parent
1f9bcafcc7
commit
51cb916476
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244865
5 changed files with 57 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
SUBDIR += claws-mail-archiver
|
||||
SUBDIR += claws-mail-att_remover
|
||||
SUBDIR += claws-mail-attach_warner
|
||||
SUBDIR += claws-mail-bsfilter
|
||||
SUBDIR += claws-mail-cachesaver
|
||||
SUBDIR += claws-mail-fancy
|
||||
SUBDIR += claws-mail-fetchinfo
|
||||
|
|
35
mail/claws-mail-bsfilter/Makefile
Normal file
35
mail/claws-mail-bsfilter/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: claws-mail-bsfilter
|
||||
# Date created: 27 November 2009
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsfilter
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
PKGNAMEPREFIX= claws-mail-
|
||||
DISTNAME= bsfilter_plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= bsfilter plugin for claws-mail
|
||||
|
||||
BUILD_DEPENDS= claws-mail>=3.7.3:${PORTSDIR}/mail/claws-mail
|
||||
RUN_DEPENDS= claws-mail>=3.7.3:${PORTSDIR}/mail/claws-mail
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/claws-mail-bsfilter/distinfo
Normal file
3
mail/claws-mail-bsfilter/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (bsfilter_plugin-1.0.2.tar.gz) = 78c43b28aea0427aa4b4e3ea89ae1be8
|
||||
SHA256 (bsfilter_plugin-1.0.2.tar.gz) = e7e857996ba8aed86ed199ace5c37f9ed35f19c27c5635177ffd104d483236db
|
||||
SIZE (bsfilter_plugin-1.0.2.tar.gz) = 373230
|
4
mail/claws-mail-bsfilter/pkg-descr
Normal file
4
mail/claws-mail-bsfilter/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Check all messages that are received from an IMAP, LOCAL
|
||||
or POP account for spam using Bsfilter.
|
||||
|
||||
WWW: http://www.claws-mail.org/plugins.php
|
14
mail/claws-mail-bsfilter/pkg-plist
Normal file
14
mail/claws-mail-bsfilter/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
lib/claws-mail/plugins/bsfilter.a
|
||||
lib/claws-mail/plugins/bsfilter.la
|
||||
lib/claws-mail/plugins/bsfilter.so
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bsfilter_plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/bsfilter_plugin.mo
|
||||
@dirrm lib/claws-mail/plugins
|
||||
@dirrm lib/claws-mail
|
Loading…
Reference in a new issue