From 7407e0c3fab4df58a89572a1427d99b1d1465b78 Mon Sep 17 00:00:00 2001 From: msf Date: Tue, 1 Jun 2004 23:21:40 +0000 Subject: [PATCH] Initial import of p5-Test-Differences-0.47 When the code you're testing returns multiple lines, records or data structures and they're just plain wrong, an equivalent to the Unix "diff" utility may be just what's needed. ok sturm@ --- devel/p5-Test-Differences/Makefile | 26 ++++++++++++++++++++++++++ devel/p5-Test-Differences/distinfo | 3 +++ devel/p5-Test-Differences/pkg/DESCR | 3 +++ devel/p5-Test-Differences/pkg/PLIST | 9 +++++++++ 4 files changed, 41 insertions(+) create mode 100644 devel/p5-Test-Differences/Makefile create mode 100644 devel/p5-Test-Differences/distinfo create mode 100644 devel/p5-Test-Differences/pkg/DESCR create mode 100644 devel/p5-Test-Differences/pkg/PLIST diff --git a/devel/p5-Test-Differences/Makefile b/devel/p5-Test-Differences/Makefile new file mode 100644 index 00000000000..44909c4197c --- /dev/null +++ b/devel/p5-Test-Differences/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 23:21:40 msf Exp $ + +COMMENT= "Test differences in data structures" + +DISTNAME= Test-Differences-0.47 +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= ::textproc/p5-Text-Diff + +CONFIGURE_STYLE= perl + +PKG_ARCH= * + +.include diff --git a/devel/p5-Test-Differences/distinfo b/devel/p5-Test-Differences/distinfo new file mode 100644 index 00000000000..ce1c94d061a --- /dev/null +++ b/devel/p5-Test-Differences/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Differences-0.47.tar.gz) = e4fa76bb11b0d1db2d4213390413f5af +RMD160 (Test-Differences-0.47.tar.gz) = c53566d36b2407a31cf91a61dad52d96dc3deaa9 +SHA1 (Test-Differences-0.47.tar.gz) = fd8dc23e5efdf4a2a043b911953fd06697d33e1a diff --git a/devel/p5-Test-Differences/pkg/DESCR b/devel/p5-Test-Differences/pkg/DESCR new file mode 100644 index 00000000000..44c3e9c8a36 --- /dev/null +++ b/devel/p5-Test-Differences/pkg/DESCR @@ -0,0 +1,3 @@ +When the code you're testing returns multiple lines, records or data +structures and they're just plain wrong, an equivalent to the Unix +"diff" utility may be just what's needed. diff --git a/devel/p5-Test-Differences/pkg/PLIST b/devel/p5-Test-Differences/pkg/PLIST new file mode 100644 index 00000000000..9a98ec3ed76 --- /dev/null +++ b/devel/p5-Test-Differences/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/01 23:21:40 msf Exp $ +${P5SITE}/Test/Differences.pm +@comment ${P5ARCH}/auto/Test/Differences/.packlist +man/man3p/Test::Differences.3p +@comment @dirrm ${P5ARCH}/auto/Test/Differences +@comment @dirrm ${P5ARCH}/auto/Test +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/Test