Port details |
- spmfilter High-performance mail filtering framework written in C
- 0.6.7_9 mail =3 0.6.7_7Version of this port present on the latest quarterly branch.
- Maintainer: ast@treibsand.com
- Port Added: 2010-04-27 02:32:57
- Last Update: 2024-08-04 17:13:56
- Commit Hash: a870a7c
- People watching this port, also watch:: ap24-mod_fcgid, apr, openssl, swaks, pcre
- License: LGPL3
- WWW:
- https://www.spmfilter.org/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spmfilter>0:mail/spmfilter
- To install the port:
- cd /usr/ports/mail/spmfilter/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/spmfilter
- pkg install spmfilter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spmfilter
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spmfilter-0.6.7.tar.gz) = 8b675a1d36e84d360985aad69330071a3fcf414a6e7a4066320b1c1d09156776
SIZE (spmfilter-0.6.7.tar.gz) = 875995
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libcmime>=0.1.10 : mail/libcmime
- libesmtp>=1.0 : mail/libesmtp
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- libcmime>=0.1.10 : mail/libcmime
- libesmtp>=1.0 : mail/libesmtp
- Library dependencies:
-
- libdb-5.3.so : databases/db5
- This port is required by:
- for Build
-
- mail/spmfilter-clamav
-
Deleted ports which required this port:
- for Run
-
- mail/spmfilter-clamav
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for spmfilter-0.6.7_9:
DB4=on: DB4 backend
DEBUG=off: Build with debugging support
LDAP=off: LDAP protocol support
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- mail_spmfilter
- USES:
- cmake:noninja pkgconfig bdb
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.7_9 04 Aug 2024 17:13:56 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.4.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
0.6.7_8 24 Jul 2024 11:44:12 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
0.6.7_7 18 Mar 2024 12:28:11 |
Christian Weisgerber (naddy) |
mail/spmfilter: Move man pages to share/man
Approved by: portmgr (blanket) |
0.6.7_6 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.7_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.7_6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.7_6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.6.7_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.7_6 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
0.6.7_6 02 Apr 2020 12:04:56 |
sunpoet |
Bump PORTREVISION for databases/libzdb shlib change |
0.6.7_5 06 Apr 2019 14:42:44 |
sunpoet |
Update databases/libzdb to 3.2
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership
Changes: https://www.tildeslash.com/libzdb/#release_notes |
0.6.7_4 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
0.6.7_4 25 May 2017 20:12:32 |
bapt |
In EREs, left-brace is not to be interpreted as an ordinary character unless
escaped. Using an unescaped left-brace as part of an invalid repetition
specification is undefined behavior.
PR: 219009
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Approved by: maintainer timeout (3 weeks) |
0.6.7_4 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
0.6.7_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.6.7_4 22 Sep 2015 21:20:42 |
amdmi3 |
- Switch to @sample
- Drop @dirrm* from plist
- Modernize vardir handling
Approved by: portmgr blanket |
0.6.7_4 22 Feb 2015 16:58:21 |
robak |
mail/libcmime: update 0.1.11 -> 0.1.15
- Add DOXYGEN option
- Bump mail/spmfilter PORTREVISION
PR: 195995
Submitted by: Axel Steiner <ast@treibsand.com> |
0.6.7_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
0.6.7_3 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
0.6.7_2 17 Aug 2014 16:08:20 |
tijl |
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip |
0.6.7_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
0.6.7 09 May 2014 21:13:10 |
amdmi3 |
- Don't remove mtree directories
Approved by: portmgr |
0.6.7 04 Feb 2014 18:17:14 |
antoine |
Finish stage support |
0.6.7 18 Jan 2014 22:57:38 |
danilo |
- Update from 0.6.3 to 0.6.7
- Add stage support
PR: ports/185822
Submitted by: Axel Steiner <ast@treibsand.com> (maintainer) |
0.6.3 11 Jan 2014 16:12:42 |
tabthorpe |
- Update to 0.6.3
- Change port dependencies
- Update master site
PR: ports/183232
Submitted by: Axel Steiner <ast@treibsand.com> (maintainer) |
0.4.2_5 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.4.2_5 19 Jul 2013 20:57:59 |
cs |
Update to 2.11.3 |
0.4.2_4 04 Jun 2013 10:32:49 |
bapt |
Convert to new options framework |
0.4.2_4 16 May 2013 12:13:17 |
zeising |
Pass maintainership to Axel Steiner <ast@treibsand.com>
PR: ports/178682:
Submitted by: Frank Wall <fw@moov.de> (current maintainer) |
0.4.2_4 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.4.2_4 26 Mar 2013 21:22:45 |
cs |
- Update to 2.11.1
- Bump PORTREVISION
PR: ports/175821
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer |
0.4.2_3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.4.2_3 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.4.2_3 17 Jul 2012 20:00:36 |
cs |
- Update to 2.10.5
- Bump PORTREVISION |
0.4.2_2 05 Jun 2012 21:35:54 |
cs |
Bump portrevision due to databases/libzdb update |
0.4.2_1 23 May 2012 01:47:57 |
miwi |
- Chase libesmtp shlib bump |
0.4.2 14 Jan 2012 08:57:23 |
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. |
0.4.2 14 Nov 2011 03:26:46 |
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 |
0.4.2 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.4.2 30 Jun 2010 04:18:19 |
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 |
0.4.1 17 May 2010 23:54:24 |
sahil |
- Other ports may populate ${PREFIX}/lib/spmfilter, so @dirrmtry instead of
@dirrm
Approved by: Frank Wall (maintainer), wxs@ (mentor) |
0.4.1 11 May 2010 23:35:20 |
sahil |
- Fix build on 6.x
Reported by: pointyhat via pav@
Approved by: itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer) |
0.4.1 02 May 2010 19:28:20 |
sahil |
- Update to 0.4.1
PR: ports/146113
Submitted by: Frank Wall <fw@moov.de> (maintainer)
Approved by: wxs@ (mentor) |
0.4.0 27 Apr 2010 02:31:59 |
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) |