Subject: CVS commit: pkgsrc/textproc/p5-Text-WagnerFischer
From: OBATA Akio
Date: 2011-06-19 11:08:05
Message id: 20110619090805.CD5F1175DD@cvs.netbsd.org

Log Message:
Import p5-Text-WagnerFischer-0.04 as textproc/p5-Text-WagnerFischer.
PR#44976 by David H. Gutteridge.

This module implements the Wagner-Fischer dynamic programming
technique, used here to calculate the edit distance of two strings.
The edit distance is a measure of the degree of proximity between two
strings, based on "edits": the operations of substitutions, deletions
or insertions needed to transform the string into the other one (and
vice versa).  The module is designed to be easily extensible by
functioning as a base class for other modules.


Files:
RevisionActionfile
1.1importpkgsrc/textproc/p5-Text-WagnerFischer/Makefile
1.1importpkgsrc/textproc/p5-Text-WagnerFischer/distinfo
1.1importpkgsrc/textproc/p5-Text-WagnerFischer/DESCR