Remove claws-mail-clamav plugin, for numerous reasons :
- it is broken with latest claws-mail release, and no fix is available. - it is not officially maintained anymore upstream. - due to licence issues with libclamav (now GPLv2 only, claws-mail is GPLv3+), upstream devs of claws-mail stated that this plugin was 'illegal'. See claws-mail website for more information. - i don't want to handle licence issues like this. Discussed with and 'be a man. make a decision and stand to it.' mbalmer@
This commit is contained in:
parent
24c7490dd7
commit
21917b5428
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.213 2008/04/19 18:13:32 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.214 2008/04/28 20:11:14 landry Exp $
|
||||
# $FreeBSD: Makefile,v 1.51 1997/11/14 22:56:43 hoek Exp $
|
||||
#
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
SUBDIR += clamsmtp
|
||||
SUBDIR += claws-mail
|
||||
SUBDIR += claws-mail-cachesaver
|
||||
SUBDIR += claws-mail-clamav
|
||||
SUBDIR += claws-mail-htmlviewer
|
||||
SUBDIR += claws-mail-notification
|
||||
SUBDIR += claws-mail-pdfviewer
|
||||
|
@ -1,43 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/04/21 20:11:48 mbalmer Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= clamav plugin for Claws Mail
|
||||
|
||||
VERSION= 3.3
|
||||
DISTNAME= clamav-${VERSION}
|
||||
PKGNAME= claws-mail-clamav-${VERSION}p0
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.claws-mail.org/plugin.php?plugin=clamav
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
RUN_DEPENDS= :claws-mail->=3.3.0:mail/claws-mail
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= clamav::security/clamav
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
|
||||
Xinerama Xrandr Xrender atk-1.0 bz2 cairo expat \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
||||
glitz gmodule-2.0 gmp gobject-2.0 gtk-x11-2.0 m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 pcre png z
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (clamav-3.3.tar.gz) = C17RkH1Rv6KOToc2XqGglQ==
|
||||
RMD160 (clamav-3.3.tar.gz) = iyxXeA4dqmq1WOoVTUlvxROKVLM=
|
||||
SHA1 (clamav-3.3.tar.gz) = T7AW72dm8TNWhtRUNVFKOexEz+0=
|
||||
SHA256 (clamav-3.3.tar.gz) = OKmh0XMdswSUWY7v9xGfQ/h/3p3fTU1bQwwbTtCYUbA=
|
||||
SIZE (clamav-3.3.tar.gz) = 380105
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_clamav_plugin_c,v 1.1 2008/04/21 20:11:48 mbalmer Exp $
|
||||
--- src/clamav_plugin.c.orig Mon Apr 21 20:02:43 2008
|
||||
+++ src/clamav_plugin.c Mon Apr 21 20:03:15 2008
|
||||
@@ -149,7 +149,6 @@ static gboolean mail_filtering_hook(gpointer source, g
|
||||
params.limits.maxfiles = 1000; /* max files */
|
||||
params.limits.maxfilesize = config.clamav_max_size * 1048576; /* maximum archived file size */
|
||||
params.limits.maxreclevel = 8; /* maximum recursion level */
|
||||
- params.limits.maxratio = 200; /* maximal compression ratio */
|
||||
|
||||
if (config.clamav_enable_arc)
|
||||
params.scan_archive = TRUE;
|
@ -1 +0,0 @@
|
||||
Claws Mail plugin for clamav support.
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/13 13:25:50 landry Exp $
|
||||
@pkgpath mail/claws-mail,-clamav
|
||||
lib/claws-mail/plugins/clamav.la
|
||||
lib/claws-mail/plugins/clamav.so
|
||||
share/locale/en_GB/LC_MESSAGES/clamav.mo
|
||||
share/locale/es/LC_MESSAGES/clamav.mo
|
||||
share/locale/fi/LC_MESSAGES/clamav.mo
|
||||
share/locale/hu/LC_MESSAGES/clamav.mo
|
||||
share/locale/it/LC_MESSAGES/clamav.mo
|
Loading…
Reference in New Issue
Block a user