diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-02-17 13:53:08 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-02-17 13:53:08 +0000 |
commit | bc7c2317c5054e4d6771a7a7596a69fabaaf4475 (patch) | |
tree | 312cddc1ee00d2e3ce331ee58806f255a3b3cd9e /mail | |
parent | 42526d2c748cb8d50c90cacc7afdb82f486bc752 (diff) | |
download | pkgsrc-bc7c2317c5054e4d6771a7a7596a69fabaaf4475.tar.gz |
Initial import of mail/spamprobe (version 0.8b)
Spamprobe is a fast, intelligent, automatic spam detector using Bayesian
analysis of terms contained in emails. Works with procmail, maildrop or a
similar tool to produce a complete server or client side spam filtering
system.
Provided by Daniel Farrugia in PR#20286, buildlinkified by me.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamprobe/DESCR | 4 | ||||
-rw-r--r-- | mail/spamprobe/Makefile | 16 | ||||
-rw-r--r-- | mail/spamprobe/PLIST | 3 | ||||
-rw-r--r-- | mail/spamprobe/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/mail/spamprobe/DESCR b/mail/spamprobe/DESCR new file mode 100644 index 00000000000..b75139bba3b --- /dev/null +++ b/mail/spamprobe/DESCR @@ -0,0 +1,4 @@ +Spamprobe is a fast, intelligent, automatic spam detector using Bayesian +analysis of terms contained in emails. Works with procmail, maildrop or a +similar tool to produce a complete server or client side spam filtering +system. diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile new file mode 100644 index 00000000000..0d854f21808 --- /dev/null +++ b/mail/spamprobe/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 13:53:08 zuntum Exp $ + +DISTNAME= spamprobe-0.8b +COMMENT= Spam detector using Bayesian analysis of word counts +CATEGORIES= mail +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://spamprobe.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4 + +.include "../../databases/db4/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/spamprobe/PLIST b/mail/spamprobe/PLIST new file mode 100644 index 00000000000..5c3d9d8def5 --- /dev/null +++ b/mail/spamprobe/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/17 13:53:08 zuntum Exp $ +bin/spamprobe +man/man1/spamprobe.1 diff --git a/mail/spamprobe/distinfo b/mail/spamprobe/distinfo new file mode 100644 index 00000000000..2f2322e59a6 --- /dev/null +++ b/mail/spamprobe/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/17 13:53:08 zuntum Exp $ + +SHA1 (spamprobe-0.8b.tar.gz) = 10d728dcd2ec0d454b14a98a5d2adb9da396b27e +Size (spamprobe-0.8b.tar.gz) = 119700 bytes |