import textproc/p5-WagnerFisher, a Perl implementation of the Wagner-Fischer edit distance

This commit is contained in:
giovanni
2025-01-20 11:02:38 +00:00
parent 804ab10664
commit 829aea1a11
4 changed files with 21 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
COMMENT = implementation of the Wagner-Fischer edit distance
DISTNAME = Text-WagnerFischer-0.04
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (Text-WagnerFischer-0.04.tar.gz) = 3ssF5hTQ9/hSgaVeA1gKEAzOgNrAncm9d6b1nn7YIw0=
SIZE (Text-WagnerFischer-0.04.tar.gz) = 3461
+1
View File
@@ -0,0 +1 @@
An implementation of the Wagner-Fischer edit distance
+3
View File
@@ -0,0 +1,3 @@
${P5SITE}/Text/
${P5SITE}/Text/WagnerFischer.pm
@man man/man3p/Text::WagnerFischer.3p