From 0616cff20429a8a3e32cb393ad4c3b76aecab16c Mon Sep 17 00:00:00 2001 From: epg Date: Wed, 3 Dec 2003 15:58:53 +0000 Subject: import p5-Algorithm-Diff-1.15. 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. --- devel/p5-Algorithm-Diff/DESCR | 5 +++++ devel/p5-Algorithm-Diff/Makefile | 15 +++++++++++++++ devel/p5-Algorithm-Diff/PLIST | 1 + devel/p5-Algorithm-Diff/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 devel/p5-Algorithm-Diff/DESCR create mode 100644 devel/p5-Algorithm-Diff/Makefile create mode 100644 devel/p5-Algorithm-Diff/PLIST create mode 100644 devel/p5-Algorithm-Diff/distinfo (limited to 'devel/p5-Algorithm-Diff') diff --git a/devel/p5-Algorithm-Diff/DESCR b/devel/p5-Algorithm-Diff/DESCR new file mode 100644 index 00000000000..8b2ab922008 --- /dev/null +++ b/devel/p5-Algorithm-Diff/DESCR @@ -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. diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile new file mode 100644 index 00000000000..1500265633b --- /dev/null +++ b/devel/p5-Algorithm-Diff/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 15:58:53 epg Exp $ + +DISTNAME= Algorithm-Diff-1.15 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl module for diffing similar to diff(1) + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Algorithm/Diff/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Algorithm-Diff/PLIST b/devel/p5-Algorithm-Diff/PLIST new file mode 100644 index 00000000000..29bd771e981 --- /dev/null +++ b/devel/p5-Algorithm-Diff/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 15:58:53 epg Exp $ diff --git a/devel/p5-Algorithm-Diff/distinfo b/devel/p5-Algorithm-Diff/distinfo new file mode 100644 index 00000000000..6efdbf9bde3 --- /dev/null +++ b/devel/p5-Algorithm-Diff/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 15:58:53 epg Exp $ + +SHA1 (Algorithm-Diff-1.15.tar.gz) = 12490de601af6bd99c5fa6c82cfe6586bf106d63 +Size (Algorithm-Diff-1.15.tar.gz) = 23234 bytes -- cgit v1.2.3