| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 May 2012 01:47:57
0.4.2_1
|
miwi  |
- Chase libesmtp shlib bump |
14 Jan 2012 08:57:23
0.4.2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
14 Nov 2011 03:26:46
0.4.2
|
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
03 Jul 2011 13:53:52
0.4.2
|
ohauer  |
- remove MD5 |
30 Jun 2010 04:18:19
0.4.2
|
sahil  |
- Update to 0.4.2
- Add LICENSE
PR: ports/147854
Submitted by: Frank Wall <fw@moov.de> (maintainer)
Approved by: itetcu@ (mentor)
Feature safe: yes |
17 May 2010 23:54:24
0.4.1
|
sahil  |
- Other ports may populate ${PREFIX}/lib/spmfilter, so @dirrmtry instead of
@dirrm
Approved by: Frank Wall (maintainer), wxs@ (mentor) |
11 May 2010 23:35:20
0.4.1
|
sahil  |
- Fix build on 6.x
Reported by: pointyhat via pav@
Approved by: itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer) |
02 May 2010 19:28:20
0.4.1
|
sahil  |
- Update to 0.4.1
PR: ports/146113
Submitted by: Frank Wall <fw@moov.de> (maintainer)
Approved by: wxs@ (mentor) |
27 Apr 2010 02:31:59
0.4.0
|
sahil  |
spmfilter is a high-performance mail filtering framework, written in C.
It attempts to be a general filtering framework for any purposes.
Filtering mechanisms are provided by plugins, the API enables spmfilter
plugins to access messages as they are being processed by the MTA.
This allows them to examine and modify message content and
meta-information during the SMTP transaction. Plugins are loaded at
runtime and can be processed in any sequence, the processing chain
can also be altered by a single plugin
WWW: http://www.spmfilter.org/
PR: ports/145673
Submitted by: Frank Wall <fw at moov.de>
Reworked by: sahil@ (myself)
Approved by: wxs@ (mentor) |