From owner-svn-ports-all@freebsd.org Sun Jul 24 16:53:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9464BA3D47; Sun, 24 Jul 2016 16:53:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A57D91205; Sun, 24 Jul 2016 16:53:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OGrVY7067129; Sun, 24 Jul 2016 16:53:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OGrVVN067124; Sun, 24 Jul 2016 16:53:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607241653.u6OGrVVN067124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 24 Jul 2016 16:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419012 - in head/devel: . p5-Test-Roo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 16:53:32 -0000 Author: pi Date: Sun Jul 24 16:53:31 2016 New Revision: 419012 URL: https://svnweb.freebsd.org/changeset/ports/419012 Log: New port: devel/p5-Test-Roo This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. WWW: http://search.cpan.org/dist/Test-Roo/ PR: 211337 Submitted by: Henk van Oers Added: head/devel/p5-Test-Roo/ head/devel/p5-Test-Roo/Makefile (contents, props changed) head/devel/p5-Test-Roo/distinfo (contents, props changed) head/devel/p5-Test-Roo/pkg-descr (contents, props changed) head/devel/p5-Test-Roo/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 24 16:49:23 2016 (r419011) +++ head/devel/Makefile Sun Jul 24 16:53:31 2016 (r419012) @@ -3294,6 +3294,7 @@ SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Requires-Git SUBDIR += p5-Test-RequiresInternet + SUBDIR += p5-Test-Roo SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork Added: head/devel/p5-Test-Roo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Roo/Makefile Sun Jul 24 16:53:31 2016 (r419012) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Test-Roo +PORTVERSION= 1.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Composable, reusable tests with roles and Moo + +LICENSE= APACHE20 + +BUILD_DEPENDS= p5-Moo>=0:devel/p5-Moo +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Test-Roo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Roo/distinfo Sun Jul 24 16:53:31 2016 (r419012) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469366683 +SHA256 (Test-Roo-1.004.tar.gz) = 21129a3cecb507b00948e16cf15fcde5dc4db235aba84afd7f47d22013a9ded6 +SIZE (Test-Roo-1.004.tar.gz) = 29662 Added: head/devel/p5-Test-Roo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Roo/pkg-descr Sun Jul 24 16:53:31 2016 (r419012) @@ -0,0 +1,7 @@ +This module allows you to compose Test::More tests from roles. +It is inspired by the excellent Test::Routine module, +but uses Moo instead of Moose. +This gives most of the benefits +without the need for Moose as a test dependency. + +WWW: http://search.cpan.org/dist/Test-Roo/ Added: head/devel/p5-Test-Roo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Roo/pkg-plist Sun Jul 24 16:53:31 2016 (r419012) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Test/Roo.pm +%%SITE_PERL%%/Test/Roo/Class.pm +%%SITE_PERL%%/Test/Roo/Cookbook.pm +%%SITE_PERL%%/Test/Roo/Role.pm +%%PERL5_MAN3%%/Test::Roo.3.gz +%%PERL5_MAN3%%/Test::Roo::Class.3.gz +%%PERL5_MAN3%%/Test::Roo::Cookbook.3.gz +%%PERL5_MAN3%%/Test::Roo::Role.3.gz