From matthias.andree@web.de  Sun Nov 10 04:49:59 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 54B7637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Nov 2002 04:49:48 -0800 (PST)
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 0750C43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Nov 2002 04:49:43 -0800 (PST)
	(envelope-from matthias.andree@web.de)
Received: from m2a2.yi.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 1DD20A3831
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Nov 2002 13:49:41 +0100 (CET)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2])
	by merlin.emma.line.org (Postfix) with ESMTP
	id E2F5C575D; Sun, 10 Nov 2002 13:49:36 +0100 (CET)
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 gAACnnlS005223;
	Sun, 10 Nov 2002 13:49:49 +0100 (CET)
	(envelope-from emma@libertas.emma.line.org)
Received: (from emma@localhost)
	by libertas.emma.line.org (8.12.6/8.12.6/Submit) id gAACnmuU005222;
	Sun, 10 Nov 2002 13:49:48 +0100 (CET)
Message-Id: <200211101249.gAACnmuU005222@libertas.emma.line.org>
Date: Sun, 10 Nov 2002 13:49:48 +0100 (CET)
From: Matthias Andree <matthias.andree@web.de>
Reply-To: Matthias Andree <matthias.andree@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port: mail/bogofilter  --  third submission...
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45190
>Category:       ports
>Synopsis:       new port: mail/bogofilter  --  third submission...
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 10 04:50:00 PST 2002
>Closed-Date:    Mon Nov 11 09:37:07 PST 2002
>Last-Modified:  Mon Nov 11 09:37:07 PST 2002
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #3: Sun Nov 3 18:49:35 CET 2002 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
This PR contains the bogofilter port.

It was already submitted twice before, without any committer taking care of it.

Committer, if you're reading this, please have a look and commit.
	
>How-To-Repeat:
	
>Fix:
cd to ports/mail and execute this shar archive:

# 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.8.0
XCATEGORIES=	mail
XMASTER_SITES=	http://dl.sourceforge.net/bogofilter/
XDISTNAME=	${PORTNAME}-0.8.0
X
XMAINTAINER=	matthias.andree@web.de
X
XLIB_DEPENDS=	db4.0:${PORTSDIR}/databases/db4
X
XGNU_CONFIGURE=	yes
X# This port needs PERL5 at run time, but not for the build.
XUSE_PERL5=	yes
XMAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1
X
XCONFIGURE_ARGS=	--with-db=${PREFIX}
XCONFIGURE_ENV=	CPPFLAGS=-I${PREFIX}/include/db4 LIBS=-ldb4 LDFLAGS=-L${PREFIX}/lib
X
Xpost-build:
X		cd ${WRKSRC} && make check SHELL=${SH}
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	doc/integrating-with-qmail contrib/README.unbase64 \
X	README.freebsd README.hp-ux README.solaris
X		  ${INSTALL_MAN} ${WRKSRC}/${i} \
X			${LOCALBASE}/share/doc/${PORTNAME}/ ; done
X.endfor
X.for i in bogo.R contrib/bogofilter-qfe contrib/unbase64
X		  ${INSTALL_SCRIPT} ${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.8.0.tar.gz) = 447d6045f0268c0f6f36c59176c08137
END-of-bogofilter/distinfo
echo x - bogofilter/pkg-plist
sed 's/^X//' >bogofilter/pkg-plist << 'END-of-bogofilter/pkg-plist'
Xbin/bogofilter
Xbin/bogolexer
Xbin/bogoutil
Xbin/bogoupgrade
Xshare/doc/bogofilter/AUTHORS
Xshare/doc/bogofilter/COPYING
Xshare/doc/bogofilter/INSTALL
Xshare/doc/bogofilter/NEWS
Xshare/doc/bogofilter/README
Xshare/doc/bogofilter/README.freebsd
Xshare/doc/bogofilter/README.hp-ux
Xshare/doc/bogofilter/README.solaris
Xshare/doc/bogofilter/README.unbase64
Xshare/doc/bogofilter/TODO
Xshare/doc/bogofilter/UPGRADE
Xshare/doc/bogofilter/bogo.R
Xshare/doc/bogofilter/bogofilter-qfe
Xshare/doc/bogofilter/integrating-with-qmail
Xshare/doc/bogofilter/unbase64
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: Mon Nov 11 09:37:00 PST 2002 
State-Changed-Why:  
committed, thanks 

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