pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-WagnerFischer Import p5-Text-WagnerFi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/566404c2ce4a
branches:  trunk
changeset: 589896:566404c2ce4a
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 19 09:08:05 2011 +0000

description:
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.

diffstat:

 textproc/p5-Text-WagnerFischer/DESCR    |   7 +++++++
 textproc/p5-Text-WagnerFischer/Makefile |  20 ++++++++++++++++++++
 textproc/p5-Text-WagnerFischer/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 8928d3cfa20b -r 566404c2ce4a textproc/p5-Text-WagnerFischer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WagnerFischer/DESCR      Sun Jun 19 09:08:05 2011 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 8928d3cfa20b -r 566404c2ce4a textproc/p5-Text-WagnerFischer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WagnerFischer/Makefile   Sun Jun 19 09:08:05 2011 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 09:08:05 obache Exp $
+#
+
+DISTNAME=      Text-WagnerFischer-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Text-WagnerFischer
+COMMENT=       Perl module for configurable edit distance calculations
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Text/WagnerFischer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8928d3cfa20b -r 566404c2ce4a textproc/p5-Text-WagnerFischer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WagnerFischer/distinfo   Sun Jun 19 09:08:05 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/06/19 09:08:05 obache Exp $
+
+SHA1 (Text-WagnerFischer-0.04.tar.gz) = a856e9e3d802b7f3845e1957a58ffd5ea930680f
+RMD160 (Text-WagnerFischer-0.04.tar.gz) = efed4a11e5b4fa242755483d57e6da8862d4d528
+Size (Text-WagnerFischer-0.04.tar.gz) = 3461 bytes



Home | Main Index | Thread Index | Old Index