Received: by mail.netbsd.org (Postfix, from userid 605) id 3C4E184D47; Wed, 10 Jan 2024 15:45:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DC3B84D1B for ; Wed, 10 Jan 2024 15:45:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xhu8iY1Vfss5 for ; Wed, 10 Jan 2024 15:45:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D8E5C84CD7 for ; Wed, 10 Jan 2024 15:45:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB3EAFA42; Wed, 10 Jan 2024 15:45:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704901503107840" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 15:45:03 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/security/p5-File-Scan-ClamAV To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240110154503.CB3EAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704901503107840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jan 10 15:45:03 UTC 2024 Added Files: pkgsrc/security/p5-File-Scan-ClamAV: DESCR Makefile distinfo Log Message: Add p5-File-Scan-ClamAV: Library for sending commands to a local clamd A library for connecting to and sending commands to a local ClamAV clamd service - an anti-virus daemon process. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-File-Scan-ClamAV/DESCR \ pkgsrc/security/p5-File-Scan-ClamAV/Makefile \ pkgsrc/security/p5-File-Scan-ClamAV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704901503107840 Content-Disposition: inline Content-Length: 1900 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/p5-File-Scan-ClamAV/DESCR diff -u /dev/null pkgsrc/security/p5-File-Scan-ClamAV/DESCR:1.1 --- /dev/null Wed Jan 10 15:45:03 2024 +++ pkgsrc/security/p5-File-Scan-ClamAV/DESCR Wed Jan 10 15:45:03 2024 @@ -0,0 +1,2 @@ +A library for connecting to and sending commands to a local ClamAV clamd +service - an anti-virus daemon process. Index: pkgsrc/security/p5-File-Scan-ClamAV/Makefile diff -u /dev/null pkgsrc/security/p5-File-Scan-ClamAV/Makefile:1.1 --- /dev/null Wed Jan 10 15:45:03 2024 +++ pkgsrc/security/p5-File-Scan-ClamAV/Makefile Wed Jan 10 15:45:03 2024 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2024/01/10 15:45:03 schmonz Exp $ + +DISTNAME= File-Scan-ClamAV-1.95 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ES/ESAYM/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/dist/File-Scan-ClamAV +COMMENT= Library for sending commands to a local clamd +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= clamav-[0-9]*:../../security/clamav + +PERL5_PACKLIST= auto/File/Scan/ClamAV/.packlist +USE_LANGUAGES= # none + +MAKE_ENV+= CLAMD_PATH=${PREFIX:Q}/sbin + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/p5-File-Scan-ClamAV/distinfo diff -u /dev/null pkgsrc/security/p5-File-Scan-ClamAV/distinfo:1.1 --- /dev/null Wed Jan 10 15:45:03 2024 +++ pkgsrc/security/p5-File-Scan-ClamAV/distinfo Wed Jan 10 15:45:03 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/01/10 15:45:03 schmonz Exp $ + +BLAKE2s (File-Scan-ClamAV-1.95.tar.gz) = 3822ebec26acf048231d3b74216442e26f7017139765da1076bdf2ddce7c409a +SHA512 (File-Scan-ClamAV-1.95.tar.gz) = 604b3e4f876be41e0963e4969b8b06d4b720092d2e5e7b4b2f6f39db502fb213b38025d3904c1528d1c3d1aaf81e43e09924618efd1b29db221ac4e8e6149b93 +Size (File-Scan-ClamAV-1.95.tar.gz) = 15010 bytes --_----------=_1704901503107840--