FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:25 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
bogofilter-sqlite 1.2.1 mail on this many watch lists=2 search for ports that depend on this port
Fast, teachable, learning spam detector
Maintained by: matthias.andree@gmx.de search for ports maintained by this maintainer
Port Added: 26 May 2005 13:05:46


Bogofilter is a trainable email spam detector.

Bogofilter takes an email message or other text on standard input, parses it
into words, does a statistical check against databases of "good" and "bad"
words, and returns a status code indicating whether or not the message is spam.
Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text
attachments and HTML comments.

The supported database backends are Berkeley DB, QDBM and SQLite3.

WWW: http://bogofilter.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: mail/bogofilter

Required To Build: devel/automake110, devel/autoconf262
Required To Run: lang/perl5.8
Required Libraries: math/gsl, converters/libiconv, databases/sqlite3

To install the port: cd /usr/ports/mail/bogofilter-sqlite/ && make install clean
To add the package: pkg_add -r bogofilter-sqlite


Configuration Options
===> The following configuration options are available for bogofilter-sqlite-1.2.1:
     GSL=on (default) "Link with system-wide GSL dynamically (recommended)"
     UNICODE=on (default) "Normalize tokens to Unicode (UTF-8)"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://sunet.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://iweb.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://switch.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://surfnet.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://kent.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://freefr.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://voxel.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://jaist.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://osdn.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://nchc.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://transact.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://softlayer.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://internode.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://biznetnetworks.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
http://ufpr.dl.sourceforge.net/project/bogofilter/bogofilter-stable/bogofilter-1.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 8

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Jan 2010 15:17:59
Original commit files touched by this commit  1.2.1
mandree search for other commits by this committer
Update to new upstream release 1.2.1.

Submitted by: lwhsu@
PR:           ports/141417
Approved by:  garga@ (mentor)
01 Dec 2009 20:33:45
Original commit files touched by this commit  1.2.0_1
makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
13 May 2009 09:49:43
Original commit files touched by this commit  1.2.0
miwi search for other commits by this committer
- Update to 1.2.0, resetting PORTREVISION where set.
- use bsd.database.mk framework (USE_BDB/USE_SQLITE)
- set MAKE_JOBS_SAFE for parallel builds

PR:             134323
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
08 Jan 2009 16:00:18
Original commit files touched by this commit  1.1.7
miwi search for other commits by this committer
- Set CONFLICT with mail/bogofilter-tc.

PR:             127039
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
24 Oct 2005 15:25:38
Original commit files touched by this commit  0.96.2_1
garga search for other commits by this committer
- Fix NOPORTDOCS "make install" and packaging,
  reported by Stanislaw Halik (bcc'd to protect his mail address).
- Clean up CONFLICTS
- Run t.lock3 in bogofilter-sqlite again
- Bump port revision after pkg-plist change.

PR:             ports/87890
Submitted by:   maintainer
08 Jun 2005 13:21:20
Original commit files touched by this commit  0.94.13
jylefort search for other commits by this committer
- Skip the overzealous t.lock3 test that is very delicate WRT timing, I/O and
  such, and broke on pointyhat and often breaks on user systems, too
- Skip t.valgrind, which is pretty environment-dependent

PR:             ports/81929
Submitted by:   maintainer
30 May 2005 11:48:24
Original commit files touched by this commit  0.94.13
yar search for other commits by this committer
- Update to 0.94.13
  * iconv/unicode bugfixes
  * sqlite3 interface much more CPU efficient and faster now
  * bogofilter -q option to suppress printing of statistics
  (see share/doc/bogofilter/NEWS for details)
- convert WITHOUT_*/pre-everything messaging stuff (GSL, BASH) to OPTIONS
- add an OPTIONS switch for ICONV (experimental, default off),
  suggested by Yar Tikhiy.
- revise pkg-install message
- use a more suitable LIBS/CPPFLAGS passing for sibling ports or
  when GSL=off ICONV=on is used.
- change wording of GSL OPTION.
- reset -qdbm PORTREVISION
- remove obsoleted bogofilter-qdbm/files/* patches
- deprecate bogofilter-tdb effective 2005-11-30

Removed files:
- bogofilter-qdbm/files/patch-pathcycle

PR:             ports/81642
Submitted by:   maintainer
26 May 2005 13:05:08
Original commit files touched by this commit  0.94.12
pav search for other commits by this committer
New sibling bogofilter port to use the sqlite3 database backend.

PR:             ports/81448
Submitted by:   Matthias Andree <matthias.andree@gmx.de>

Number of commits found: 8

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.038 seconds.