Add p5-ClamAV-Client: Client class for the ClamAV clamd virus scanner

ClamAV::Client is a class acting as a client for a ClamAV `clamd` virus
scanner daemon. The daemon may run locally or on a remote system as
ClamAV::Client can use both Unix domain sockets and TCP/IP sockets. The
full functionality of the `clamd` client/server protocol is supported.
This commit is contained in:
schmonz 2024-02-01 04:19:28 +00:00
parent 457229e5e1
commit 650e79a2a4
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,4 @@
ClamAV::Client is a class acting as a client for a ClamAV `clamd` virus
scanner daemon. The daemon may run locally or on a remote system as
ClamAV::Client can use both Unix domain sockets and TCP/IP sockets. The
full functionality of the `clamd` client/server protocol is supported.

View File

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2024/02/01 04:19:28 schmonz Exp $
DISTNAME= ClamAV-Client-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JM/JMEHNLE/clamav-client/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/ClamAV::Client
COMMENT= Client class for the ClamAV clamd virus scanner
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Error>=0:../../devel/p5-Error
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/ClamAV/Client/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/02/01 04:19:28 schmonz Exp $
BLAKE2s (ClamAV-Client-0.11.tar.gz) = c4baa395cc01b17e75e573c758ffe7b28919959fb54557152da0674c389995f6
SHA512 (ClamAV-Client-0.11.tar.gz) = 66338725db9f78f9551d63af7c85926b546e9015e164c124ac7c4962c0c6adb74dafe477c319705abe8bf49240a3ffddf3147e07ce0707e58307b2dd1b1221b3
Size (ClamAV-Client-0.11.tar.gz) = 8420 bytes