Received: by mail.netbsd.org (Postfix, from userid 605) id 7FC5384D99; Tue, 26 Mar 2019 16:28:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 071DB84D24 for ; Tue, 26 Mar 2019 16:28:35 +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 A0jJNDtDWlz3 for ; Tue, 26 Mar 2019 16:28:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79B2E84D22 for ; Tue, 26 Mar 2019 16:28:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73D77FB16; Tue, 26 Mar 2019 16:28:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15536177149280" MIME-Version: 1.0 Date: Tue, 26 Mar 2019 16:28:34 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/p5-Test-Bits To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190326162834.73D77FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15536177149280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Mar 26 16:28:34 UTC 2019 Added Files: pkgsrc/devel/p5-Test-Bits: DESCR Makefile distinfo Log Message: Add p5-Test-Bits version 0.02 from pkgsrc-wip. This module provides a single subroutine, bits_is(), for testing binary data. This module is quite similar to Test::BinaryData and Test::HexString in concept. The difference is that this module shows failure diagnostics in a different way, and has a slightly different calling style. Depending on the nature of the data you're working with, this module may be easier to work with. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Bits/DESCR \ pkgsrc/devel/p5-Test-Bits/Makefile pkgsrc/devel/p5-Test-Bits/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15536177149280 Content-Disposition: inline Content-Length: 2115 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-Test-Bits/DESCR diff -u /dev/null pkgsrc/devel/p5-Test-Bits/DESCR:1.1 --- /dev/null Tue Mar 26 16:28:34 2019 +++ pkgsrc/devel/p5-Test-Bits/DESCR Tue Mar 26 16:28:34 2019 @@ -0,0 +1,7 @@ +This module provides a single subroutine, bits_is(), for testing binary data. + +This module is quite similar to Test::BinaryData and Test::HexString in +concept. The difference is that this module shows failure diagnostics in a +different way, and has a slightly different calling style. Depending on the +nature of the data you're working with, this module may be easier to work +with. Index: pkgsrc/devel/p5-Test-Bits/Makefile diff -u /dev/null pkgsrc/devel/p5-Test-Bits/Makefile:1.1 --- /dev/null Tue Mar 26 16:28:34 2019 +++ pkgsrc/devel/p5-Test-Bits/Makefile Tue Mar 26 16:28:34 2019 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2019/03/26 16:28:34 he Exp $ + +DISTNAME= Test-Bits-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/release/Test-Bits +COMMENT= Provides a bits_is() subroutine for testing binary data +LICENSE= artistic-2.0 + +DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils +DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent +TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal + +PERL5_PACKLIST= auto/Test/Bits/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Test-Bits/distinfo diff -u /dev/null pkgsrc/devel/p5-Test-Bits/distinfo:1.1 --- /dev/null Tue Mar 26 16:28:34 2019 +++ pkgsrc/devel/p5-Test-Bits/distinfo Tue Mar 26 16:28:34 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/03/26 16:28:34 he Exp $ + +SHA1 (Test-Bits-0.02.tar.gz) = 9432465a4becb68e7bfefc0b35a54a0896655fa2 +RMD160 (Test-Bits-0.02.tar.gz) = 3c01b9c29c4adda0ab4f3128b0dc693ead4a177d +SHA512 (Test-Bits-0.02.tar.gz) = 4fd995f23fb365d31fbb281b8dfc7494b5a99a6f7b372c09ea16623aedc82443a3847399ade867285979e928c49c91aa85a45d8c34207549936b6eb6ae89ce6b +Size (Test-Bits-0.02.tar.gz) = 9651 bytes --_----------=_15536177149280--