Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv23047

Added Files:
        spamprobe-0.7g-2.info spamprobe-0.7g-2.patch 
Log Message:
New package from submission tracker #649332


--- NEW FILE: spamprobe-0.7g-2.info ---
Package: spamprobe
Version: 0.7g
Revision: 2
License: OSI-Approved
Maintainer: Daniel Sohl <[EMAIL PROTECTED]>
BuildDepends: db4
Depends: db4-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 20f5c17796db1e0757fab0a2968779aa
Patch: %f.patch
ConfigureParams: --with-db=%p/lib --mandir='${prefix}/share/man'
DocFiles: ChangeLog LICENSE.txt README.txt
Description: Spam filtering using Bayesian statistics
DescDetail: <<
 * Spam detection using Bayesian analysis of terms contained in each
   email.  Words used often in spams but not in good email tend to
   indicate that a message is spam.

 * Written in C++ for good performance.  Database access using
   BerkeleyDB for quick startup and fast term count retrieval.

 * Recognition and decoding of MIME attachments in quoted-printable
   and base64 encoding.  Automatically skips non-text attachments.
   MIME decoding enables SpamProbe to make decisions based on words in
   the emails rather than base64 gobbledigook.

 * Counts two word phrases as well as single words for higher
   precision.
<<
DescPort: <<
  The db4 fink package puts its header files in /sw/include/db4 so a patch was
necessary to include <db4/db.h> instead of just <db.h>.
  Also, the configure script included with spamprobe does not seem to
recognise custom include directories, so a patch was necessary there also.
<<


--- NEW FILE: spamprobe-0.7g-2.patch ---
diff -rbu spamprobe-0.7g-orig/FrequencyDBImpl_bdb.h 
spamprobe-0.7g/FrequencyDBImpl_bdb.h
--- spamprobe-0.7g-orig/FrequencyDBImpl_bdb.h   Wed Dec  4 15:35:03 2002
+++ spamprobe-0.7g/FrequencyDBImpl_bdb.h        Wed Dec  4 22:19:54 2002
@@ -33,7 +33,7 @@
 
 #ifndef USE_DBM
 
-#include <db.h>
+#include <db4/db.h>
 
 #include "FrequencyDBImpl.h"
 
diff -rbu spamprobe-0.7g-orig/Makefile.in spamprobe-0.7g/Makefile.in
--- spamprobe-0.7g-orig/Makefile.in     Wed Dec  4 15:35:03 2002
+++ spamprobe-0.7g/Makefile.in  Wed Dec  4 22:24:07 2002
@@ -115,7 +115,7 @@
 spamprobe_LDFLAGS =
 
 DEFS = @DEFS@
-DEFAULT_INCLUDES =  -I. -I$(srcdir)
+DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(includedir)
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to