not a clone of castle wolfenstein, Levenshtein's edit distance.
This commit is contained in:
parent
501468a6a2
commit
c1edcc3ba5
20
textproc/p5-Text_LevenshteinXS/Makefile
Normal file
20
textproc/p5-Text_LevenshteinXS/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/18 11:35:21 espie Exp $
|
||||
|
||||
COMMENT= "perl implementation of Levenshtein edit distance"
|
||||
|
||||
DISTNAME= Text-LevenshteinXS-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/p5-Text_LevenshteinXS/distinfo
Normal file
4
textproc/p5-Text_LevenshteinXS/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Text-LevenshteinXS-0.03.tar.gz) = 576d6dc3e6aa9e80686f244969e885e6
|
||||
RMD160 (Text-LevenshteinXS-0.03.tar.gz) = 4339923a7031fa114bd6a48ea2991034b2e3ef5a
|
||||
SHA1 (Text-LevenshteinXS-0.03.tar.gz) = 7e7e6fd4711c8d8bcc064720c289d9181edbc77d
|
||||
SIZE (Text-LevenshteinXS-0.03.tar.gz) = 3063
|
3
textproc/p5-Text_LevenshteinXS/pkg/DESCR
Normal file
3
textproc/p5-Text_LevenshteinXS/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Fast implementation of the Levenshtein `edit distance' for perl.
|
||||
see < http://www.merriampark.com/ld.htm > for a description of the
|
||||
algorithm.
|
11
textproc/p5-Text_LevenshteinXS/pkg/PLIST
Normal file
11
textproc/p5-Text_LevenshteinXS/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/18 11:35:21 espie Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Text/
|
||||
${P5ARCH}/Text/LevenshteinXS.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Text/
|
||||
${P5ARCH}/auto/Text/LevenshteinXS/
|
||||
${P5ARCH}/auto/Text/LevenshteinXS/LevenshteinXS.bs
|
||||
${P5ARCH}/auto/Text/LevenshteinXS/LevenshteinXS.so
|
||||
${P5ARCH}/auto/Text/LevenshteinXS/autosplit.ix
|
||||
@man man/man3p/Text::LevenshteinXS.3p
|
Loading…
Reference in New Issue
Block a user