A library for connecting to and sending commands to a local

ClamAV clamd service - an anti-virus daemon process.

You can find more information about clam anti-virus at
WWW: http://www.clamav.net/

File::Scan::ClamAV was originally based on the Clamd module

Submitted by:	Jan-Peter Koopmann <Jan-Peter.Koopmann at seceidos.de>
This commit is contained in:
Martin Wilke 2006-11-23 23:08:30 +00:00
parent a8e0f5eaf9
commit 40786d825e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177941
5 changed files with 49 additions and 0 deletions

View File

@ -438,6 +438,7 @@
SUBDIR += p5-Digest-Whirlpool
SUBDIR += p5-Email-Obfuscate
SUBDIR += p5-File-Scan
SUBDIR += p5-File-Scan-ClamAV
SUBDIR += p5-Filter-CBC
SUBDIR += p5-Filter-Crypto
SUBDIR += p5-GD-SecurityImage

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: File-Scan-ClamAV
# Date created: 2006-11-24
# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
#
# $FreeBSD$
#
PORTNAME= File-Scan-ClamAV
PORTVERSION= 1.8
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= j.koopmann@seceidos.de
COMMENT= Perl extension for the clamav virus scanner
BUILD_DEPENDS= clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::Scan::ClamAV.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-Scan-ClamAV-1.8.tar.gz) = f447f42ca91d8aa66d33dddfcb69b3d9
SHA256 (File-Scan-ClamAV-1.8.tar.gz) = 5aec0cb6e7bc7b76192f336cbf47aaf8f23011c1d60979624d3468363112e80c
SIZE (File-Scan-ClamAV-1.8.tar.gz) = 6799

View File

@ -0,0 +1,7 @@
A library for connecting to and sending commands to a local
ClamAV clamd service - an anti-virus daemon process.
You can find more information about clam anti-virus at
WWW: http://www.clamav.net/
File::Scan::ClamAV was originally based on the Clamd module

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan/ClamAV/.packlist
%%SITE_PERL%%/File/Scan/ClamAV.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan/ClamAV
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/File/Scan 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true