From owner-svn-ports-all@freebsd.org Sun Mar 6 06:15:24 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 BAE05A132C8; Sun, 6 Mar 2016 06:15:24 +0000 (UTC) (envelope-from sunpoet@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 7D517878; Sun, 6 Mar 2016 06:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u266FNUF033493; Sun, 6 Mar 2016 06:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u266FNM8033488; Sun, 6 Mar 2016 06:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603060615.u266FNM8033488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Mar 2016 06:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410230 - in head/devel: . p5-Test2 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.21 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, 06 Mar 2016 06:15:24 -0000 Author: sunpoet Date: Sun Mar 6 06:15:22 2016 New Revision: 410230 URL: https://svnweb.freebsd.org/changeset/ports/410230 Log: - Add p5-Test2 0.000025 Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities. WWW: http://search.cpan.org/dist/Test2/ Added: head/devel/p5-Test2/ head/devel/p5-Test2/Makefile (contents, props changed) head/devel/p5-Test2/distinfo (contents, props changed) head/devel/p5-Test2/pkg-descr (contents, props changed) head/devel/p5-Test2/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 6 03:13:16 2016 (r410229) +++ head/devel/Makefile Sun Mar 6 06:15:22 2016 (r410230) @@ -3301,6 +3301,7 @@ SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-utf8 + SUBDIR += p5-Test2 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau SUBDIR += p5-Text-LevenshteinXS Added: head/devel/p5-Test2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2/Makefile Sun Mar 6 06:15:22 2016 (r410230) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test2 +PORTVERSION= 0.000025 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:EXODIST +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Framework for writing test tools that all work together + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Test2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2/distinfo Sun Mar 6 06:15:22 2016 (r410230) @@ -0,0 +1,2 @@ +SHA256 (Test2-0.000025.tar.gz) = fe653ae3812a744f8f00316fd292757233d62a226c4364486fd6c7b33bed9c5d +SIZE (Test2-0.000025.tar.gz) = 84356 Added: head/devel/p5-Test2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2/pkg-descr Sun Mar 6 06:15:22 2016 (r410230) @@ -0,0 +1,4 @@ +Test2 is a new testing framework produced by forking Test::Builder, completely +refactoring it, adding many new features and capabilities. + +WWW: http://search.cpan.org/dist/Test2/ Added: head/devel/p5-Test2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2/pkg-plist Sun Mar 6 06:15:22 2016 (r410230) @@ -0,0 +1,56 @@ +%%SITE_PERL%%/Test2.pm +%%SITE_PERL%%/Test2/API.pm +%%SITE_PERL%%/Test2/API/Context.pm +%%SITE_PERL%%/Test2/API/Instance.pm +%%SITE_PERL%%/Test2/API/Stack.pm +%%SITE_PERL%%/Test2/Event.pm +%%SITE_PERL%%/Test2/Event/Bail.pm +%%SITE_PERL%%/Test2/Event/Diag.pm +%%SITE_PERL%%/Test2/Event/Exception.pm +%%SITE_PERL%%/Test2/Event/Note.pm +%%SITE_PERL%%/Test2/Event/Ok.pm +%%SITE_PERL%%/Test2/Event/Plan.pm +%%SITE_PERL%%/Test2/Event/Skip.pm +%%SITE_PERL%%/Test2/Event/Subtest.pm +%%SITE_PERL%%/Test2/Event/Waiting.pm +%%SITE_PERL%%/Test2/Formatter.pm +%%SITE_PERL%%/Test2/Formatter/TAP.pm +%%SITE_PERL%%/Test2/Hub.pm +%%SITE_PERL%%/Test2/Hub/Interceptor.pm +%%SITE_PERL%%/Test2/Hub/Interceptor/Terminator.pm +%%SITE_PERL%%/Test2/Hub/Subtest.pm +%%SITE_PERL%%/Test2/IPC.pm +%%SITE_PERL%%/Test2/IPC/Driver.pm +%%SITE_PERL%%/Test2/IPC/Driver/Files.pm +%%SITE_PERL%%/Test2/Util.pm +%%SITE_PERL%%/Test2/Util/ExternalMeta.pm +%%SITE_PERL%%/Test2/Util/HashBase.pm +%%SITE_PERL%%/Test2/Util/Trace.pm +%%PERL5_MAN3%%/Test2.3.gz +%%PERL5_MAN3%%/Test2::API.3.gz +%%PERL5_MAN3%%/Test2::API::Context.3.gz +%%PERL5_MAN3%%/Test2::API::Instance.3.gz +%%PERL5_MAN3%%/Test2::API::Stack.3.gz +%%PERL5_MAN3%%/Test2::Event.3.gz +%%PERL5_MAN3%%/Test2::Event::Bail.3.gz +%%PERL5_MAN3%%/Test2::Event::Diag.3.gz +%%PERL5_MAN3%%/Test2::Event::Exception.3.gz +%%PERL5_MAN3%%/Test2::Event::Note.3.gz +%%PERL5_MAN3%%/Test2::Event::Ok.3.gz +%%PERL5_MAN3%%/Test2::Event::Plan.3.gz +%%PERL5_MAN3%%/Test2::Event::Skip.3.gz +%%PERL5_MAN3%%/Test2::Event::Subtest.3.gz +%%PERL5_MAN3%%/Test2::Event::Waiting.3.gz +%%PERL5_MAN3%%/Test2::Formatter.3.gz +%%PERL5_MAN3%%/Test2::Formatter::TAP.3.gz +%%PERL5_MAN3%%/Test2::Hub.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor::Terminator.3.gz +%%PERL5_MAN3%%/Test2::Hub::Subtest.3.gz +%%PERL5_MAN3%%/Test2::IPC.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver::Files.3.gz +%%PERL5_MAN3%%/Test2::Util.3.gz +%%PERL5_MAN3%%/Test2::Util::ExternalMeta.3.gz +%%PERL5_MAN3%%/Test2::Util::HashBase.3.gz +%%PERL5_MAN3%%/Test2::Util::Trace.3.gz