Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 14:20:38 -0800 (PST)
From:      David Bushong <david+ports@bushong.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34423: New port: mail/ifile: neural net mail sorter
Message-ID:  <200201292220.g0TMKc612835@firebat.bushong.net>

next in thread | raw e-mail | index | archive | help

>Number:         34423
>Category:       ports
>Synopsis:       New port: mail/ifile: neural net mail sorter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 14:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Bushong
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD firebat.bushong.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sat Oct 27 22:56:44 PDT 2001 root@firebat.bushong.net:/usr/src/sys/compile/FIREBAT i386


	
>Description:
An Application of Machine Learning to E-Mail Filtering
WWW: http://www.ai.mit.edu/~jrennie/ifile/
>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:
#
#	mail/ifile
#	mail/ifile/pkg-plist
#	mail/ifile/pkg-descr
#	mail/ifile/pkg-comment
#	mail/ifile/distinfo
#	mail/ifile/Makefile
#
echo c - mail/ifile
mkdir -p mail/ifile > /dev/null 2>&1
echo x - mail/ifile/pkg-plist
sed 's/^X//' >mail/ifile/pkg-plist << 'END-of-mail/ifile/pkg-plist'
X@comment $FreeBSD$
Xlib/libargp.a
Xinclude/argp.h
Xlib/libifile.a
Xinclude/ifile/ifile.h
Xbin/ifile
Xbin/ifilter.mh
Xbin/irefile.mh
Xbin/knowledge_base.mh
Xbin/news2mail
X@dirrm include/ifile
END-of-mail/ifile/pkg-plist
echo x - mail/ifile/pkg-descr
sed 's/^X//' >mail/ifile/pkg-descr << 'END-of-mail/ifile/pkg-descr'
Xifile is a general mail filtering system that works with a mail client to
Xintelligently filter mail according to the way the user tends to organize
Xmail. ifile uses the machine learning algorithm Naive Bayes to classify
Xe-mail documents.
X
Xifile is different from other mail filtering programs in three major ways: 
X
X   1.ifile does not require you to generate a set of rules in order to 
X     successfully filter mail 
X   2.ifile uses the entire content of messages for filtering purposes 
X   3.ifile learns as you move incorrectly filtered messages to new mailboxes 
X
Xifile is not dependent upon any specific mail system and should be adaptable
Xto any mail system which allows an outside program to perform mail
Xfiltering. The download package includes instructions for using ifile with
XNMH, EXMH and slocal.  Grant Taylor describes the use of ifile with
Xprocmail.
X
XWWW: http://www.ai.mit.edu/~jrennie/ifile/
END-of-mail/ifile/pkg-descr
echo x - mail/ifile/pkg-comment
sed 's/^X//' >mail/ifile/pkg-comment << 'END-of-mail/ifile/pkg-comment'
XAn Application of Machine Learning to E-Mail Filtering
END-of-mail/ifile/pkg-comment
echo x - mail/ifile/distinfo
sed 's/^X//' >mail/ifile/distinfo << 'END-of-mail/ifile/distinfo'
XMD5 (ifile-1.0.4.tar.gz) = 26e1cfa8482e733922a59e48e12545f4
END-of-mail/ifile/distinfo
echo x - mail/ifile/Makefile
sed 's/^X//' >mail/ifile/Makefile << 'END-of-mail/ifile/Makefile'
X# New ports collection makefile for:	ifile
X# Date created:         29 Jan 2002
X# Whom:                 David Bushong <david+ports@bushong.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ifile
XPORTVERSION=	1.0.4
XCATEGORIES=	mail textproc
XMASTER_SITES=	http://www.ai.mit.edu/~jrennie/ifile/
X
XMAINTAINER=	david+ports@bushong.net
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-mail/ifile/Makefile
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?200201292220.g0TMKc612835>