From 9e7041b1d6573966d9ed750017aefe7998f02026 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 1 May 2006 17:54:05 +0000 Subject: Initial import of p5-Text-LevenshteinXS. Text::LevenshteinXS is an XS implementation of the Levenshtein edit distance in Perl. A good point to start is: http://www.merriampark.com/ld.htm --- textproc/p5-Text-LevenshteinXS/DESCR | 4 ++++ textproc/p5-Text-LevenshteinXS/Makefile | 19 +++++++++++++++++++ textproc/p5-Text-LevenshteinXS/PLIST | 1 + textproc/p5-Text-LevenshteinXS/distinfo | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/p5-Text-LevenshteinXS/DESCR create mode 100644 textproc/p5-Text-LevenshteinXS/Makefile create mode 100644 textproc/p5-Text-LevenshteinXS/PLIST create mode 100644 textproc/p5-Text-LevenshteinXS/distinfo (limited to 'textproc/p5-Text-LevenshteinXS') diff --git a/textproc/p5-Text-LevenshteinXS/DESCR b/textproc/p5-Text-LevenshteinXS/DESCR new file mode 100644 index 00000000000..606a03390e8 --- /dev/null +++ b/textproc/p5-Text-LevenshteinXS/DESCR @@ -0,0 +1,4 @@ +Text::LevenshteinXS is an XS implementation of the Levenshtein edit +distance in Perl. + +A good point to start is: http://www.merriampark.com/ld.htm diff --git a/textproc/p5-Text-LevenshteinXS/Makefile b/textproc/p5-Text-LevenshteinXS/Makefile new file mode 100644 index 00000000000..2d47fbbe88a --- /dev/null +++ b/textproc/p5-Text-LevenshteinXS/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/01 17:54:05 ben Exp $ +# + +DISTNAME= Text-LevenshteinXS-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-LevenshteinXS +COMMENT= XS implementation of the Levenshtein edit distance + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/LevenshteinXS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-LevenshteinXS/PLIST b/textproc/p5-Text-LevenshteinXS/PLIST new file mode 100644 index 00000000000..bd684e06d66 --- /dev/null +++ b/textproc/p5-Text-LevenshteinXS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/01 17:54:05 ben Exp $ diff --git a/textproc/p5-Text-LevenshteinXS/distinfo b/textproc/p5-Text-LevenshteinXS/distinfo new file mode 100644 index 00000000000..a24687f8cde --- /dev/null +++ b/textproc/p5-Text-LevenshteinXS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/01 17:54:05 ben Exp $ + +SHA1 (Text-LevenshteinXS-0.03.tar.gz) = 7e7e6fd4711c8d8bcc064720c289d9181edbc77d +RMD160 (Text-LevenshteinXS-0.03.tar.gz) = 4339923a7031fa114bd6a48ea2991034b2e3ef5a +Size (Text-LevenshteinXS-0.03.tar.gz) = 3063 bytes -- cgit v1.2.3