pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Algorithm-Diff import p5-Algorithm-Diff-1.15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a49a3541f16
branches: trunk
changeset: 464026:0a49a3541f16
user: epg <epg%pkgsrc.org@localhost>
date: Wed Dec 03 15:58:53 2003 +0000
description:
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:
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(+), 0 deletions(-)
diffs (41 lines):
diff -r c6e64f0267c8 -r 0a49a3541f16 devel/p5-Algorithm-Diff/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Diff/DESCR Wed Dec 03 15:58:53 2003 +0000
@@ -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 -r c6e64f0267c8 -r 0a49a3541f16 devel/p5-Algorithm-Diff/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Diff/Makefile Wed Dec 03 15:58:53 2003 +0000
@@ -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@localhost
+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 -r c6e64f0267c8 -r 0a49a3541f16 devel/p5-Algorithm-Diff/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Diff/PLIST Wed Dec 03 15:58:53 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 15:58:53 epg Exp $
diff -r c6e64f0267c8 -r 0a49a3541f16 devel/p5-Algorithm-Diff/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Diff/distinfo Wed Dec 03 15:58:53 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index