initial import of mail/bmf-0.9.4:

--
bmf is a self contained and extremely efficient Bayesian mail filter.
See Paul Graham's article "A Plan for Spam" for background information.
It aims to be faster, smaller, and more versatile than similar
applications.

WWW: http://sourceforge.net/projects/bmf

Submitted by Han Boetes <han@mijncomputer.nl>
This commit is contained in:
lebel 2002-10-22 02:07:34 +00:00
parent f814be22f8
commit afdd4ada2a
4 changed files with 48 additions and 0 deletions

32
mail/bmf/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/22 02:07:34 lebel Exp $
COMMENT= "easy to use bayesonian spam filter"
DISTNAME= bmf-0.9.4
CATEGORIES= mail
HOMEPAGE= http://sourceforge.net/projects/bmf
MAINTAINER= Han Boetes <han@mijncomputer.nl>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bmf/}
CONFIGURE_STYLE= simple
INSTALL_TARGET= MANDIR=${PREFIX}/man \
BINDIR=${PREFIX}/bin \
install
DOCS= README
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bmf
${INSTALL_DATA} ${WRKSRC}/${DOCS} ${PREFIX}/share/doc/bmf
.include <bsd.port.mk>

3
mail/bmf/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bmf-0.9.4.tar.gz) = 9cf55df2fa3a05bdc55ba7b0a129591e
RMD160 (bmf-0.9.4.tar.gz) = 3b8d73879d8e616d52d00bf838395ed7f6a7fc4d
SHA1 (bmf-0.9.4.tar.gz) = d0b7ab253a531a533fefc6bc0691cc7af7ccea79

6
mail/bmf/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
bmf is a self contained and extremely efficient Bayesian mail filter.
See Paul Graham's article "A Plan for Spam" for background information.
It aims to be faster, smaller, and more versatile than similar
applications.
WWW: ${HOMEPAGE}

7
mail/bmf/pkg/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/22 02:07:34 lebel Exp $
bin/bmf
bin/bmfconv
man/man1/bmf.1
man/man1/bmfconv.1
share/doc/bmf/README
@dirrm share/doc/bmf