Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D2E6A7A2A9 for ; Mon, 7 Nov 2016 10:38:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 855A4855B7; Mon, 7 Nov 2016 10:38:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14076855AB for ; Mon, 7 Nov 2016 10:38:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sW1TJVgwKraG for ; Mon, 7 Nov 2016 10:38:31 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 93CE084CEE for ; Mon, 7 Nov 2016 10:38:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91CB5FBA6; Mon, 7 Nov 2016 10:38:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1478515111150900" MIME-Version: 1.0 Date: Mon, 7 Nov 2016 10:38:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test2-Suite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161107103831.91CB5FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1478515111150900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 7 10:38:31 UTC 2016 Added Files: pkgsrc/devel/p5-Test2-Suite: DESCR Makefile distinfo Log Message: Import p5-Test2-Suite-0.000060 as devel/p5-Test2-Suite. Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test2-Suite/DESCR \ pkgsrc/devel/p5-Test2-Suite/Makefile pkgsrc/devel/p5-Test2-Suite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1478515111150900 Content-Disposition: inline Content-Length: 1909 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-Test2-Suite/DESCR diff -u /dev/null pkgsrc/devel/p5-Test2-Suite/DESCR:1.1 --- /dev/null Mon Nov 7 10:38:31 2016 +++ pkgsrc/devel/p5-Test2-Suite/DESCR Mon Nov 7 10:38:31 2016 @@ -0,0 +1,3 @@ +Rich set of tools, plugins, bundles, etc built upon the Test2 +testing library. If you are interested in writing tests, this is +the distribution for you. Index: pkgsrc/devel/p5-Test2-Suite/Makefile diff -u /dev/null pkgsrc/devel/p5-Test2-Suite/Makefile:1.1 --- /dev/null Mon Nov 7 10:38:31 2016 +++ pkgsrc/devel/p5-Test2-Suite/Makefile Mon Nov 7 10:38:31 2016 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/11/07 10:38:31 wiz Exp $ + +DISTNAME= Test2-Suite-0.000060 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test2-Suite/ +COMMENT= Perl5 module with a rich set of tools for testing +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer +DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple + +PERL5_PACKLIST= auto/Test2/Suite/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Test2-Suite/distinfo diff -u /dev/null pkgsrc/devel/p5-Test2-Suite/distinfo:1.1 --- /dev/null Mon Nov 7 10:38:31 2016 +++ pkgsrc/devel/p5-Test2-Suite/distinfo Mon Nov 7 10:38:31 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/11/07 10:38:31 wiz Exp $ + +SHA1 (Test2-Suite-0.000060.tar.gz) = b21c5680ebb0e62c5a85959579254465dd632fe6 +RMD160 (Test2-Suite-0.000060.tar.gz) = 903c0e088c5d7f4f43e91fc3c1a07dd504795e31 +SHA512 (Test2-Suite-0.000060.tar.gz) = 4bf5ae6848a8fd8e5e0357161d245ce5dbb81e8ad1df10656780f8904d34c0430b282427018304e9d1c8406dc6a57d928d7a30414c2022a0cf491990c476dd7a +Size (Test2-Suite-0.000060.tar.gz) = 138708 bytes --_----------=_1478515111150900--