diff --git a/Makefile b/Makefile index 555d04ae53..51c4650fc5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1861 2005/07/22 22:33:10 moubctez Exp $ -# $Id: Makefile,v 1.1861 2005/07/22 22:33:10 moubctez Exp $ +# $NetBSD: Makefile,v 1.1862 2005/07/24 11:18:39 oherrala Exp $ +# $Id: Makefile,v 1.1862 2005/07/24 11:18:39 oherrala Exp $ COMMENT= WIP pkgsrc packages @@ -974,7 +974,6 @@ SUBDIR+= snes9express SUBDIR+= songwrite SUBDIR+= soundtracker SUBDIR+= spamassassin-cvs -SUBDIR+= spamprobe-pbl SUBDIR+= spe SUBDIR+= speedx SUBDIR+= spfmilter diff --git a/spamprobe-pbl/DESCR b/spamprobe-pbl/DESCR deleted file mode 100644 index 0107aeba73..0000000000 --- a/spamprobe-pbl/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -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. - -This version uses Peter Graf's PBL as a database. diff --git a/spamprobe-pbl/Makefile b/spamprobe-pbl/Makefile deleted file mode 100644 index 9220de8e76..0000000000 --- a/spamprobe-pbl/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:15:54 tvierling Exp $ - -DISTNAME= spamprobe-0.9h -PKGNAME= spamprobe-pbl-0.9h -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} - -MAINTAINER= oherrala@ee.oulu.fi -HOMEPAGE= http://spamprobe.sourceforge.net/ -COMMENT= Spam detector using Bayesian analysis of word counts - -CONFLICTS= spamprobe-[0-9]* - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -GNU_CONFIGURE= YES - -CONFIGURE_ARGS+= --enable-default-8bit -CONFIGURE_ARGS+= --with-pbl=${BUILDLINK_PREFIX.pbl} - -.include "../../wip/pbl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/spamprobe-pbl/PLIST b/spamprobe-pbl/PLIST deleted file mode 100644 index 8faa3e98ed..0000000000 --- a/spamprobe-pbl/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 14:52:59 oherrala Exp $ -bin/spamprobe -man/man1/spamprobe.1 diff --git a/spamprobe-pbl/TODO b/spamprobe-pbl/TODO deleted file mode 100644 index 64a2a17ffc..0000000000 --- a/spamprobe-pbl/TODO +++ /dev/null @@ -1,2 +0,0 @@ -- This package should be OK. Only difference to mail/spamprobe is the use - of wip/pbl as backend database. diff --git a/spamprobe-pbl/distinfo b/spamprobe-pbl/distinfo deleted file mode 100644 index 92ebccde89..0000000000 --- a/spamprobe-pbl/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2004/02/02 19:06:59 oherrala Exp $ - -SHA1 (spamprobe-0.9h.tar.gz) = 34a4d5dc622570cc109a92f1a4b2222d4d3b08ff -Size (spamprobe-0.9h.tar.gz) = 161164 bytes