d963 FreshPorts -- mail/spamprobe
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
spamprobe 1.4d_7 mail on this many watch lists=4 search for ports that depend on this port
Spam detector using Bayesian analysis of word counts
Maintained by: stefan@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Sep 2002 19:40:46
License: not specified in port


SpamProbe

Fast, intelligent, automatic spam detector using Bayesian analysis of word
counts in spam and non-spam email. Intended for use with procmail to
filter inbound email. No manual rule creation required.

WWW: http://spamprobe.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. databases/libpbl
Required Libraries:
  1. graphics/giflib
  2. graphics/png
  3. graphics/jpeg
  4. databases/db4
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  3. http://heanet.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  4. http://internode.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  5. http://iweb.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  6. http://jaist.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  7. http://kent.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  8. http://nchc.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  9. http://ncu.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  10. http://osdn.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  11. http://softlayer.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  12. http://sunet.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  13. http://surfnet.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  14. http://switch.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  15. http://transact.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  16. http://ufpr.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  17. http://voxel.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/
  18. http://waix.dl.sourceforge.net/project/spamprobe/spamprobe/1.4d/

Number of commits found: 39

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.4d_7
dinoex search for other commits by this committer
- update png to 1.5.10
24 Feb 2012 06:58:33
Original commit files touched by this commit  1.4d_6
stefan search for other commits by this committer
Use giflib instead of the now obsolte libungif.

PR:             165374
Submitted by:   swills
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.4d_5
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 13:53:52
Original commit files touched by this commit  1.4d_5
ohauer search for other commits by this committer
- remove MD5
23 May 2011 12:09:06
Original commit files touched by this commit  1.4d_5
mandree search for other commits by this committer
Remove databases/db3. All users were using db3+
and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57).

Chase upgrade in dependent ports and change USE_BDB to 40+.
29 Mar 2010 15:18:57
Original commit files touched by this commit  1.4d_5
dinoex search for other commits by this committer
- fix build for png-1.4.1
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.4d_5
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.4d_4
dinoex search for other commits by this committer
- update to jpeg-8
06 Oct 2009 14:52:01
Original commit files touched by this commit  1.4d_3
stefan search for other commits by this committer
- Update databases/libpbl to 1.04, fix compile-time warnings, declare as safe
  for parallel building and run bundled self-tests after building.
- Patch mail/spamprobe to make it work with libpbl on amd64.

PR:             130236
Submitted by:   Kenji Rikitake <kenji.rikitake@acm.org>
Patch by:       mi
Approved by:    Zach Thompson <hideo@lastamericanempire.com> (maintainer)
02 Sep 2009 15:01:56
Original commit files touched by this commit  1.4d_2
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.4d_2
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.4d_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Jul 2008 14:34:52
Original commit files touched by this commit  1.4d_1
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
19 May 2007 20:32:57
Original commit files touched by this commit  1.4d_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 Jan 2007 18:14:37
Original commit files touched by this commit  1.4d
stefan search for other commits by this committer
Set USE_GCC=3.2+ to fix build on 4.x.

Reported by:    Chad R. Larson
07 Jan 2007 15:06:30
Original commit files touched by this commit  1.4d
stefan search for other commits by this committer
- Update mail/spamprobe to 1.4d.
- Add an UPDATING entry to point out changes regarding the database backend(s).
01 Jan 2007 18:12:15
Original commit files touched by this commit  1.4b
stefan search for other commits by this committer
Utilize USE_BDB.

PR:             107110
Submitted by:   leeym
07 May 2006 13:32:13
Original commit files touched by this commit  1.4b
stefan search for other commits by this committer
Convert MAINTAINER to my freebsd.org account.
09 Apr 2006 14:56:37
Original commit files touched by this commit  1.4b
vs search for other commits by this committer
Drop USE_GCC: No longer necessary (reported by Mikhail Teterin)

PR:             ports/94094
Submitted by:   maintainer
18 Feb 2006 21:16:19
Original commit files touched by this commit  1.4b
mnag search for other commits by this committer
- Update to 1.4b

PR:             93532
Submitted by:   maintainer
01 Feb 2006 09:45:33
Original commit files touched by this commit  1.4a
garga search for other commits by this committer
- Update to 1.4a

PR:             ports/92567
Submitted by:   maintainer
03 Jan 2006 20:26:05
Original commit files touched by this commit  1.4
edwin search for other commits by this committer
Remove empty pkg-message
Noticed by: Stefan Walter <sw@gegenunendlich.de>
02 Jan 2006 22:29:08
Original commit files touched by this commit  1.4
edwin search for other commits by this committer
[PATCH] mail/spamprobe: update to 1.4, take maintainership

        - Update to 1.4
        - Take maintainership
        - Optionally depend on libungif
        - Remove local patch for gcc 2.x; instead, depend on gcc 3.2+ (untested
on 4.x -
          I hope it makes it work without any patches there).
        - Remove local patch for using OpenSSL's MD5 implementation.

        Removed file(s):
        - files/patch-md5
        - files/patch-strings

PR:             ports/91232
Submitted by:   Stefan Walter <sw@gegenunendlich.de>
25 Nov 2005 15:31:02
Original commit files touched by this commit  1.2a
pav search for other commits by this committer
- Add SHA256
31 Aug 2005 11:47:31
Original commit files touched by this commit  1.2a
pav search for other commits by this committer
- Update to 1.2a
- More download locations

PR:             ports/85343
Submitted by:   Stefan Walter <sw@gegenunendlich.de>
23 Jun 2005 12:58:01
Original commit files touched by this commit  1.2
mi search for other commits by this committer
Update from 1.0a to 1.2. Fix to use OpenSSL's (optimized) md5 routines
instead of compiling the vendor's (as every other package seems to be
doing now) -- again.
10 Jun 2005 08:03:01
Original commit files touched by this commit  1.0a
pat search for other commits by this committer
Update to 1.0a

PR:             ports/82077
Submitted by:   ports fury
14 Mar 2005 17:36:06
Original commit files touched by this commit  0.9h
vs search for other commits by this committer
Remove 1-line plists in favour of PLIST_FILES
05 Dec 2004 06:59:59
Original commit files touched by this commit  0.9h
linimon search for other commits by this committer
With portmgr hat on, reset maintainership of ports whose committer has
been inactive for more than 6 months and who has not responded to email
about his status.
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.9h
trevor search for other commits by this committer
SIZEify (maintainer timeout)
19 Feb 2004 00:17:19
Original commit files touched by this commit  0.9h
sobomax search for other commits by this committer
Update to 0.9h.

Approved by:    maintainer timeout
29 Apr 2003 05:48:49
Original commit files touched by this commit  0.8b
mdodd search for other commits by this committer
And I missed setting the correct version.

Reminded gently by:      Andrew Stuart <elitetek@tekrealm.net>
                         Jim Mock <jim@FreeBSD.org>
29 Apr 2003 05:32:45
Original commit files touched by this commit  0.8b
mdodd search for other commits by this committer
Omitted in previous update.
29 Apr 2003 00:18:12
Original commit files touched by this commit  0.8b
mdodd search for other commits by this committer
Update to 0.8b
07 Mar 2003 06:06:02
Original commit files touched by this commit  0.7c
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
09 Oct 2002 00:17:30
Original commit files touched by this commit  0.7c
mi search for other commits by this committer
Pass MAKE_ENV to post-build and post-install MAKE invocations to ensure
the things like PREFIX are correct. BTW, this software compiles/link
with db4 as well as db3 now, but the port unconditionally uses db3.
08 Oct 2002 23:48:39
Original commit files touched by this commit  0.7c
mi search for other commits by this committer
Update to 0.7c. Respect C(XX)FLAGS. The new version uses md5 checksums
to identify messages -- force it to use our -lmd instead of letting it
install the N+1st implementation. Use the tiny piece of sprint(3)
to convert the 16-byte digest into the printable 32-char string (the
wisdom of storing such a string instead of the raw digest discussed
with the author already).

Don't copy the manpage from FILESDIR -- compress and/or install it
directly from FILESDIR.

Approved by:    maintainer timeout
16 Sep 2002 19:36:24
Original commit files touched by this commit  0.7a
mdodd search for other commits by this committer
Update to 0.7a.
WARNING!  Database format has changed.  Rebuild required.
05 Sep 2002 19:40:10
Original commit files touched by this commit  0.6
mdodd search for other commits by this committer
Spam detector using Bayesian analysis of word counts.

Number of commits found: 39

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0