Date: Thu, 15 Aug 2019 18:11:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509024 - in head/devel: . p5-Test2-Tools-Explain Message-ID: <201908151811.x7FIBeiN069049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 15 18:11:40 2019 New Revision: 509024 URL: https://svnweb.freebsd.org/changeset/ports/509024 Log: Add p5-Test2-Tools-Explain 0.02 Test2::Suite dropped the explain() function that had been part of Test::More. For those who miss it in Test2, you can use Test2::Tools::Explain. WWW: https://metacpan.org/release/Test2-Tools-Explain Added: head/devel/p5-Test2-Tools-Explain/ head/devel/p5-Test2-Tools-Explain/Makefile (contents, props changed) head/devel/p5-Test2-Tools-Explain/distinfo (contents, props changed) head/devel/p5-Test2-Tools-Explain/pkg-descr (contents, props changed) head/devel/p5-Test2-Tools-Explain/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 15 17:51:27 2019 (r509023) +++ head/devel/Makefile Thu Aug 15 18:11:40 2019 (r509024) @@ -3465,6 +3465,7 @@ SUBDIR += p5-Test2-Harness SUBDIR += p5-Test2-Plugin-NoWarnings SUBDIR += p5-Test2-Suite + SUBDIR += p5-Test2-Tools-Explain SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau SUBDIR += p5-Text-LevenshteinXS Added: head/devel/p5-Test2-Tools-Explain/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Tools-Explain/Makefile Thu Aug 15 18:11:40 2019 (r509024) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test2-Tools-Explain +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PETDANCE +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Explain tools for Perl Test2 framework + +LICENSE= ART20 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-Test2-Tools-Explain/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Tools-Explain/distinfo Thu Aug 15 18:11:40 2019 (r509024) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565890818 +SHA256 (Test2-Tools-Explain-0.02.tar.gz) = e476bd1739e68f418617c308c3c3cf742de6a595c23bbac2c270e14159f73122 +SIZE (Test2-Tools-Explain-0.02.tar.gz) = 4091 Added: head/devel/p5-Test2-Tools-Explain/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Tools-Explain/pkg-descr Thu Aug 15 18:11:40 2019 (r509024) @@ -0,0 +1,4 @@ +Test2::Suite dropped the explain() function that had been part of Test::More. +For those who miss it in Test2, you can use Test2::Tools::Explain. + +WWW: https://metacpan.org/release/Test2-Tools-Explain Added: head/devel/p5-Test2-Tools-Explain/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Tools-Explain/pkg-plist Thu Aug 15 18:11:40 2019 (r509024) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test2/Tools/Explain.pm +%%PERL5_MAN3%%/Test2::Tools::Explain.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908151811.x7FIBeiN069049>