summaryrefslogtreecommitdiff
path: root/devel/p5-Array-Compare
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-22 00:33:36 +0000
committerwiz <wiz@pkgsrc.org>2005-02-22 00:33:36 +0000
commit68e439c57ea0adaf3fbdcda071fbf8df8d1956ef (patch)
treead388bbdab1ea0b1b4768ca2d45469497443da41 /devel/p5-Array-Compare
parent718647b8fd0c7c375849921bf46cc8b9a65bf9cc (diff)
downloadpkgsrc-68e439c57ea0adaf3fbdcda071fbf8df8d1956ef.tar.gz
Add some perl packages needed for various test targets in other perl
packages.
Diffstat (limited to 'devel/p5-Array-Compare')
-rw-r--r--devel/p5-Array-Compare/DESCR11
-rw-r--r--devel/p5-Array-Compare/Makefile20
-rw-r--r--devel/p5-Array-Compare/PLIST4
-rw-r--r--devel/p5-Array-Compare/distinfo4
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Array-Compare/DESCR b/devel/p5-Array-Compare/DESCR
new file mode 100644
index 00000000000..023dba8ec71
--- /dev/null
+++ b/devel/p5-Array-Compare/DESCR
@@ -0,0 +1,11 @@
+Array::Compare is a Perl module which allows you to compare two arrays.
+
+It has a number of features which allow you to control the way that the
+arrays are compared:
+
+* white space in array elements can be significant or ignored.
+* particular columns in the arrays can be ignored.
+
+Additionally you can get a simple true/false return value or the number
+of columns which differ or an array containing the indexes of the
+differing columns.
diff --git a/devel/p5-Array-Compare/Makefile b/devel/p5-Array-Compare/Makefile
new file mode 100644
index 00000000000..c5c2f42d3be
--- /dev/null
+++ b/devel/p5-Array-Compare/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME= Array-Compare-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Array-Compare/
+COMMENT= Perl extension for comparing arrays
+
+#DEPENDS+= p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+PERL5_USES_MODULE_BUILD= YES
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Array-Compare/PLIST b/devel/p5-Array-Compare/PLIST
new file mode 100644
index 00000000000..a95472f8972
--- /dev/null
+++ b/devel/p5-Array-Compare/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+${PERL5_SITELIB}/Array/Compare.pm
+lib/perl5/site_perl/man/man3/Array::Compare.3
+@unexec ${RMDIR} %D/${PERL5_SITELIB}/Array 2>/dev/null || ${TRUE}
diff --git a/devel/p5-Array-Compare/distinfo b/devel/p5-Array-Compare/distinfo
new file mode 100644
index 00000000000..fe02ec39d66
--- /dev/null
+++ b/devel/p5-Array-Compare/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+
+SHA1 (Array-Compare-1.11.tar.gz) = e7351642c1e7bda21d8ca270c6f54f6358d11931
+Size (Array-Compare-1.11.tar.gz) = 8128 bytes