From 7a197f9e98b5763ceaf8407d9af153eab96c5d75 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 15 Jun 2001 02:13:55 +0000 Subject: [PATCH] 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. --- textproc/p5-String-Similarity/Makefile | 22 ++++++++++++++++++++++ textproc/p5-String-Similarity/files/md5 | 3 +++ textproc/p5-String-Similarity/pkg/DESCR | 5 +++++ textproc/p5-String-Similarity/pkg/PLIST | 6 ++++++ 4 files changed, 36 insertions(+) create mode 100644 textproc/p5-String-Similarity/Makefile create mode 100644 textproc/p5-String-Similarity/files/md5 create mode 100644 textproc/p5-String-Similarity/pkg/DESCR create mode 100644 textproc/p5-String-Similarity/pkg/PLIST diff --git a/textproc/p5-String-Similarity/Makefile b/textproc/p5-String-Similarity/Makefile new file mode 100644 index 00000000000..6c957f30210 --- /dev/null +++ b/textproc/p5-String-Similarity/Makefile @@ -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 + +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 diff --git a/textproc/p5-String-Similarity/files/md5 b/textproc/p5-String-Similarity/files/md5 new file mode 100644 index 00000000000..5d5abe08fb1 --- /dev/null +++ b/textproc/p5-String-Similarity/files/md5 @@ -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 diff --git a/textproc/p5-String-Similarity/pkg/DESCR b/textproc/p5-String-Similarity/pkg/DESCR new file mode 100644 index 00000000000..d3957c278cb --- /dev/null +++ b/textproc/p5-String-Similarity/pkg/DESCR @@ -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. diff --git a/textproc/p5-String-Similarity/pkg/PLIST b/textproc/p5-String-Similarity/pkg/PLIST new file mode 100644 index 00000000000..2d8d25967d1 --- /dev/null +++ b/textproc/p5-String-Similarity/pkg/PLIST @@ -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