pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-String-Approx Eek, meant to import 3.23, n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d97a8b3f960
branches:  trunk
changeset: 471644:4d97a8b3f960
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 18:51:27 2004 +0000

description:
Eek, meant to import 3.23, not 3.20.  Since this is an update, ChangeLog:
=====

Mon Nov 30 15:18:15 2003  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Safeguards against trying to use greater edit distance
          than the pattern is long, inspired by 'idallen'.

        * Advise against using String::Approx for text comparisons,
          since String::Approx is meant for strings.

        * Released as 3.23.

Sun Oct 19 12:17:20 2003  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * adistr($pattern, @inputs) returned absolute, not relative,
          distances in list context, reported by 'idallen'.

        * Released as 3.22.

Sat Oct 18 10:29:30 2003  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * asubstitute() didn't substitute in $_ as promised,
          reported by Tim Maher.

        * Released as 3.21.

diffstat:

 textproc/p5-String-Approx/Makefile |  4 ++--
 textproc/p5-String-Approx/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 4da17a7d5d3c -r 4d97a8b3f960 textproc/p5-String-Approx/Makefile
--- a/textproc/p5-String-Approx/Makefile        Mon Mar 29 18:48:13 2004 +0000
+++ b/textproc/p5-String-Approx/Makefile        Mon Mar 29 18:51:27 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/29 18:51:27 tv Exp $
 #
 
-DISTNAME=              String-Approx-3.20
+DISTNAME=              String-Approx-3.23
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=String/}
diff -r 4da17a7d5d3c -r 4d97a8b3f960 textproc/p5-String-Approx/distinfo
--- a/textproc/p5-String-Approx/distinfo        Mon Mar 29 18:48:13 2004 +0000
+++ b/textproc/p5-String-Approx/distinfo        Mon Mar 29 18:51:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
+$NetBSD: distinfo,v 1.2 2004/03/29 18:51:27 tv Exp $
 
-SHA1 (String-Approx-3.20.tar.gz) = 66bcb703ac28acc470f6b97793fc661446050a54
-Size (String-Approx-3.20.tar.gz) = 43309 bytes
+SHA1 (String-Approx-3.23.tar.gz) = 3eb4ac3cb5607143e76fbc59fe6bbdab55755d69
+Size (String-Approx-3.23.tar.gz) = 43872 bytes



Home | Main Index | Thread Index | Old Index