Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:04 wiz Exp $
DISTNAME= Array-Diff-0.07
PKGNAME= p5-${DISTNAME:S/05002/05.002/}
PKGREVISION= 2
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
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Algorithm-Diff>1.19:../../devel/p5-Algorithm-Diff
DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Array/Diff/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2011/08/07 08:00:00 adam Exp $
SHA1 (Array-Diff-0.07.tar.gz) = 04d5f087941816367c8f9ceb446a18ce6cf41f21
RMD160 (Array-Diff-0.07.tar.gz) = 7d127b259814e97f34cc1d71810bef603795af21
Size (Array-Diff-0.07.tar.gz) = 52126 bytes