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,5 @@
This is a module for computing the difference between two files,
two strings, or any other two lists of things. It uses an
intelligent algorithm similar to (or identical to) the one used by
the Unix `diff' program. It is guaranteed to find the *smallest
possible* set of differences.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.20 2013/05/31 12:40:02 wiz Exp $
DISTNAME= Algorithm-Diff-1.1902
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/
COMMENT= Perl module for diffing similar to diff(1)
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2007/06/09 23:25:15 abs Exp $
SHA1 (Algorithm-Diff-1.1902.tar.gz) = f687d21fc0d42e6a065e465f326c97cd3f980639
RMD160 (Algorithm-Diff-1.1902.tar.gz) = 3fc13f11788371a7a37bdd76e3c288e4d7606f43
Size (Algorithm-Diff-1.1902.tar.gz) = 33529 bytes