summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Approx/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-09-05 19:49:33 +0000
committertv <tv>2006-09-05 19:49:33 +0000
commitb4383224059b048e670e365d3173c8488dd9c3fa (patch)
tree5c690a0a3e857db21f38302e3c00068dd7dea348 /textproc/p5-String-Approx/Makefile
parent2ac019b3b9bdf6c79a5c23e76ef5dc75cfe3ed69 (diff)
downloadpkgsrc-b4383224059b048e670e365d3173c8488dd9c3fa.tar.gz
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> * 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> * 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 (limited to 'textproc/p5-String-Approx/Makefile')
-rw-r--r--textproc/p5-String-Approx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-String-Approx/Makefile b/textproc/p5-String-Approx/Makefile
index 4dd3b344a80..c006db444fb 100644
--- a/textproc/p5-String-Approx/Makefile
+++ b/textproc/p5-String-Approx/Makefile
@@ -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/}