pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Bits Add p5-Test-Bits version 0.02 from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3c74e745c7d
branches:  trunk
changeset: 321661:d3c74e745c7d
user:      he <he%pkgsrc.org@localhost>
date:      Tue Mar 26 16:28:34 2019 +0000

description:
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.

diffstat:

 devel/p5-Test-Bits/DESCR    |   7 +++++++
 devel/p5-Test-Bits/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-Bits/distinfo |   6 ++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r b03829d03727 -r d3c74e745c7d devel/p5-Test-Bits/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Bits/DESCR  Tue Mar 26 16:28:34 2019 +0000
@@ -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.
diff -r b03829d03727 -r d3c74e745c7d devel/p5-Test-Bits/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Bits/Makefile       Tue Mar 26 16:28:34 2019 +0000
@@ -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@localhost
+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"
diff -r b03829d03727 -r d3c74e745c7d devel/p5-Test-Bits/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Bits/distinfo       Tue Mar 26 16:28:34 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index