Date: Thu, 21 Jun 2018 07:22:32 +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: r472957 - in head/devel: . p5-Test-Exit Message-ID: <201806210722.w5L7MWj3025862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 21 07:22:32 2018 New Revision: 472957 URL: https://svnweb.freebsd.org/changeset/ports/472957 Log: New port: devel/p5-Test-Exit Test whether code exits without terminating testing. WWW: https://metacpan.org/release/Test-Exit PR: 229157 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/devel/p5-Test-Exit/ head/devel/p5-Test-Exit/Makefile (contents, props changed) head/devel/p5-Test-Exit/distinfo (contents, props changed) head/devel/p5-Test-Exit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 21 06:32:16 2018 (r472956) +++ head/devel/Makefile Thu Jun 21 07:22:32 2018 (r472957) @@ -3514,6 +3514,7 @@ SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception + SUBDIR += p5-Test-Exit SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD Added: head/devel/p5-Test-Exit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Exit/Makefile Thu Jun 21 07:22:32 2018 (r472957) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Test-Exit +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Test whether code exits without terminating testing + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Return-MultiLevel>=0:devel/p5-Return-MultiLevel + +USES= perl5 +USE_PERL5= configure +PLIST_FILES= ${SITE_PERL_REL}/Test/Exit.pm \ + ${SITE_MAN3_REL}/Test::Exit.3.gz + +.include <bsd.port.mk> Added: head/devel/p5-Test-Exit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Exit/distinfo Thu Jun 21 07:22:32 2018 (r472957) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529412503 +SHA256 (Test-Exit-0.11.tar.gz) = fbda92d37e0481d18eebc81e48d025228b57184c59b2d5a6f6bdf87042e8c7b2 +SIZE (Test-Exit-0.11.tar.gz) = 9778 Added: head/devel/p5-Test-Exit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Exit/pkg-descr Thu Jun 21 07:22:32 2018 (r472957) @@ -0,0 +1,3 @@ +Test whether code exits without terminating testing. + +WWW: https://metacpan.org/release/Test-Exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210722.w5L7MWj3025862>