Bug 63573 - [NEW PORT] mail/bsfilter: A bayesian spam filter written in Ruby
Summary: [NEW PORT] mail/bsfilter: A bayesian spam filter written in Ruby
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 06:00 UTC by Masafumi Otsune
Modified: 2004-03-01 09:00 UTC (History)
0 users

See Also:


Attachments
bsfilter-1.0.0.shar (4.41 KB, text/plain)
2004-03-01 06:00 UTC, Masafumi Otsune
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masafumi Otsune 2004-03-01 06:00:28 UTC
- English and Japanese are supported.
- Written in Ruby
- Three interfaces are supported.
-- Local mail file. accesses files or stdin/out.
-- IMAP. accesses mails in a IMAP server.
-- POP proxy. works as a proxy between a POP server and MUA.
- GPL

Author:	nabeken
WWW:	http://sourceforge.jp/projects/bsfilter/

Generated with FreeBSD Port Tools 0.50
Comment 1 Masafumi Otsune 2004-03-01 08:08:35 UTC
Since a Sorry mistake was made, it corrects.

38c39
<	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
---
>	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-01 09:00:02 UTC
State Changed
From-To: open->closed

New port added, thanks!