From e4d551d4f8b31366f566eba9c6e8e1d34c91dcaa Mon Sep 17 00:00:00 2001 From: msf Date: Thu, 10 Jun 2004 02:30:39 +0000 Subject: [PATCH] Initial import of Test-Memory-Cycle-0.02 A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle module. --- devel/p5-Test-Memory-Cycle/Makefile | 28 ++++++++++++++++++++++++++++ devel/p5-Test-Memory-Cycle/distinfo | 3 +++ devel/p5-Test-Memory-Cycle/pkg/DESCR | 2 ++ devel/p5-Test-Memory-Cycle/pkg/PLIST | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100644 devel/p5-Test-Memory-Cycle/Makefile create mode 100644 devel/p5-Test-Memory-Cycle/distinfo create mode 100644 devel/p5-Test-Memory-Cycle/pkg/DESCR create mode 100644 devel/p5-Test-Memory-Cycle/pkg/PLIST diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile new file mode 100644 index 00000000000..ec20f20173e --- /dev/null +++ b/devel/p5-Test-Memory-Cycle/Makefile @@ -0,0 +1,28 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 02:30:39 msf Exp $ + +COMMENT= "Perl extension for emulating troublesome interfaces" + +DISTNAME= Test-Memory-Cycle-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Mathieu Sauve-Frankel + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::devel/p5-Devel-Cycle \ + ::devel/p5-Test-Builder-Tester + +REGRESS_DEPENDS= ::devel/p5-Test-Pod \ + ::devel/p5-Test-Pod-Coverage + +CONFIGURE_STYLE= perl + +.include diff --git a/devel/p5-Test-Memory-Cycle/distinfo b/devel/p5-Test-Memory-Cycle/distinfo new file mode 100644 index 00000000000..c306db9e8c7 --- /dev/null +++ b/devel/p5-Test-Memory-Cycle/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Memory-Cycle-0.02.tar.gz) = 7abadae80e7bd6ba1d982c052629572d +RMD160 (Test-Memory-Cycle-0.02.tar.gz) = 7938c881c3498780cf67afa7e57fd0b036667e3a +SHA1 (Test-Memory-Cycle-0.02.tar.gz) = bd90b05713728379610e5babdcff269fcddd460b diff --git a/devel/p5-Test-Memory-Cycle/pkg/DESCR b/devel/p5-Test-Memory-Cycle/pkg/DESCR new file mode 100644 index 00000000000..cddb6a65b8b --- /dev/null +++ b/devel/p5-Test-Memory-Cycle/pkg/DESCR @@ -0,0 +1,2 @@ +A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle +module. diff --git a/devel/p5-Test-Memory-Cycle/pkg/PLIST b/devel/p5-Test-Memory-Cycle/pkg/PLIST new file mode 100644 index 00000000000..037d015f50f --- /dev/null +++ b/devel/p5-Test-Memory-Cycle/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/10 02:30:39 msf Exp $ +${P5SITE}/Test/Memory/Cycle.pm +@comment ${P5ARCH}/auto/Test/Memory/Cycle/.packlist +man/man3p/Test::Memory::Cycle.3p +@comment @dirrm ${P5ARCH}/auto/Test/Memory/Cycle +@comment @dirrm ${P5ARCH}/auto/Test/Memory +@comment @dirrm ${P5ARCH}/auto/Test +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/Test/Memory +@dirrm ${P5SITE}/Test