pkgsrc-Bugs archive

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

PR/44976 CVS commit: pkgsrc/textproc/p5-Text-WagnerFischer



The following reply was made to PR pkg/44976; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44976 CVS commit: pkgsrc/textproc/p5-Text-WagnerFischer
Date: Sun, 19 Jun 2011 09:08:05 +0000

 Module Name:   pkgsrc
 Committed By:  obache
 Date:          Sun Jun 19 09:08:05 UTC 2011
 
 Update of /cvsroot/pkgsrc/textproc/p5-Text-WagnerFischer
 In directory ivanova.netbsd.org:/tmp/cvs-serv18200
 
 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.
 
 Status:
 
 Vendor Tag:    TNF
 Release Tags:  pkgsrc-base
                
 N pkgsrc/textproc/p5-Text-WagnerFischer/Makefile
 N pkgsrc/textproc/p5-Text-WagnerFischer/distinfo
 N pkgsrc/textproc/p5-Text-WagnerFischer/DESCR
 
 No conflicts created by this import
 


Home | Main Index | Thread Index | Old Index