From owner-svn-ports-head@FreeBSD.ORG Sun Sep 22 18:02:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D23B35A; Sun, 22 Sep 2013 18:02:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 574992DA7; Sun, 22 Sep 2013 18:02:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MI2vL0077019; Sun, 22 Sep 2013 18:02:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8MI2u3R077014; Sun, 22 Sep 2013 18:02:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309221802.r8MI2u3R077014@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Sep 2013 18:02:56 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 18:02:57 -0000 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 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 +# $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 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