Date: Sun, 10 Nov 2002 13:49:48 +0100 (CET) From: Matthias Andree <matthias.andree@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45190: new port: mail/bogofilter -- third submission... Message-ID: <200211101249.gAACnmuU005222@libertas.emma.line.org>
next in thread | raw e-mail | index | archive | help
>Number: 45190 >Category: ports >Synopsis: new port: mail/bogofilter -- third submission... >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: Sun Nov 10 04:50: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 #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: >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?200211101249.gAACnmuU005222>