pkgsrc/mail/spamprobe/Makefile

22 lines
510 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.31 2014/05/31 15:56:27 wiz Exp $
Update to 1.4d (previous 1.4.2 was 1.4b). Take MAINTAINERship. 2006-11-16 Brian Burton <brian@burton-computer.com> * Released as 1.4d * configure.ac: Added ability to selectively disable image processing using --without-gif, --without-jpeg, and/or --without-png. * src/spamprobe/spamprobe.cc (set_headers): Added ability to selectively ignore individual headers using -H-headername. * src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include. * src/parser/PngParser.cc (tokenizeImage): added basic tokens from PNG images. 2006-11-16 Brian Burton <brian@localhost.localdomain> * src/parser/PngParser.cc (PngParser): Stub for PNG parsing using libpng. * src/parser/JpegParser.cc (tokenizeMarker): Preliminary implementation of jpeg parsing using jpeglib. * configure.ac: Auto detect of either libungig or libgif depending on which one is available. 2007-01-04 Brian Burton <brian@burton-computer.com> * Released as 1.4c * spamprobe.1: Modified man page to remove unnecessary informaton and make it more conformant with man page conventions. * src/spamprobe/spamprobe.cc (process_extended_options): added ignore-body option. * src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix): Forced header prefixes and names to lower case instead of relying on an assert to enforce the restriction. * src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash): Disabled experimental hash database auto-cleaning. * src/includes/Ref.h: Removed cassert include. * src/spamprobe/spamprobe.cc (process_extended_options): Added whitelist option to allow use of SP as a bayesian white list in conjunction with other filters.
2007-10-25 18:00:05 +02:00
DISTNAME= spamprobe-1.4d
PKGREVISION= 9
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
2013-04-13 09:55:01 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://spamprobe.sourceforge.net/
COMMENT= Spam detector using Bayesian analysis of word counts
2014-05-25 10:03:38 +02:00
LICENSE= qpl-v1.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-default-8bit
.include "options.mk"
.include "../../mk/bsd.pkg.mk"