head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.4 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.2 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.6.0.8 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.6 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.4 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.2 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.5.0.10 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.8 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.6 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.4 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.2 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.4.0.6 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.4 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.2 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.2.0.8 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.4 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.6 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.2 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.7 date 2023.07.06.09.40.09; author wiz; state Exp; branches; next 1.6; commitid 6meR4IA6XJRNYIvE; 1.6 date 2022.06.28.11.33.21; author wiz; state Exp; branches; next 1.5; commitid D2UoJrTHpoHEANJD; 1.5 date 2021.05.24.19.51.40; author wiz; state Exp; branches; next 1.4; commitid qokaiStTApGMcrUC; 1.4 date 2020.09.04.14.20.28; author wiz; state Exp; branches; next 1.3; commitid QZcTe4ybPc1wOJmC; 1.3 date 2020.08.31.18.08.58; author wiz; state Exp; branches; next 1.2; commitid 7zxRbfOkDOoxbfmC; 1.2 date 2019.08.11.13.20.27; author wiz; state Exp; branches; next 1.1; commitid Ifet9Pg6Qt99ZByB; 1.1 date 2019.03.26.16.28.34; author he; state Exp; branches; next ; commitid apo1RyASioMCuTgB; desc @@ 1.7 log @*: recursive bump for perl 5.38 @ text @# $NetBSD: Makefile,v 1.6 2022/06/28 11:33:21 wiz Exp $ DISTNAME= Test-Bits-0.02 PKGNAME= p5-${DISTNAME} PKGREVISION= 6 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 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" @ 1.6 log @*: recursive bump for perl 5.36 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2021/05/24 19:51:40 wiz Exp $ d5 1 a5 1 PKGREVISION= 5 @ 1.5 log @*: recursive bump for perl 5.34 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/09/04 14:20:28 wiz Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.4 log @*: remove p5-parent, part of perl @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/08/31 18:08:58 wiz Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.3 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/08/11 13:20:27 wiz Exp $ d5 1 a5 1 PKGREVISION= 2 a14 1 DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent @ 1.2 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/03/26 16:28:34 he Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ d5 1 @