The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD mail : dspam

Bayesian spam filter - stable maintenance version

 DSPAM (as in De-Spam) is an open-source project to create a new kind
of anti-spam mechanism, and is currently effective as both a
server-side agent for UNIX email servers and a developer's library
for mail clients, other anti-spam tools, and similar projects
requiring drop-in spam filtering. 

http://dspam.nuclearelephant.com



dspam history


v. 1.61
date: 2007/03/13 20:11:17;  author: garga;  state: Exp;  lines: +1 -1
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer

v. 1.60 date: 2006/11/12 16:06:04; author: itetcu; state: Exp; lines: +1 -1 Fix an other typo
v. 1.59 date: 2006/11/12 16:05:21; author: itetcu; state: Exp; lines: +2 -1 - add SAFECAT_LDA OPTION - fix a typo
v. 1.58 date: 2006/11/12 15:56:58; author: itetcu; state: Exp; lines: +17 -9 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/08 07:41:42; author: itetcu; state: Exp; lines: +10 -3 Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off PR: ports/103910 Submitted by: Steffen Rick
v. 1.56 date: 2006/07/07 21:19:05; author: itetcu; state: Exp; lines: +9 -4 Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL. PR: ports/98709 Submitted by: Artis Caune
v. 1.55 date: 2006/06/07 23:44:38; author: itetcu; state: Exp; lines: +2 -2 Bugfixes: - PostgreSQL fails to connect (always) - LDAP client will not build due to header missing from makefile Approved by: lawrance (mentor, implicit)
v. 1.54 date: 2006/06/05 09:43:27; author: itetcu; state: Exp; lines: +1 -1 Fix typo and unbreak. Submited by: FreshPorts Daemon. Approved by: lawrance (mentor, implicit)
v. 1.53 date: 2006/06/05 09:35:19; author: itetcu; state: Exp; lines: +6 -5 Update to 3.6.7, a bugfix release; see files/UPDATING for details. Drop old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.52 date: 2006/05/14 23:48:07; author: itetcu; state: Exp; lines: +8 -21 Update to dspam-3.6.6 release: Removed feature: - Phased out deprecated Berkeley DB drivers - Phased out legacy tools (dspam_corpus, dspam_genaliases) Bugfixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature with MySQL - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.51 date: 2006/05/01 14:55:04; author: pav; state: Exp; lines: +68 -34 - Update to 3.6.5 - Default MySQL backend is now 5.0 PR: ports/96541 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.50 date: 2006/02/17 16:50:32; author: garga; state: Exp; lines: +11 -42 - Update to stable 3.6.4 release: - Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). - Fix removal of EXAMPLESDIR on pkg-plist - Fix spelling in pkg-message and UPDATING - Some Makefile cleanup - drop RC_SUFX in Makefile, USE_RC_SUBR= ${PORTNAME} and move files/dspam.sh.in ---> files/dspam.in PR: ports/93361 Submitted by: maintainer
v. 1.49 date: 2006/02/10 17:06:24; author: garga; state: Exp; lines: +11 -44 - Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. - Drop old knobs check, hard to maintain and conflicting with KNOBS. - Fix brain-dead CONFLICTS from MFD. PR: ports/93109 Submitted by: maintainer
v. 1.48 date: 2006/02/06 12:36:50; author: erwin; state: Exp; lines: +1 -1 Replace a call to pkg_version without full path with ${PKG_VERSION} Approved by: Ion-Mihai Tetcu (maintainer)
v. 1.47 date: 2006/02/04 13:26:42; author: garga; state: Exp; lines: +3 -25 - files/patch-scripts_train.pl was missed in the last commit. - Small Makefile cleanup. - Insist dspam.conf should be updated to include the new directives. - Fix typo in files/UPDATING [1] PR: ports/92762 Submitted by: maintainer Obtained from: edwin [1]
v. 1.46 date: 2006/02/02 19:00:25; author: erwin; state: Exp; lines: +265 -209 Update to 3.6.3 PR: 92659 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.45 date: 2005/11/17 14:45:13; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI knob (convert to new USE_APACHE) PR: ports/89150 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.44 date: 2005/11/15 06:49:59; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.43 date: 2005/07/11 18:55:02; author: pav; state: Exp; lines: +2 -2 - Update to 3.4.8 PR: ports/83250 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.42 date: 2005/05/27 10:24:02; author: netchild; state: Exp; lines: +1 -1 Fix sed script, no portv. bump since the previous version should result in an error. Submitted by: maintainer
v. 1.41 date: 2005/05/26 20:33:52; author: pav; state: Exp; lines: +15 -23 - Update to 20050523.0845 snapshot - Fix WITH_DAEMON - Update RC infrastructure PR: ports/81527 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/05/16 11:28:55; author: jylefort; state: Exp; lines: +3 -3 - Update to 3.4.6.20050512.1145 [1] - Fix CONFLICTS PR: ports/81079 [1] Submitted by: maintainer [1]
v. 1.39 date: 2005/05/09 15:53:43; author: vanilla; state: Exp; lines: +25 -13 Update to dspam-3.4.6 - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken for PR: ports/80790 Submitted by: maintainer
v. 1.38 date: 2005/05/05 21:03:37; author: pav; state: Exp; lines: +171 -108 - Update to 3.4.5 PR: ports/80442 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.37 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.36 date: 2005/04/11 08:03:09; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.35 date: 2005/03/06 23:00:46; author: pav; state: Exp; lines: +2 -2 - Update to 3.2.7.20050302.1330 PR: ports/78402 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.34 date: 2005/02/25 03:05:23; author: leeym; state: Exp; lines: +3 -3 Update to 3.2.7 BUGFIX: Signature not written to some email, making them untrainable PR: 77802 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.33 date: 2005/02/15 08:15:50; author: vs; state: Exp; lines: +13 -8 pdate to 20050128.1500 snapshot - disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD - drop USE_GNOME as per PH 6.6 - drop merged up-stream files/patch-dspam.c - kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if they contain user-visible changes ( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql ports into a server and a client part" ) PR: ports/77449 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.32 date: 2005/02/09 15:52:35; author: vs; state: Exp; lines: +1 -1 Fix mysql/neural-combination PR: ports/76920 Submitted by: Thomas T. Veldhouse, maintainer
v. 1.31 date: 2005/01/31 00:35:49; author: girgen; state: Exp; lines: +9 -42 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.30 date: 2005/01/29 17:34:37; author: pav; state: Exp; lines: +25 -4 - Update to 3.2.6 PR: ports/76796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29 date: 2005/01/13 22:51:55; author: pav; state: Exp; lines: +9 -11 - Update to 3.2.4 - Drop WITH_WHITELIST, it's no longer build time option PR: ports/76198 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.28 date: 2005/01/12 05:24:58; author: edwin; state: Exp; lines: +38 -142 mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissions FreeBSD 4.x user please report problems ASAP so I can fix them before release. dspam-3.2.3.20041229.1945: - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out (ports/75548 by Julien Gabel) - change default DSPAM_HOME_MODE to 0770 (ports/75549 by Julien Gabel ) - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - fix make describe by USE_MYSQL - beautify - Makefile clean-up PR: ports/75665 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27 date: 2004/12/27 01:01:17; author: nork; state: Exp; lines: +13 -7 Fix sqlite docs installation and package building. PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Reported by: pointyhat via kris
v. 1.26 date: 2004/12/25 12:41:20; author: nork; state: Exp; lines: +19 -18 Update to 20041218.2100. o Fix deinstall to delete dspam.conf if it hasn't been cutomized. [1] o Change of name: SQLITE --> SQLITE2, as the -devel port already have sqlite3 support. o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE} where set to DSPAM_HOME_{GROUP,MODE}. o Fix COMMENT PR: ports/75491 Submitted by: on-Mihai "IOnut" Tetcu (maintainer) Pointed out by: kris [1]
v. 1.25 date: 2004/12/23 15:55:02; author: krion; state: Exp; lines: +2 -1 Chase dependency of databases/sqlite2 Bump PORTREVISION Forgotten by: nork
v. 1.24 date: 2004/12/08 20:20:00; author: pav; state: Exp; lines: +70 -36 - Update to 20041203.1245 snapshot - add support for MYSQL50 and handle MYSQL cases right [1] - add support for exim [2] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile [1] based on ports/74761 by Gea-Suan Lin [2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed PR: ports/74796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.23 date: 2004/12/01 20:34:40; author: arved; state: Exp; lines: +4 -4 Update to 3.2.3 PR: 74538 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.22 date: 2004/11/27 23:59:02; author: pav; state: Exp; lines: +1 -1 - Unbreak INDEX, dependency was set to databases/sqlite2, which is for some arcane reasons disconnected from build. Reported by: INDEX build on cluster Pointy hat: pav
v. 1.21 date: 2004/11/27 22:06:32; author: pav; state: Exp; lines: +431 -148 - Update to 3.2.2 snapshot 20041117.1515 PR: ports/74377 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.20 date: 2004/08/12 06:10:19; author: andreas; state: Exp; lines: +1 -1 Maintainer change from Rob to Ion-Mihai, who already maintains the dspam-devel port. Rob currently doesn't have the time to maintain the port. Many thanks to Rob for his work on the dspam port and to Ion to take over. Approved by: Rob Evers
v. 1.19 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.18 date: 2004/07/06 14:43:28; author: pav; state: Exp; lines: +1 -0 - Fix up MySQL 2.x -> 3.x migration instructions Submitted by: Ion-Mihai Tetcu Approved by: maintainer
v. 1.17 date: 2004/07/06 00:45:13; author: pav; state: Exp; lines: +1 -1 - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu
v. 1.16 date: 2004/07/04 11:58:16; author: pav; state: Exp; lines: +257 -69 - Update to 3.0.0 PR: ports/68625 Submitted by: Rob Evers (maintainer)
v. 1.15 date: 2004/05/14 14:57:22; author: pav; state: Exp; lines: +16 -3 - Add option to use Sendmail as LDA - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers (maintainer)
v. 1.14 date: 2004/05/04 18:43:30; author: pav; state: Exp; lines: +74 -7 - Update to 2.10.6 - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers (maintainer) Ion-Mihai Tetcu, Andreas Klemm
v. 1.13 date: 2004/04/05 18:42:17; author: pav; state: Exp; lines: +12 -2 - Update to 2.10.3 - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik This patch by: (maintainer)
v. 1.12 date: 2004/03/24 22:45:38; author: pav; state: Exp; lines: +3 -1 - Fix OPTIONS usage: WITH_* must be tested after PR: ports/64629 Submitted by: Shizuka Kudo
v. 1.11 date: 2004/03/23 08:38:02; author: krion; state: Exp; lines: +12 -2 - Update to version 2.10.1 - Add OPTIONS PR: ports/64571 Submitted by: maintainer
v. 1.10 date: 2004/03/14 06:16:52; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/01/31 22:51:09; author: sergei; state: Exp; lines: +14 -19 - Update to 2.8.3 [1] - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1]
v. 1.8 date: 2004/01/09 02:17:48; author: leeym; state: Exp; lines: +30 -1 Update mail/dspam Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel Reviewed by: Rob Evers
v. 1.7 date: 2003/12/22 19:13:51; author: krion; state: Exp; lines: +3 -1 - Update to version 2.8.1 PR: 60509 Submitted by: Rob Evers (maintainer)
v. 1.6 date: 2003/12/11 15:57:33; author: krion; state: Exp; lines: +1 -1 - Assign maintainership to Rob Evers PR: 60152 Submitted by: Rob Evers
v. 1.5 date: 2003/12/11 14:42:27; author: sergei; state: Exp; lines: +23 -6 - Update to 2.8 - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers
v. 1.4 date: 2003/11/10 00:38:16; author: naddy; state: Exp; lines: +1 -3 Fix master site and unbreak. PR: 58873 Submitted by: Matthias Andree
v. 1.3 date: 2003/11/03 03:56:37; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.2 date: 2003/10/03 23:37:55; author: oliver; state: Exp; lines: +2 -3 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days) PR: ports/57144 Submitted By: Marius Strom
v. 1.1 date: 2003/08/04 11:38:19; author: oliver; state: Exp; Add dspam 2.6.3, a server-side bayesian spam filter. PR: 55222 Submitted by: Dominic Marks ============================================================================= v. 1.61 date: 2007/03/13 20:11:17; author: garga; state: Exp; lines: +1 -1 - Update clamav to 0.90.1 - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.60 date: 2006/11/12 16:06:04; author: itetcu; state: Exp; lines: +1 -1 Fix an other typo
v. 1.59 date: 2006/11/12 16:05:21; author: itetcu; state: Exp; lines: +2 -1 - add SAFECAT_LDA OPTION - fix a typo
v. 1.58 date: 2006/11/12 15:56:58; author: itetcu; state: Exp; lines: +17 -9 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/08 07:41:42; author: itetcu; state: Exp; lines: +10 -3 Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off PR: ports/103910 Submitted by: Steffen Rick
v. 1.56 date: 2006/07/07 21:19:05; author: itetcu; state: Exp; lines: +9 -4 Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL. PR: ports/98709 Submitted by: Artis Caune
v. 1.55 date: 2006/06/07 23:44:38; author: itetcu; state: Exp; lines: +2 -2 Bugfixes: - PostgreSQL fails to connect (always) - LDAP client will not build due to header missing from makefile Approved by: lawrance (mentor, implicit)
v. 1.54 date: 2006/06/05 09:43:27; author: itetcu; state: Exp; lines: +1 -1 Fix typo and unbreak. Submited by: FreshPorts Daemon. Approved by: lawrance (mentor, implicit)
v. 1.53 date: 2006/06/05 09:35:19; author: itetcu; state: Exp; lines: +6 -5 Update to 3.6.7, a bugfix release; see files/UPDATING for details. Drop old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.52 date: 2006/05/14 23:48:07; author: itetcu; state: Exp; lines: +8 -21 Update to dspam-3.6.6 release: Removed feature: - Phased out deprecated Berkeley DB drivers - Phased out legacy tools (dspam_corpus, dspam_genaliases) Bugfixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature with MySQL - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.51 date: 2006/05/01 14:55:04; author: pav; state: Exp; lines: +68 -34 - Update to 3.6.5 - Default MySQL backend is now 5.0 PR: ports/96541 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.50 date: 2006/02/17 16:50:32; author: garga; state: Exp; lines: +11 -42 - Update to stable 3.6.4 release: - Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). - Fix removal of EXAMPLESDIR on pkg-plist - Fix spelling in pkg-message and UPDATING - Some Makefile cleanup - drop RC_SUFX in Makefile, USE_RC_SUBR= ${PORTNAME} and move files/dspam.sh.in ---> files/dspam.in PR: ports/93361 Submitted by: maintainer
v. 1.49 date: 2006/02/10 17:06:24; author: garga; state: Exp; lines: +11 -44 - Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. - Drop old knobs check, hard to maintain and conflicting with KNOBS. - Fix brain-dead CONFLICTS from MFD. PR: ports/93109 Submitted by: maintainer
v. 1.48 date: 2006/02/06 12:36:50; author: erwin; state: Exp; lines: +1 -1 Replace a call to pkg_version without full path with ${PKG_VERSION} Approved by: Ion-Mihai Tetcu (maintainer)
v. 1.47 date: 2006/02/04 13:26:42; author: garga; state: Exp; lines: +3 -25 - files/patch-scripts_train.pl was missed in the last commit. - Small Makefile cleanup. - Insist dspam.conf should be updated to include the new directives. - Fix typo in files/UPDATING [1] PR: ports/92762 Submitted by: maintainer Obtained from: edwin [1]
v. 1.46 date: 2006/02/02 19:00:25; author: erwin; state: Exp; lines: +265 -209 Update to 3.6.3 PR: 92659 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.45 date: 2005/11/17 14:45:13; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI knob (convert to new USE_APACHE) PR: ports/89150 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.44 date: 2005/11/15 06:49:59; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.43 date: 2005/07/11 18:55:02; author: pav; state: Exp; lines: +2 -2 - Update to 3.4.8 PR: ports/83250 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.42 date: 2005/05/27 10:24:02; author: netchild; state: Exp; lines: +1 -1 Fix sed script, no portv. bump since the previous version should result in an error. Submitted by: maintainer
v. 1.41 date: 2005/05/26 20:33:52; author: pav; state: Exp; lines: +15 -23 - Update to 20050523.0845 snapshot - Fix WITH_DAEMON - Update RC infrastructure PR: ports/81527 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/05/16 11:28:55; author: jylefort; state: Exp; lines: +3 -3 - Update to 3.4.6.20050512.1145 [1] - Fix CONFLICTS PR: ports/81079 [1] Submitted by: maintainer [1]
v. 1.39 date: 2005/05/09 15:53:43; author: vanilla; state: Exp; lines: +25 -13 Update to dspam-3.4.6 - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken for PR: ports/80790 Submitted by: maintainer
v. 1.38 date: 2005/05/05 21:03:37; author: pav; state: Exp; lines: +171 -108 - Update to 3.4.5 PR: ports/80442 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.37 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.36 date: 2005/04/11 08:03:09; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.35 date: 2005/03/06 23:00:46; author: pav; state: Exp; lines: +2 -2 - Update to 3.2.7.20050302.1330 PR: ports/78402 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.34 date: 2005/02/25 03:05:23; author: leeym; state: Exp; lines: +3 -3 Update to 3.2.7 BUGFIX: Signature not written to some email, making them untrainable PR: 77802 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.33 date: 2005/02/15 08:15:50; author: vs; state: Exp; lines: +13 -8 pdate to 20050128.1500 snapshot - disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD - drop USE_GNOME as per PH 6.6 - drop merged up-stream files/patch-dspam.c - kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if they contain user-visible changes ( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql ports into a server and a client part" ) PR: ports/77449 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.32 date: 2005/02/09 15:52:35; author: vs; state: Exp; lines: +1 -1 Fix mysql/neural-combination PR: ports/76920 Submitted by: Thomas T. Veldhouse, maintainer
v. 1.31 date: 2005/01/31 00:35:49; author: girgen; state: Exp; lines: +9 -42 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.30 date: 2005/01/29 17:34:37; author: pav; state: Exp; lines: +25 -4 - Update to 3.2.6 PR: ports/76796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29 date: 2005/01/13 22:51:55; author: pav; state: Exp; lines: +9 -11 - Update to 3.2.4 - Drop WITH_WHITELIST, it's no longer build time option PR: ports/76198 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.28 date: 2005/01/12 05:24:58; author: edwin; state: Exp; lines: +38 -142 mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissions FreeBSD 4.x user please report problems ASAP so I can fix them before release. dspam-3.2.3.20041229.1945: - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out (ports/75548 by Julien Gabel) - change default DSPAM_HOME_MODE to 0770 (ports/75549 by Julien Gabel ) - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - fix make describe by USE_MYSQL - beautify - Makefile clean-up PR: ports/75665 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27 date: 2004/12/27 01:01:17; author: nork; state: Exp; lines: +13 -7 Fix sqlite docs installation and package building. PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Reported by: pointyhat via kris
v. 1.26 date: 2004/12/25 12:41:20; author: nork; state: Exp; lines: +19 -18 Update to 20041218.2100. o Fix deinstall to delete dspam.conf if it hasn't been cutomized. [1] o Change of name: SQLITE --> SQLITE2, as the -devel port already have sqlite3 support. o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE} where set to DSPAM_HOME_{GROUP,MODE}. o Fix COMMENT PR: ports/75491 Submitted by: on-Mihai "IOnut" Tetcu (maintainer) Pointed out by: kris [1]
v. 1.25 date: 2004/12/23 15:55:02; author: krion; state: Exp; lines: +2 -1 Chase dependency of databases/sqlite2 Bump PORTREVISION Forgotten by: nork
v. 1.24 date: 2004/12/08 20:20:00; author: pav; state: Exp; lines: +70 -36 - Update to 20041203.1245 snapshot - add support for MYSQL50 and handle MYSQL cases right [1] - add support for exim [2] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile [1] based on ports/74761 by Gea-Suan Lin [2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed PR: ports/74796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.23 date: 2004/12/01 20:34:40; author: arved; state: Exp; lines: +4 -4 Update to 3.2.3 PR: 74538 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.22 date: 2004/11/27 23:59:02; author: pav; state: Exp; lines: +1 -1 - Unbreak INDEX, dependency was set to databases/sqlite2, which is for some arcane reasons disconnected from build. Reported by: INDEX build on cluster Pointy hat: pav
v. 1.21 date: 2004/11/27 22:06:32; author: pav; state: Exp; lines: +431 -148 - Update to 3.2.2 snapshot 20041117.1515 PR: ports/74377 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.20 date: 2004/08/12 06:10:19; author: andreas; state: Exp; lines: +1 -1 Maintainer change from Rob to Ion-Mihai, who already maintains the dspam-devel port. Rob currently doesn't have the time to maintain the port. Many thanks to Rob for his work on the dspam port and to Ion to take over. Approved by: Rob Evers
v. 1.19 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.18 date: 2004/07/06 14:43:28; author: pav; state: Exp; lines: +1 -0 - Fix up MySQL 2.x -> 3.x migration instructions Submitted by: Ion-Mihai Tetcu Approved by: maintainer
v. 1.17 date: 2004/07/06 00:45:13; author: pav; state: Exp; lines: +1 -1 - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu
v. 1.16 date: 2004/07/04 11:58:16; author: pav; state: Exp; lines: +257 -69 - Update to 3.0.0 PR: ports/68625 Submitted by: Rob Evers (maintainer)
v. 1.15 date: 2004/05/14 14:57:22; author: pav; state: Exp; lines: +16 -3 - Add option to use Sendmail as LDA - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers (maintainer)
v. 1.14 date: 2004/05/04 18:43:30; author: pav; state: Exp; lines: +74 -7 - Update to 2.10.6 - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers (maintainer) Ion-Mihai Tetcu, Andreas Klemm
v. 1.13 date: 2004/04/05 18:42:17; author: pav; state: Exp; lines: +12 -2 - Update to 2.10.3 - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik This patch by: (maintainer)
v. 1.12 date: 2004/03/24 22:45:38; author: pav; state: Exp; lines: +3 -1 - Fix OPTIONS usage: WITH_* must be tested after PR: ports/64629 Submitted by: Shizuka Kudo
v. 1.11 date: 2004/03/23 08:38:02; author: krion; state: Exp; lines: +12 -2 - Update to version 2.10.1 - Add OPTIONS PR: ports/64571 Submitted by: maintainer
v. 1.10 date: 2004/03/14 06:16:52; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/01/31 22:51:09; author: sergei; state: Exp; lines: +14 -19 - Update to 2.8.3 [1] - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1]
v. 1.8 date: 2004/01/09 02:17:48; author: leeym; state: Exp; lines: +30 -1 Update mail/dspam Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel Reviewed by: Rob Evers
v. 1.7 date: 2003/12/22 19:13:51; author: krion; state: Exp; lines: +3 -1 - Update to version 2.8.1 PR: 60509 Submitted by: Rob Evers (maintainer)
v. 1.6 date: 2003/12/11 15:57:33; author: krion; state: Exp; lines: +1 -1 - Assign maintainership to Rob Evers PR: 60152 Submitted by: Rob Evers
v. 1.5 date: 2003/12/11 14:42:27; author: sergei; state: Exp; lines: +23 -6 - Update to 2.8 - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers
v. 1.4 date: 2003/11/10 00:38:16; author: naddy; state: Exp; lines: +1 -3 Fix master site and unbreak. PR: 58873 Submitted by: Matthias Andree
v. 1.3 date: 2003/11/03 03:56:37; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.2 date: 2003/10/03 23:37:55; author: oliver; state: Exp; lines: +2 -3 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days) PR: ports/57144 Submitted By: Marius Strom
v. 1.1 date: 2003/08/04 11:38:19; author: oliver; state: Exp; Add dspam 2.6.3, a server-side bayesian spam filter. PR: 55222 Submitted by: Dominic Marks ============================================================================= v. 1.61 date: 2007/03/13 20:11:17; author: garga; state: Exp; lines: +1 -1 - Update clamav to 0.90.1 - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.60 date: 2006/11/12 16:06:04; author: itetcu; state: Exp; lines: +1 -1 Fix an other typo
v. 1.59 date: 2006/11/12 16:05:21; author: itetcu; state: Exp; lines: +2 -1 - add SAFECAT_LDA OPTION - fix a typo
v. 1.58 date: 2006/11/12 15:56:58; author: itetcu; state: Exp; lines: +17 -9 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/08 07:41:42; author: itetcu; state: Exp; lines: +10 -3 Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off PR: ports/103910 Submitted by: Steffen Rick
v. 1.56 date: 2006/07/07 21:19:05; author: itetcu; state: Exp; lines: +9 -4 Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL. PR: ports/98709 Submitted by: Artis Caune
v. 1.55 date: 2006/06/07 23:44:38; author: itetcu; state: Exp; lines: +2 -2 Bugfixes: - PostgreSQL fails to connect (always) - LDAP client will not build due to header missing from makefile Approved by: lawrance (mentor, implicit)
v. 1.54 date: 2006/06/05 09:43:27; author: itetcu; state: Exp; lines: +1 -1 Fix typo and unbreak. Submited by: FreshPorts Daemon. Approved by: lawrance (mentor, implicit)
v. 1.53 date: 2006/06/05 09:35:19; author: itetcu; state: Exp; lines: +6 -5 Update to 3.6.7, a bugfix release; see files/UPDATING for details. Drop old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.52 date: 2006/05/14 23:48:07; author: itetcu; state: Exp; lines: +8 -21 Update to dspam-3.6.6 release: Removed feature: - Phased out deprecated Berkeley DB drivers - Phased out legacy tools (dspam_corpus, dspam_genaliases) Bugfixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature with MySQL - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.51 date: 2006/05/01 14:55:04; author: pav; state: Exp; lines: +68 -34 - Update to 3.6.5 - Default MySQL backend is now 5.0 PR: ports/96541 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.50 date: 2006/02/17 16:50:32; author: garga; state: Exp; lines: +11 -42 - Update to stable 3.6.4 release: - Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). - Fix removal of EXAMPLESDIR on pkg-plist - Fix spelling in pkg-message and UPDATING - Some Makefile cleanup - drop RC_SUFX in Makefile, USE_RC_SUBR= ${PORTNAME} and move files/dspam.sh.in ---> files/dspam.in PR: ports/93361 Submitted by: maintainer
v. 1.49 date: 2006/02/10 17:06:24; author: garga; state: Exp; lines: +11 -44 - Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. - Drop old knobs check, hard to maintain and conflicting with KNOBS. - Fix brain-dead CONFLICTS from MFD. PR: ports/93109 Submitted by: maintainer
v. 1.48 date: 2006/02/06 12:36:50; author: erwin; state: Exp; lines: +1 -1 Replace a call to pkg_version without full path with ${PKG_VERSION} Approved by: Ion-Mihai Tetcu (maintainer)
v. 1.47 date: 2006/02/04 13:26:42; author: garga; state: Exp; lines: +3 -25 - files/patch-scripts_train.pl was missed in the last commit. - Small Makefile cleanup. - Insist dspam.conf should be updated to include the new directives. - Fix typo in files/UPDATING [1] PR: ports/92762 Submitted by: maintainer Obtained from: edwin [1]
v. 1.46 date: 2006/02/02 19:00:25; author: erwin; state: Exp; lines: +265 -209 Update to 3.6.3 PR: 92659 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.45 date: 2005/11/17 14:45:13; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI knob (convert to new USE_APACHE) PR: ports/89150 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.44 date: 2005/11/15 06:49:59; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.43 date: 2005/07/11 18:55:02; author: pav; state: Exp; lines: +2 -2 - Update to 3.4.8 PR: ports/83250 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.42 date: 2005/05/27 10:24:02; author: netchild; state: Exp; lines: +1 -1 Fix sed script, no portv. bump since the previous version should result in an error. Submitted by: maintainer
v. 1.41 date: 2005/05/26 20:33:52; author: pav; state: Exp; lines: +15 -23 - Update to 20050523.0845 snapshot - Fix WITH_DAEMON - Update RC infrastructure PR: ports/81527 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/05/16 11:28:55; author: jylefort; state: Exp; lines: +3 -3 - Update to 3.4.6.20050512.1145 [1] - Fix CONFLICTS PR: ports/81079 [1] Submitted by: maintainer [1]
v. 1.39 date: 2005/05/09 15:53:43; author: vanilla; state: Exp; lines: +25 -13 Update to dspam-3.4.6 - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken for PR: ports/80790 Submitted by: maintainer
v. 1.38 date: 2005/05/05 21:03:37; author: pav; state: Exp; lines: +171 -108 - Update to 3.4.5 PR: ports/80442 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.37 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.36 date: 2005/04/11 08:03:09; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.35 date: 2005/03/06 23:00:46; author: pav; state: Exp; lines: +2 -2 - Update to 3.2.7.20050302.1330 PR: ports/78402 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.34 date: 2005/02/25 03:05:23; author: leeym; state: Exp; lines: +3 -3 Update to 3.2.7 BUGFIX: Signature not written to some email, making them untrainable PR: 77802 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.33 date: 2005/02/15 08:15:50; author: vs; state: Exp; lines: +13 -8 pdate to 20050128.1500 snapshot - disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD - drop USE_GNOME as per PH 6.6 - drop merged up-stream files/patch-dspam.c - kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if they contain user-visible changes ( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql ports into a server and a client part" ) PR: ports/77449 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.32 date: 2005/02/09 15:52:35; author: vs; state: Exp; lines: +1 -1 Fix mysql/neural-combination PR: ports/76920 Submitted by: Thomas T. Veldhouse, maintainer
v. 1.31 date: 2005/01/31 00:35:49; author: girgen; state: Exp; lines: +9 -42 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.30 date: 2005/01/29 17:34:37; author: pav; state: Exp; lines: +25 -4 - Update to 3.2.6 PR: ports/76796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29 date: 2005/01/13 22:51:55; author: pav; state: Exp; lines: +9 -11 - Update to 3.2.4 - Drop WITH_WHITELIST, it's no longer build time option PR: ports/76198 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.28 date: 2005/01/12 05:24:58; author: edwin; state: Exp; lines: +38 -142 mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissions FreeBSD 4.x user please report problems ASAP so I can fix them before release. dspam-3.2.3.20041229.1945: - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out (ports/75548 by Julien Gabel) - change default DSPAM_HOME_MODE to 0770 (ports/75549 by Julien Gabel ) - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - fix make describe by USE_MYSQL - beautify - Makefile clean-up PR: ports/75665 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27 date: 2004/12/27 01:01:17; author: nork; state: Exp; lines: +13 -7 Fix sqlite docs installation and package building. PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Reported by: pointyhat via kris
v. 1.26 date: 2004/12/25 12:41:20; author: nork; state: Exp; lines: +19 -18 Update to 20041218.2100. o Fix deinstall to delete dspam.conf if it hasn't been cutomized. [1] o Change of name: SQLITE --> SQLITE2, as the -devel port already have sqlite3 support. o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE} where set to DSPAM_HOME_{GROUP,MODE}. o Fix COMMENT PR: ports/75491 Submitted by: on-Mihai "IOnut" Tetcu (maintainer) Pointed out by: kris [1]
v. 1.25 date: 2004/12/23 15:55:02; author: krion; state: Exp; lines: +2 -1 Chase dependency of databases/sqlite2 Bump PORTREVISION Forgotten by: nork
v. 1.24 date: 2004/12/08 20:20:00; author: pav; state: Exp; lines: +70 -36 - Update to 20041203.1245 snapshot - add support for MYSQL50 and handle MYSQL cases right [1] - add support for exim [2] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile [1] based on ports/74761 by Gea-Suan Lin [2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed PR: ports/74796 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.23 date: 2004/12/01 20:34:40; author: arved; state: Exp; lines: +4 -4 Update to 3.2.3 PR: 74538 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.22 date: 2004/11/27 23:59:02; author: pav; state: Exp; lines: +1 -1 - Unbreak INDEX, dependency was set to databases/sqlite2, which is for some arcane reasons disconnected from build. Reported by: INDEX build on cluster Pointy hat: pav
v. 1.21 date: 2004/11/27 22:06:32; author: pav; state: Exp; lines: +431 -148 - Update to 3.2.2 snapshot 20041117.1515 PR: ports/74377 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.20 date: 2004/08/12 06:10:19; author: andreas; state: Exp; lines: +1 -1 Maintainer change from Rob to Ion-Mihai, who already maintains the dspam-devel port. Rob currently doesn't have the time to maintain the port. Many thanks to Rob for his work on the dspam port and to Ion to take over. Approved by: Rob Evers
v. 1.19 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.18 date: 2004/07/06 14:43:28; author: pav; state: Exp; lines: +1 -0 - Fix up MySQL 2.x -> 3.x migration instructions Submitted by: Ion-Mihai Tetcu Approved by: maintainer
v. 1.17 date: 2004/07/06 00:45:13; author: pav; state: Exp; lines: +1 -1 - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu
v. 1.16 date: 2004/07/04 11:58:16; author: pav; state: Exp; lines: +257 -69 - Update to 3.0.0 PR: ports/68625 Submitted by: Rob Evers (maintainer)
v. 1.15 date: 2004/05/14 14:57:22; author: pav; state: Exp; lines: +16 -3 - Add option to use Sendmail as LDA - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers (maintainer)
v. 1.14 date: 2004/05/04 18:43:30; author: pav; state: Exp; lines: +74 -7 - Update to 2.10.6 - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers (maintainer) Ion-Mihai Tetcu, Andreas Klemm
v. 1.13 date: 2004/04/05 18:42:17; author: pav; state: Exp; lines: +12 -2 - Update to 2.10.3 - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik This patch by: (maintainer)
v. 1.12 date: 2004/03/24 22:45:38; author: pav; state: Exp; lines: +3 -1 - Fix OPTIONS usage: WITH_* must be tested after PR: ports/64629 Submitted by: Shizuka Kudo
v. 1.11 date: 2004/03/23 08:38:02; author: krion; state: Exp; lines: +12 -2 - Update to version 2.10.1 - Add OPTIONS PR: ports/64571 Submitted by: maintainer
v. 1.10 date: 2004/03/14 06:16:52; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/01/31 22:51:09; author: sergei; state: Exp; lines: +14 -19 - Update to 2.8.3 [1] - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1]
v. 1.8 date: 2004/01/09 02:17:48; author: leeym; state: Exp; lines: +30 -1 Update mail/dspam Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel Reviewed by: Rob Evers
v. 1.7 date: 2003/12/22 19:13:51; author: krion; state: Exp; lines: +3 -1 - Update to version 2.8.1 PR: 60509 Submitted by: Rob Evers (maintainer)
v. 1.6 date: 2003/12/11 15:57:33; author: krion; state: Exp; lines: +1 -1 - Assign maintainership to Rob Evers PR: 60152 Submitted by: Rob Evers
v. 1.5 date: 2003/12/11 14:42:27; author: sergei; state: Exp; lines: +23 -6 - Update to 2.8 - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers
v. 1.4 date: 2003/11/10 00:38:16; author: naddy; state: Exp; lines: +1 -3 Fix master site and unbreak. PR: 58873 Submitted by: Matthias Andree
v. 1.3 date: 2003/11/03 03:56:37; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.2 date: 2003/10/03 23:37:55; author: oliver; state: Exp; lines: +2 -3 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days) PR: ports/57144 Submitted By: Marius Strom
v. 1.1 date: 2003/08/04 11:38:19; author: oliver; state: Exp; Add dspam 2.6.3, a server-side bayesian spam filter. PR: 55222 Submitted by: Dominic Marks =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm