From 1762e232b8e17753f192d0c07fa4f5ff6d6a8daf Mon Sep 17 00:00:00 2001 From: he Date: Fri, 12 Sep 2008 12:54:04 +0000 Subject: [PATCH] Import p5-POE-Test-Loops version 1.002. POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses. --- devel/p5-POE-Test-Loops/DESCR | 2 ++ devel/p5-POE-Test-Loops/Makefile | 17 +++++++++++++++++ devel/p5-POE-Test-Loops/distinfo | 5 +++++ 3 files changed, 24 insertions(+) create mode 100644 devel/p5-POE-Test-Loops/DESCR create mode 100644 devel/p5-POE-Test-Loops/Makefile create mode 100644 devel/p5-POE-Test-Loops/distinfo diff --git a/devel/p5-POE-Test-Loops/DESCR b/devel/p5-POE-Test-Loops/DESCR new file mode 100644 index 000000000000..e51109f0dfec --- /dev/null +++ b/devel/p5-POE-Test-Loops/DESCR @@ -0,0 +1,2 @@ +POE::Test::Loops contains one function, generate(), which will +generate all the loop tests for one or more POE::Loop subclasses. diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile new file mode 100644 index 000000000000..b668ca6a5cd8 --- /dev/null +++ b/devel/p5-POE-Test-Loops/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 12:54:04 he Exp $ + +DISTNAME= POE-Test-Loops-1.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POE-Test-Loops/ +COMMENT= Perl module providing reusable tests for POE::Loop authors + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/POE/Test/Loops/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo new file mode 100644 index 000000000000..b170a4e69240 --- /dev/null +++ b/devel/p5-POE-Test-Loops/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/12 12:54:04 he Exp $ + +SHA1 (POE-Test-Loops-1.002.tar.gz) = 2d76336da4c930ddbebc02834583cb4264f107be +RMD160 (POE-Test-Loops-1.002.tar.gz) = 5530bb0570a5dba7d6918d4d85c6e7ffab30afaa +Size (POE-Test-Loops-1.002.tar.gz) = 49303 bytes