Port details |
- spmfilter-clamav ClamAV plugin for spmfilter
- 0.2.3 mail =2 0.2.3Version of this port present on the latest quarterly branch.
- Maintainer: ast@treibsand.com
- Port Added: 2010-05-17 23:53:58
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.spmfilter.org/
- Description:
- spmfilter-clamav is a plugin for spmfilter that enables spmfilter
to check mails with the Clam AntiVirus open source toolkit for
viruses. The major goal of this plugin is to provide an easy way
for virus-scanning emails. If ClamAV detects malicious software
like viruses the affected email is discarded by the plugin.
Optionally notifications can be enabled to inform the recipients
and sender (configurable) about the discarded message.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spmfilter-clamav>0:mail/spmfilter-clamav
- To install the port:
- cd /usr/ports/mail/spmfilter-clamav/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/spmfilter-clamav
- pkg install spmfilter-clamav
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spmfilter-clamav
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spmfilter-clamav-0.2.3.tar.gz) = 215c4ae39fcb921676da7e6cb5cf8789657d51f6be67c2e56976cc738ff1e80c
SIZE (spmfilter-clamav-0.2.3.tar.gz) = 9184
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:
-
- spmfilter>=0.6 : mail/spmfilter
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- spmfilter>=0.6 : mail/spmfilter
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for spmfilter-clamav-0.2.3:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_spmfilter-clamav
- USES:
- cmake:noninja pkgconfig
- 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 |
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.2.3 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.2.3 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.2.3 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.3 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.2.3 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.2.3 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.2.3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2.3 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
0.2.3 31 Jan 2014 15:50:37 |
pawel |
- Update to version 0.2.3 [1]
- Add stage support [1]
- Convert to option helpers
- Unmute install commands
PR: ports/185928 [1]
Submitted by: maintainer |
0.1.1_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.1.1_1 04 Jun 2013 10:32:49 |
bapt |
Convert to new options framework |
0.1.1_1 30 Apr 2013 16:37:46 |
bdrewery |
- Fix cases where 2 USES= were used
With hat: portmgr |
0.1.1_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.1.1_1 24 Mar 2013 15:51:03 |
bdrewery |
- Add explicit pkgconf dependency
- Trim headers
PR: ports/177306
Reported by: John Marino <draco@marino.st>
With hat: portmgr |
0.1.1_1 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.1.1_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.1.1_1 30 Jun 2010 04:19:20 |
sahil |
- Bump PORTREVISION to chase mail/spmfilter update
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes |
0.1.1 17 May 2010 23:53:03 |
sahil |
spmfilter-clamav is a plugin for spmfilter that enables spmfilter
to check mails with the Clam AntiVirus open source toolkit for
viruses. The major goal of this plugin is to provide an easy way
for virus-scanning emails. If ClamAV detects malicious software
like viruses the affected email is discarded by the plugin.
Optionally notifications can be enabled to inform the recipients
and sender (configurable) about the discarded message.
WWW: http://www.spmfilter.org/
PR: ports/146182
Submitted by: Axel Steiner <ast at treibsand.com>
Approved by: wxs@ (mentor) |