Initial import of String-Similarity-0.02.
The "String::Similarity" calculates the similarity index of its two arguments. A value of '0' means that the strings are entirely different. A value of '1' means that the strings are identical.
This commit is contained in:
parent
0725a30a4c
commit
7a197f9e98
22
textproc/p5-String-Similarity/Makefile
Normal file
22
textproc/p5-String-Similarity/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/15 02:13:55 kevlo Exp $
|
||||
|
||||
COMMENT= "calculate the similarity of two strings"
|
||||
|
||||
DISTNAME= String-Similarity-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= String
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-String-Similarity/files/md5
Normal file
3
textproc/p5-String-Similarity/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (String-Similarity-0.02.tar.gz) = 0fe22428831653557c304489e08d17ec
|
||||
RMD160 (String-Similarity-0.02.tar.gz) = f9b93cfb76cc89c3b998aafdcc5856b665b55c4a
|
||||
SHA1 (String-Similarity-0.02.tar.gz) = 9d7500374af4087b9547adb5ac3d5dce799b0c10
|
5
textproc/p5-String-Similarity/pkg/DESCR
Normal file
5
textproc/p5-String-Similarity/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The "String::Similarity" calculates the similarity index of its two
|
||||
arguments. A value of '0' means that the strings are entirely
|
||||
different. A value of '1' means that the strings are identical.
|
||||
Everything else lies between 0 and 1 and describes the amount of
|
||||
similarity between the strings.
|
6
textproc/p5-String-Similarity/pkg/PLIST
Normal file
6
textproc/p5-String-Similarity/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/15 02:13:55 kevlo Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/String/Similarity.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Similarity/Similarity.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Similarity/Similarity.so
|
||||
man/man3/String::Similarity.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Similarity
|
Loading…
Reference in New Issue
Block a user