- Add p5-Test-Bits 0.02

Test::Bits 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.

WWW: http://search.cpan.org/dist/Test-Bits/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-15 20:13:18 +00:00
parent 12a8ea4e45
commit 462d83b0b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344482
5 changed files with 40 additions and 0 deletions

View File

@ -2784,6 +2784,7 @@
SUBDIR += p5-Test-Base
SUBDIR += p5-Test-Benchmark
SUBDIR += p5-Test-BinaryData
SUBDIR += p5-Test-Bits
SUBDIR += p5-Test-Block
SUBDIR += p5-Test-CPAN-Meta-YAML
SUBDIR += p5-Test-CheckDeps

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Bits
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides a bits_is() subroutine for testing binary data
LICENSE= ART20
BUILD_DEPENDS= p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Bits-0.02.tar.gz) = a9826f56483a27e2c63156590f328a3633e30375c10dfc89f6690e3929de0bc3
SIZE (Test-Bits-0.02.tar.gz) = 9651

View File

@ -0,0 +1,8 @@
Test::Bits 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.
WWW: http://search.cpan.org/dist/Test-Bits/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Test/Bits.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Bits/.packlist
%%PERL5_MAN3%%/Test::Bits.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Bits
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test