pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update spamprobe to 0.9g2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a8da28ae1a7
branches:  trunk
changeset: 466590:1a8da28ae1a7
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Jan 20 23:47:23 2004 +0000

description:
Update spamprobe to 0.9g2.

Patch provided by Ossi Herrala <$MAINTAINER> in private mail.


CHANGED:
 * This release moves from Paul's original formula to a slightly modified
   one that yields more evenly distributed scores. To continue using old
   formula, use -o orig-score command line option.

ADDED:
 * -C <number> command line option. This tells SpamProbe to assign a default,
   somewhat neutral, probability to any term that does not have a weighted
   (good count doubled) count of at least specified number in the database.
   This prevents terms which have been seen only a few times from having
   an unreasonable influence on the score of an email containing them.
   Default count have changed. It is now 5. Old was 3.
 * Added -o <option_name> command line option to specify alternate way of
   scoring. Consult README.txt for more info.
 * Added -l <number> command line option. Changes the spam probability
   threshold for emails from the default (0.7) to <number>.
 * Added tokenize command. Prints the tokens found in the file one word
   per line in human readable format with spam probability, good count,
   spam count, message count, and word in columns separated by whitespace.

IMPROVED:
 * -H command line option to add more headers to scan.
 * Improved performance by removing some redundant calculations and
   reducing the amount of I/O in train-* mode.

diffstat:

 doc/CHANGES             |  4 ++--
 mail/spamprobe/Makefile |  5 +++--
 mail/spamprobe/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r e3147b3ce9fb -r 1a8da28ae1a7 doc/CHANGES
--- a/doc/CHANGES       Tue Jan 20 23:39:37 2004 +0000
+++ b/doc/CHANGES       Tue Jan 20 23:47:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4525 2004/01/20 23:39:37 abs Exp $
+$NetBSD: CHANGES,v 1.4526 2004/01/20 23:47:23 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -367,4 +367,4 @@
        Updated elvis to 2.2.0nb1 [recht 2004-01-20]
        Updated elvis-x11 to 2.2.0nb1 [recht 2004-01-20]
        Update cpuflags to 0.60 [abs 2004-01-20]
-
+       Updated spamprobe to 0.9g2 [hubertf 2004-01-21]
diff -r e3147b3ce9fb -r 1a8da28ae1a7 mail/spamprobe/Makefile
--- a/mail/spamprobe/Makefile   Tue Jan 20 23:39:37 2004 +0000
+++ b/mail/spamprobe/Makefile   Tue Jan 20 23:47:23 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2004/01/05 22:11:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 23:47:23 hubertf Exp $
 
-DISTNAME=      spamprobe-0.9e
+DISTNAME=      spamprobe-0.9g2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
 
@@ -13,6 +13,7 @@
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
+CONFIGURE_ARGS+= --enable-default-8bit
 CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4
 
 .include "../../databases/db4/buildlink3.mk"
diff -r e3147b3ce9fb -r 1a8da28ae1a7 mail/spamprobe/distinfo
--- a/mail/spamprobe/distinfo   Tue Jan 20 23:39:37 2004 +0000
+++ b/mail/spamprobe/distinfo   Tue Jan 20 23:47:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/01/20 03:03:46 lukem Exp $
+$NetBSD: distinfo,v 1.4 2004/01/20 23:47:23 hubertf Exp $
 
-SHA1 (spamprobe-0.9e.tar.gz) = 1b16747ae8edc520c30d3921229342097afadf04
-Size (spamprobe-0.9e.tar.gz) = 147172 bytes
+SHA1 (spamprobe-0.9g2.tar.gz) = 2e2c495d41b9f6560b420c1c577969ae0c160d8b
+Size (spamprobe-0.9g2.tar.gz) = 154996 bytes
 SHA1 (patch-aa) = eb8e7de9a55156911d69ecfd63cb640d80cf9053



Home | Main Index | Thread Index | Old Index