spamprobe stable port information

Package: spamprobe
Version: 1.0a
Revision: 1002
GCC: 4.0
License: OSI-Approved
Maintainer: Daniel Sohl
Homepage: http://spamprobe.sourceforge.net/
BuildDepends: db48-aes | db48, fink (>= 0.24.12-1)
Depends: db48-aes-shlibs | db48-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 54d34264a0a625b065ddd3f3827d74c5
PatchFile: %n.patch
PatchFile-MD5: 5289e9a906d283a97e5d769f07149e18
ConfigureParams: --with-db=%p --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 instead of just .
Also, the configure script included with spamprobe does not seem to
recognise custom include directories, so a patch was necessary there also.
<<

spamprobe stable port .patch

diff -rbu spamprobe-1.0a-orig/FrequencyDBImpl_bdb.h spamprobe-1.0a/FrequencyDBImpl_bdb.h
--- spamprobe-1.0a-orig/FrequencyDBImpl_bdb.h Fri Jan 21 19:18:22 2005
+++ spamprobe-1.0a/FrequencyDBImpl_bdb.h Fri Jan 21 19:18:57 2005
@@ -31,7 +31,7 @@

#ifdef USE_DB

-#include
+#include

#include "FrequencyDBImpl.h"

diff -rbu spamprobe-1.0a-orig/configure spamprobe-1.0a/configure
--- spamprobe-1.0a-orig/configure Fri Jan 21 19:18:22 2005
+++ spamprobe-1.0a/configure Fri Jan 21 19:19:27 2005
@@ -3962,7 +3962,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include
+#include

_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
@@ -3999,7 +3999,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include
+#include
int
main ()
{

spamprobe _unstable_ port .patch