Port details |
- clamfs User-space fs with on-access antivirus scanning
- 1.2.0_5 filesystems =1 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: anastasios@mageirias.com
- Port Added: 2024-11-07 19:52:55
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: munin-node, gsasl, clamsmtp, milter-greylist, monit
- Also Listed In: security
- License: GPLv2
- WWW:
- https://github.com/burghardt/clamfs
- Description:
- ClamFS is a FUSE-based user-space file system for Linux with
on-access anti-virus file scanning through clamd daemon
Features
- User-space file system
- Configuration stored in XML files
- FUSE used as file system back-end
- Scan files using ClamAV
- ScanCache speeds up file access
- Sends mail to administrator when detect virus
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clamfs>0:filesystems/clamfs
- To install the port:
- cd /usr/ports/filesystems/clamfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/clamfs
- pkg install clamfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clamfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651043979
SHA256 (clamfs-1.2.0.tar.gz) = d391afeedb4e5418f8a65c42598489f55047604c7e3eabf0ee2f44110899e42a
SIZE (clamfs-1.2.0.tar.gz) = 196903
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:
-
- boost-libs>=1.33 : devel/boost-libs
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- clamd : security/clamav
- Library dependencies:
-
- libPocoFoundation.so : devel/poco
- libPocoNet.so : devel/poco
- libPocoXML.so : devel/poco
- librlog.so : devel/rlog
- libfuse3.so : filesystems/fusefs-libs3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clamfs-1.2.0_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- filesystems_clamfs
- USES:
- autoreconf compiler:c++11-lib fuse:3 pkgconfig
- pkg-message:
- For install:
- In order to use clamfs, you should load fusefs.ko module and start clamd.
Type:
sudo kldload fusefs.ko
sudo service clamav-freshclam onestart
sudo service clamav-daemon onestart
For more info please visit:
https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
- Master Sites:
|
Port Moves |
- port moved here from security/clamfs on 2024-11-06
REASON: Moved to new category filesystems
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_5 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
Number of commits found: 1
|