SUBDIR += p5-String-Errf
SUBDIR += p5-String-Formatter
SUBDIR += p5-String-Interpolate-Named
SUBDIR += p5-String-KeyboardDistance
SUBDIR += p5-String-LRC
SUBDIR += p5-String-Parity
SUBDIR += p5-String-Random
PORTNAME= String-KeyboardDistance
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KRBURTON
PKGNAMEPREFIX= p5-
MAINTAINER= m.ne@gmx.net
COMMENT= String::KeyboardDistance - String Comparison Algorithm
WWW= https://metacpan.org/dist/String-KeyboardDistance
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1665546379
SHA256 (String-KeyboardDistance-1.01.tar.gz) = 60885f1f25d77568665c76dc89b587481a7ba94e4caee252297222bfe5adea70
SIZE (String-KeyboardDistance-1.01.tar.gz) = 6739
This module implmements a version of keyboard distance for fuzzy
string matching. Keyboard distance is a measure of the physical
distance between two keys on a keyboard. For example, 'g' has a
distance of 1 from the keys 'r', 't', 'y', 'f', 'h', 'v', 'b', and
'n'. Immediate diagonals (like ''r, 'y', 'v', and 'n') are considered
to have a distance of 1 instead of 1.414 to help to prevent
horizontal/vertical bias.
-
%%SITE_PERL%%/String/KeyboardDistance.pm
%%PERL5_MAN3%%/String::KeyboardDistance.3.gz