View | Details | Raw Unified | Return to bug 267046
Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 3282-3287 Link Here
3282
    SUBDIR += p5-String-Errf
3282
    SUBDIR += p5-String-Errf
3283
    SUBDIR += p5-String-Formatter
3283
    SUBDIR += p5-String-Formatter
3284
    SUBDIR += p5-String-Interpolate-Named
3284
    SUBDIR += p5-String-Interpolate-Named
3285
    SUBDIR += p5-String-KeyboardDistance
3285
    SUBDIR += p5-String-LRC
3286
    SUBDIR += p5-String-LRC
3286
    SUBDIR += p5-String-Parity
3287
    SUBDIR += p5-String-Parity
3287
    SUBDIR += p5-String-Random
3288
    SUBDIR += p5-String-Random
(-)b/devel/p5-String-KeyboardDistance/Makefile (+17 lines)
Added Link Here
1
PORTNAME=	String-KeyboardDistance
2
PORTVERSION=	1.01
3
CATEGORIES=	devel perl5
4
MASTER_SITES=	CPAN
5
MASTER_SITE_SUBDIR=	CPAN:KRBURTON
6
PKGNAMEPREFIX=	p5-
7
8
MAINTAINER=	m.ne@gmx.net
9
COMMENT=	String::KeyboardDistance - String Comparison Algorithm
10
WWW=		https://metacpan.org/dist/String-KeyboardDistance
11
12
USES=		perl5
13
USE_PERL5=	configure
14
15
NO_ARCH=	yes
16
17
.include <bsd.port.mk>
(-)b/devel/p5-String-KeyboardDistance/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1665546379
2
SHA256 (String-KeyboardDistance-1.01.tar.gz) = 60885f1f25d77568665c76dc89b587481a7ba94e4caee252297222bfe5adea70
3
SIZE (String-KeyboardDistance-1.01.tar.gz) = 6739
(-)b/devel/p5-String-KeyboardDistance/pkg-descr (+7 lines)
Added Link Here
1
This module implmements a version of keyboard distance for fuzzy
2
string matching. Keyboard distance is a measure of the physical
3
distance between two keys on a keyboard. For example, 'g' has a
4
distance of 1 from the keys 'r', 't', 'y', 'f', 'h', 'v', 'b', and
5
'n'. Immediate diagonals (like ''r, 'y', 'v', and 'n') are considered
6
to have a distance of 1 instead of 1.414 to help to prevent
7
horizontal/vertical bias.
(-)b/devel/p5-String-KeyboardDistance/pkg-plist (-1 / +2 lines)
Added Link Here
0
- 
1
%%SITE_PERL%%/String/KeyboardDistance.pm
2
%%PERL5_MAN3%%/String::KeyboardDistance.3.gz

Return to bug 267046