From owner-freebsd-ports Wed Oct 30 7:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D023237B401 for ; Wed, 30 Oct 2002 07:10:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EF743E8A for ; Wed, 30 Oct 2002 07:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UFA0x3070443 for ; Wed, 30 Oct 2002 07:10:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UFA0N1070442; Wed, 30 Oct 2002 07:10:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755A937B47F for ; Wed, 30 Oct 2002 07:02: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 60B3743E88 for ; Wed, 30 Oct 2002 07:02:47 -0800 (PST) (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 63E0FA3831 for ; Wed, 30 Oct 2002 16:02:45 +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 1EE2955A65 for ; Wed, 30 Oct 2002 16:02:41 +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 g9UF2fTB009110 for ; Wed, 30 Oct 2002 16:02:41 +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 g9UF2ewV009109; Wed, 30 Oct 2002 16:02:40 +0100 (CET) Message-Id: <200210301502.g9UF2ewV009109@libertas.emma.line.org> Date: Wed, 30 Oct 2002 16:02:40 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44753: new port: mail/bogofilter 0.7.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44753 >Category: ports >Synopsis: new port: mail/bogofilter 0.7.6 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 07:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 14:00:57 CEST 2002 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/LIBERTAS i386 >Description: This shar adds the bogofilter 0.7.6 port. bogofilter is GPL-licensed. This PR supersedes PR #ports/44245, which should be closed. >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 X# Date created: 2002-10-17 X# X# $FreeBSD$ X# X XPORTNAME= bogofilter XPORTVERSION= 0.7.6 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 bogoupgrade.1 X XCONFIGURE_ARGS= --with-db=${PREFIX} XCONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include/db3 LIBS=-ldb3 LDFLAGS=-L${PREFIX}/lib X Xpost-build: X cd ${WRKSRC} && make check 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 contrib/bogofilter-qfe doc/integrating-with-qmail X ${INSTALL_MAN} ${WRKSRC}/${i} \ X ${LOCALBASE}/share/doc/${PORTNAME}/ ; done X.endfor X.for i in bogo.R X ${INSTALL_SCRIPT} ${WRKSRC}/${i} \ X ${LOCALBASE}/share/doc/${PORTNAME}/ ; done X.endfor X.endif X X.include END-of-bogofilter/Makefile echo x - bogofilter/distinfo sed 's/^X//' >bogofilter/distinfo << 'END-of-bogofilter/distinfo' XMD5 (bogofilter-0.7.6.tar.gz) = 30b838a82d1e2a548ddb436944aadd57 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 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 Xshare/doc/bogofilter/bogo.R Xshare/doc/bogofilter/bogofilter-qfe Xshare/doc/bogofilter/integrating-with-qmail 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message