summaryrefslogtreecommitdiff
path: root/devel/p5-Array-Diff
diff options
context:
space:
mode:
authorhe <he>2008-10-31 00:21:48 +0000
committerhe <he>2008-10-31 00:21:48 +0000
commitac374e133f5c7e257d53f62cba5071cd4b4abe8a (patch)
tree616e400ff990ae1e5c30c3eef7a56356f0884068 /devel/p5-Array-Diff
parent2db52f21b327a9354fc8073bb1cedc21743454f7 (diff)
downloadpkgsrc-ac374e133f5c7e257d53f62cba5071cd4b4abe8a.tar.gz
Import p5-Array-Diff version 0.05.
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. And if you need more complex array tools, check Array::Compare.
Diffstat (limited to 'devel/p5-Array-Diff')
-rw-r--r--devel/p5-Array-Diff/DESCR4
-rw-r--r--devel/p5-Array-Diff/Makefile22
-rw-r--r--devel/p5-Array-Diff/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Array-Diff/DESCR b/devel/p5-Array-Diff/DESCR
new file mode 100644
index 00000000000..57870eaca6a
--- /dev/null
+++ b/devel/p5-Array-Diff/DESCR
@@ -0,0 +1,4 @@
+This module do diff two arrays, and return added and deleted arrays.
+It's simple usage of Algorithm::Diff.
+
+And if you need more complex array tools, check Array::Compare.
diff --git a/devel/p5-Array-Diff/Makefile b/devel/p5-Array-Diff/Makefile
new file mode 100644
index 00000000000..af9e65ce3bb
--- /dev/null
+++ b/devel/p5-Array-Diff/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:21:48 he Exp $
+#
+
+DISTNAME= Array-Diff-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Array-Diff/
+COMMENT= Perl 5 module to diff two arrays
+
+DEPENDS+= p5-Algorithm-Diff>0:../../devel/p5-Algorithm-Diff
+DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Array/Diff/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Array-Diff/distinfo b/devel/p5-Array-Diff/distinfo
new file mode 100644
index 00000000000..263d3354dad
--- /dev/null
+++ b/devel/p5-Array-Diff/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/31 00:21:48 he Exp $
+
+SHA1 (Array-Diff-0.05.tar.gz) = 8181b9b425f274d5b7a324896f2d110ae88aa537
+RMD160 (Array-Diff-0.05.tar.gz) = 0dcc771bfffc55c636e7e1d6a78bedd322c5d1d2
+Size (Array-Diff-0.05.tar.gz) = 42296 bytes