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:
parent
499417cfeb
commit
9c30169314
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302935
@ -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
|
||||
|
21
textproc/p5-Text-Brew/Makefile
Normal file
21
textproc/p5-Text-Brew/Makefile
Normal 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>
|
2
textproc/p5-Text-Brew/distinfo
Normal file
2
textproc/p5-Text-Brew/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-Brew-0.02.tar.gz) = aa1b85841cf9fc6fe338366bbc870a4e9304a27641e63f92a1fd96bee8ebf64c
|
||||
SIZE (Text-Brew-0.02.tar.gz) = 4663
|
5
textproc/p5-Text-Brew/pkg-descr
Normal file
5
textproc/p5-Text-Brew/pkg-descr
Normal 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/
|
5
textproc/p5-Text-Brew/pkg-plist
Normal file
5
textproc/p5-Text-Brew/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user