1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add clamassassin

Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.

PR:		72698
Submitted by:	Matt <matt@xtaz.net>
This commit is contained in:
Yen-Ming Lee 2004-10-16 01:26:41 +00:00
parent e0236b477f
commit af86081561
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119554
4 changed files with 46 additions and 0 deletions

View File

@ -42,6 +42,7 @@
SUBDIR += chkrootkit
SUBDIR += chrootuid
SUBDIR += cksfv
SUBDIR += clamassassin
SUBDIR += clamav
SUBDIR += clamav-devel
SUBDIR += clamsmtp

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: clamassassin
# Date created: 16 October 2004
# Whom: Matt <matt@xtaz.net>
#
# $FreeBSD$
#
PORTNAME= clamassassin
PORTVERSION= 1.2.2
CATEGORIES= security
MASTER_SITES= http://drivel.com/clamassassin/
MAINTAINER= ports@freebsd.org
COMMENT= A simple virus filter wrapper for ClamAV
BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav
RUN_DEPENDS= ${BUILD_DEPENDS}
PLIST_FILES= bin/clamassassin
GNU_CONFIGURE= yes
OPTIONS= CLAMDSCAN "Scanning using clamd" on \
SUBREWRITE "Mail subject rewriting" off
.include <bsd.port.pre.mk>
.if !defined (WITHOUT_CLAMDSCAN)
CONFIGURE_ARGS+= --enable-clamdscan
.endif
.if defined (WITH_SUBREWRITE)
CONFIGURE_ARGS+= --enable-subject-rewrite
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (clamassassin-1.2.2.tar.gz) = 38fb2ef866fbef72df627352d2069032
SIZE (clamassassin-1.2.2.tar.gz) = 33748

View File

@ -0,0 +1,7 @@
Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.
WWW: http://drivel.com/clamassassin/