diff options
author | epg <epg> | 2003-12-03 15:58:53 +0000 |
---|---|---|
committer | epg <epg> | 2003-12-03 15:58:53 +0000 |
commit | c8566d3e2e46faa96bd4fb0a674dcb9c212840d8 (patch) | |
tree | 8037cc3490c46d04eabbe4f4e558189255d57b3d /devel/p5-Algorithm-Diff | |
parent | fc24efe6f99f494974880ad6334a9dff2621a6d1 (diff) | |
download | pkgsrc-c8566d3e2e46faa96bd4fb0a674dcb9c212840d8.tar.gz |
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.
Diffstat (limited to 'devel/p5-Algorithm-Diff')
-rw-r--r-- | devel/p5-Algorithm-Diff/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
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 |