Date: Thu, 21 Jun 2018 07:43:24 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472959 - in head/devel: . p5-Test-Deep-UnorderedPairs Message-ID: <201806210743.w5L7hOJq036707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 21 07:43:23 2018 New Revision: 472959 URL: https://svnweb.freebsd.org/changeset/ports/472959 Log: New port: devel/p5-Test-Deep-UnorderedPairs Plugin for Test::Deep to compare unordered lists of tuples. This module provides the sub unordered_pairs (and tuples, samehash, as synonyms) to indicate the data being tested is a list of pairs that should be tested where the order of the pairs is insignificant. WWW: https://metacpan.org/release/Test-Deep-UnorderedPairs PR: 229195 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/devel/p5-Test-Deep-UnorderedPairs/ head/devel/p5-Test-Deep-UnorderedPairs/Makefile (contents, props changed) head/devel/p5-Test-Deep-UnorderedPairs/distinfo (contents, props changed) head/devel/p5-Test-Deep-UnorderedPairs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 21 07:29:20 2018 (r472958) +++ head/devel/Makefile Thu Jun 21 07:43:23 2018 (r472959) @@ -3508,6 +3508,7 @@ SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep + SUBDIR += p5-Test-Deep-UnorderedPairs SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-Differences Added: head/devel/p5-Test-Deep-UnorderedPairs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Deep-UnorderedPairs/Makefile Thu Jun 21 07:43:23 2018 (r472959) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Test-Deep-UnorderedPairs +PORTVERSION= 0.006 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:ETHER +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Plugin for Test::Deep to compare unordered lists of tuples + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal + +USES= perl5 +USE_PERL5= configure +PLIST_FILES= ${SITE_PERL_REL}/Test/Deep/UnorderedPairs.pm \ + ${SITE_MAN3_REL}/Test::Deep::UnorderedPairs.3.gz + +.include <bsd.port.mk> Added: head/devel/p5-Test-Deep-UnorderedPairs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Deep-UnorderedPairs/distinfo Thu Jun 21 07:43:23 2018 (r472959) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529539479 +SHA256 (Test-Deep-UnorderedPairs-0.006.tar.gz) = 9d6911a9c69b22a26cad198032e6445cfd2a9d6cec4fc3d8a7ca9b965525ccc5 +SIZE (Test-Deep-UnorderedPairs-0.006.tar.gz) = 28523 Added: head/devel/p5-Test-Deep-UnorderedPairs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Deep-UnorderedPairs/pkg-descr Thu Jun 21 07:43:23 2018 (r472959) @@ -0,0 +1,7 @@ +Plugin for Test::Deep to compare unordered lists of tuples. + +This module provides the sub unordered_pairs (and tuples, samehash, +as synonyms) to indicate the data being tested is a list of pairs +that should be tested where the order of the pairs is insignificant. + +WWW: https://metacpan.org/release/Test-Deep-UnorderedPairs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210743.w5L7hOJq036707>