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 Update to 3.26; fixes PR pkg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3ae593655b3
branches: trunk
changeset: 518277:f3ae593655b3
user: tv <tv%pkgsrc.org@localhost>
date: Tue Sep 05 19:49:33 2006 +0000
description:
Update to 3.26; fixes PR pkg/34414. Changes:
2006-04-09 Jarkko Hietaniemi <jhi@Chicxulub.local>
* Try to underline, highlight, and explain the fact that
String::Approx does not do a good job for comparing
strings "with fuzz", use the Levenshtein et al for that.
* aindex() might return "too early" indices if either the pattern
or the text contain repetitive characters, this seems to be a
tricky defect to fix and somewhat conflicting with our model
(return "as early as possible" matches, just like regular
expressions) (to get "as late as possible" matches one would
basically have to keep retrying at later indices until one
fails), so for now only document this known problem.
The same goes for aslice().
* [INTERNAL] use Test::More (not 100% yet)
* [INTERNAL] apse.c: do not reset text_position_range in apse_reset
(thanks to Helmut Jarausch)
* [INTERNAL] apse.c: add #include <assert.h>.
* [INTERNAL] apse.c: small signed/unsigned cleanups.
* Released as 3.26.
2005-05-24 Jarkko Hietaniemi <jhi%iki.fi@localhost>
* Pure documentation cleanup release to address
http://rt.cpan.org/NoAuth/Bug.html?id=12196
"Small String::Approx Pod issue"
* Released as 3.25.
2005-01-02 Jarkko Hietaniemi <jhi%iki.fi@localhost>
* Pure documentation cleanup release to address
http://rt.cpan.org/NoAuth/Bug.html?id=6668
"Unfortunate perldoc rendering of String::Approx"
* Released as 3.24.
diffstat:
textproc/p5-String-Approx/Makefile | 5 ++---
textproc/p5-String-Approx/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 7ba491aeb97c -r f3ae593655b3 textproc/p5-String-Approx/Makefile
--- a/textproc/p5-String-Approx/Makefile Tue Sep 05 19:44:47 2006 +0000
+++ b/textproc/p5-String-Approx/Makefile Tue Sep 05 19:49:33 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/03/22 22:50:33 tv Exp $
+# $NetBSD: Makefile,v 1.8 2006/09/05 19:49:33 tv Exp $
#
-DISTNAME= String-Approx-3.23
+DISTNAME= String-Approx-3.26
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
diff -r 7ba491aeb97c -r f3ae593655b3 textproc/p5-String-Approx/distinfo
--- a/textproc/p5-String-Approx/distinfo Tue Sep 05 19:44:47 2006 +0000
+++ b/textproc/p5-String-Approx/distinfo Tue Sep 05 19:49:33 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/09/05 19:49:33 tv Exp $
-SHA1 (String-Approx-3.23.tar.gz) = 3eb4ac3cb5607143e76fbc59fe6bbdab55755d69
-RMD160 (String-Approx-3.23.tar.gz) = 649811e16d49639f61ff80abf88bde8e48f157aa
-Size (String-Approx-3.23.tar.gz) = 43872 bytes
+SHA1 (String-Approx-3.26.tar.gz) = 84832bacb985c015748c746662c4615082edaf3c
+RMD160 (String-Approx-3.26.tar.gz) = 4ea6485425a06722e55a61df3d33c725970b7476
+Size (String-Approx-3.26.tar.gz) = 44800 bytes
Home |
Main Index |
Thread Index |
Old Index