Date: Wed, 30 Oct 2002 16:02:40 +0100 (CET) From: Matthias Andree <matthias.andree@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44753: new port: mail/bogofilter 0.7.6 Message-ID: <200210301502.g9UF2ewV009109@libertas.emma.line.org>
next in thread | raw e-mail | index | archive | help
>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 <matthias.andree@web.de> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210301502.g9UF2ewV009109>