This module implements the Brew edit distance that is very close to

the dynamic programming technique used for the Wagner-Fischer (and so
for the Levenshtein) edit distance.

WWW: http://search.cpan.org/dist/Text-Brew/
This commit is contained in:
Jun Kuriyama 2012-08-22 13:29:18 +00:00
parent 499417cfeb
commit 9c30169314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302935
5 changed files with 34 additions and 0 deletions

View File

@ -757,6 +757,7 @@
SUBDIR += p5-Text-Bastardize
SUBDIR += p5-Text-BibTeX
SUBDIR += p5-Text-Bind
SUBDIR += p5-Text-Brew
SUBDIR += p5-Text-CSV
SUBDIR += p5-Text-CSV-Encoded
SUBDIR += p5-Text-CSV-Simple

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: Text::Brew
# Date created: 22 Aug 2012
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Brew
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for the Brew edit distance
PERL_CONFIGURE= yes
MAN3= Text::Brew.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Text-Brew-0.02.tar.gz) = aa1b85841cf9fc6fe338366bbc870a4e9304a27641e63f92a1fd96bee8ebf64c
SIZE (Text-Brew-0.02.tar.gz) = 4663

View File

@ -0,0 +1,5 @@
This module implements the Brew edit distance that is very close to
the dynamic programming technique used for the Wagner-Fischer (and so
for the Levenshtein) edit distance.
WWW: http://search.cpan.org/dist/Text-Brew/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Brew/.packlist
%%SITE_PERL%%/Text/Brew.pm
@dirrmtry %%SITE_PERL%%/Text
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Brew
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text