From matthias.andree@web.de  Fri Oct 18 16:14:00 2002
Return-Path: <matthias.andree@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 647B837B406
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Oct 2002 16:14:00 -0700 (PDT)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2243443E75
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Oct 2002 16:13:59 -0700 (PDT)
	(envelope-from matthias.andree@web.de)
Received: from m2a2.myip.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 55ADAA3831
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2002 01:13:57 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP id 859A644694
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2002 01:13:53 +0200 (CEST)
Received: from libertas.emma.line.org (localhost [127.0.0.1])
	by libertas.emma.line.org (8.12.6/8.12.6) with ESMTP id g9INDqh8072850;
	Sat, 19 Oct 2002 01:13:52 +0200 (CEST)
	(envelope-from emma@libertas.emma.line.org)
Received: (from emma@localhost)
	by libertas.emma.line.org (8.12.6/8.12.6/Submit) id g9INDpZ7072809;
	Sat, 19 Oct 2002 01:13:51 +0200 (CEST)
Message-Id: <200210182313.g9INDpZ7072809@libertas.emma.line.org>
Date: Sat, 19 Oct 2002 01:13:51 +0200 (CEST)
From: Matthias Andree <matthias.andree@web.de>
Reply-To: Matthias Andree <matthias.andree@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: mail/bogofilter 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44245
>Category:       ports
>Synopsis:       new port: mail/bogofilter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 16:20:01 PDT 2002
>Closed-Date:    Wed Oct 30 09:28:21 PST 2002
>Last-Modified:  Wed Oct 30 09:28:21 PST 2002
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:


	
>Description:
This shar adds the mail/bogofilter port.
Bogofilter is a GPL'ed tool to detect spam from word heuristics. It is
teachable and can learn.
	
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bogofilter
#	bogofilter/Makefile
#	bogofilter/distinfo
#	bogofilter/pkg-plist
#	bogofilter/pkg-comment
#	bogofilter/pkg-descr
#
echo c - bogofilter
mkdir -p bogofilter > /dev/null 2>&1
echo x - bogofilter/Makefile
sed 's/^X//' >bogofilter/Makefile << 'END-of-bogofilter/Makefile'
X# ports collection Makefile for: bogofilter
X# Whom:		Matthias Andree <matthias.andree@web.de>
X# Date created:	2002-10-17
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bogofilter
XPORTVERSION=	0.7.5
XCATEGORIES=	mail
XMASTER_SITES=	http://dl.sourceforge.net/bogofilter/
X
XMAINTAINER=	matthias.andree@web.de
X
XLIB_DEPENDS=	db3.3:${PORTSDIR}/databases/db3
X
XGNU_CONFIGURE=	yes
XUSE_PERL5=	yes
XMAN1=		bogofilter.1 bogoutil.1
X
XCONFIGURE_ARGS=	--with-db=${PREFIX}
XCONFIGURE_ENV=	CPPFLAGS=-I${PREFIX}/include/db3 LIBS=-ldb3 LDFLAGS=-L${PREFIX}/lib
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X		${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}
X.for i in AUTHORS COPYING INSTALL NEWS README TODO UPGRADE
X		  ${INSTALL_MAN} ${WRKSRC}/${i} \
X			${LOCALBASE}/share/doc/${PORTNAME} ; done
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-bogofilter/Makefile
echo x - bogofilter/distinfo
sed 's/^X//' >bogofilter/distinfo << 'END-of-bogofilter/distinfo'
XMD5 (bogofilter-0.7.5.tar.gz) = 589cb669eb4976bd0767b3c5ce29737d
END-of-bogofilter/distinfo
echo x - bogofilter/pkg-plist
sed 's/^X//' >bogofilter/pkg-plist << 'END-of-bogofilter/pkg-plist'
Xbin/bogofilter
Xbin/bogoutil
Xbin/bogoupgrade.pl
Xshare/doc/bogofilter/AUTHORS
Xshare/doc/bogofilter/COPYING
Xshare/doc/bogofilter/INSTALL
Xshare/doc/bogofilter/NEWS
Xshare/doc/bogofilter/README
Xshare/doc/bogofilter/TODO
Xshare/doc/bogofilter/UPGRADE
X@dirrm share/doc/bogofilter
END-of-bogofilter/pkg-plist
echo x - bogofilter/pkg-comment
sed 's/^X//' >bogofilter/pkg-comment << 'END-of-bogofilter/pkg-comment'
XFast, teachable, learning spam detector
END-of-bogofilter/pkg-comment
echo x - bogofilter/pkg-descr
sed 's/^X//' >bogofilter/pkg-descr << 'END-of-bogofilter/pkg-descr'
XBogofilter takes an email message or other text on standard input, does a
Xstatistical check against lists of "good" and "bad" words, and returns a status
Xcode indicating whether or not the message is spam.
X
XWWW: http://bogofilter.sourceforge.net/
END-of-bogofilter/pkg-descr
exit

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Wed Oct 30 09:28:07 PST 2002 
State-Changed-Why:  
superseded by pr/44753 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44245 
>Unformatted:
