pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-ClamAV-Client
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Feb 1 04:19:28 UTC 2024
Added Files:
pkgsrc/security/p5-ClamAV-Client: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-ClamAV-Client/DESCR \
pkgsrc/security/p5-ClamAV-Client/Makefile \
pkgsrc/security/p5-ClamAV-Client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/p5-ClamAV-Client/DESCR
diff -u /dev/null pkgsrc/security/p5-ClamAV-Client/DESCR:1.1
--- /dev/null Thu Feb 1 04:19:28 2024
+++ pkgsrc/security/p5-ClamAV-Client/DESCR Thu Feb 1 04:19:28 2024
@@ -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.
Index: pkgsrc/security/p5-ClamAV-Client/Makefile
diff -u /dev/null pkgsrc/security/p5-ClamAV-Client/Makefile:1.1
--- /dev/null Thu Feb 1 04:19:28 2024
+++ pkgsrc/security/p5-ClamAV-Client/Makefile Thu Feb 1 04:19:28 2024
@@ -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@localhost
+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"
Index: pkgsrc/security/p5-ClamAV-Client/distinfo
diff -u /dev/null pkgsrc/security/p5-ClamAV-Client/distinfo:1.1
--- /dev/null Thu Feb 1 04:19:28 2024
+++ pkgsrc/security/p5-ClamAV-Client/distinfo Thu Feb 1 04:19:28 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index