Date: Sun, 22 Sep 2013 18:02:56 +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: r327886 - in head/devel: . p5-Test-Able-Runner Message-ID: <201309221802.r8MI2u3R077014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 22 18:02:55 2013 New Revision: 327886 URL: http://svnweb.freebsd.org/changeset/ports/327886 Log: - Add p5-Test-Able-Runner 1.001 - While I'm here, add LICENSE and NO_STAGE Provides basic test runner via use_test_packages by base package or a list of test packages. Allows you to choose your test paths. Use Test::Able without a bunch of boilerplate. WWW: http://search.cpan.org/dist/Test-Able-Runner/ PR: ports/180304 Submitted by: Anes Mukhametov <anes@anes.su> Added: head/devel/p5-Test-Able-Runner/ head/devel/p5-Test-Able-Runner/Makefile (contents, props changed) head/devel/p5-Test-Able-Runner/distinfo (contents, props changed) head/devel/p5-Test-Able-Runner/pkg-descr (contents, props changed) head/devel/p5-Test-Able-Runner/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 22 18:01:49 2013 (r327885) +++ head/devel/Makefile Sun Sep 22 18:02:55 2013 (r327886) @@ -2743,6 +2743,7 @@ SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-Able + SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Base Added: head/devel/p5-Test-Able-Runner/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Able-Runner/Makefile Sun Sep 22 18:02:55 2013 (r327886) @@ -0,0 +1,28 @@ +# Created by: Anes Mukhametov <anes@anes.su> +# $FreeBSD$ + +PORTNAME= Test-Able-Runner +PORTVERSION= 1.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Use Test::Able without a bunch of boilerplate + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Pluggable>=3.6:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \ + p5-Test-Able>=0.09:${PORTSDIR}/devel/p5-Test-Able +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_STAGE= yes +USE_PERL5= configure +USES= perl5 + +MAN3= Test::Able::Runner.3 \ + Test::Able::Runner::Role::Meta::Class.3 + +.include <bsd.port.mk> Added: head/devel/p5-Test-Able-Runner/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Able-Runner/distinfo Sun Sep 22 18:02:55 2013 (r327886) @@ -0,0 +1,2 @@ +SHA256 (Test-Able-Runner-1.001.tar.gz) = 5fdf880774f46f3687d4e089195125d0a89e6a0e0d39751f732280eea2fa2f7b +SIZE (Test-Able-Runner-1.001.tar.gz) = 11712 Added: head/devel/p5-Test-Able-Runner/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Able-Runner/pkg-descr Sun Sep 22 18:02:55 2013 (r327886) @@ -0,0 +1,5 @@ +Provides basic test runner via use_test_packages by base package or a list +of test packages. Allows you to choose your test paths. +Use Test::Able without a bunch of boilerplate. + +WWW: http://search.cpan.org/dist/Test-Able-Runner/ Added: head/devel/p5-Test-Able-Runner/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Able-Runner/pkg-plist Sun Sep 22 18:02:55 2013 (r327886) @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Test/Able/Runner.pm +%%SITE_PERL%%/Test/Able/Runner/Role/Meta/Class.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Able/Runner/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Able/Runner +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Able +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test/Able/Runner/Role/Meta +@dirrmtry %%SITE_PERL%%/Test/Able/Runner/Role +@dirrmtry %%SITE_PERL%%/Test/Able/Runner +@dirrmtry %%SITE_PERL%%/Test/Able +@dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309221802.r8MI2u3R077014>