Initial import of Algorithm-MDiff-0.94

This interface to calculate m-difference between two objects
This commit is contained in:
kevlo 2001-01-09 05:43:43 +00:00
parent ccb4f9c1dd
commit 4e0238a7b2
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:43:43 kevlo Exp $
DISTNAME= Algorithm-MDiff-0.94
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.351
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= Algorithm
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Algorithm-MDiff-0.94.tar.gz) = bfb35980fdeb6e93c963ff017a1b75e5
RMD160 (Algorithm-MDiff-0.94.tar.gz) = 95c930e963bacee568fd10f4ac93444d58b124ad
SHA1 (Algorithm-MDiff-0.94.tar.gz) = d10f06daee94aeaa94f8acc5830906ed3b084c68

View File

@ -0,0 +1 @@
interface to calculate m-difference between two objects

View File

@ -0,0 +1,5 @@
Algorithm::MDiff is another form of comparing two different perl objects.
M-difference works as follows: Two strings are m-different if at least m
of the characters in the string differ; that is, if m=3, then there are at
least 3 indices (i, j, k) such that str1[i] != str2[i], str1[j] != str2[j],
and str1[k] != str2[k].

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/09 05:43:43 kevlo Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/Algorithm/MDiff.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Algorithm/MDiff/MDiff.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Algorithm/MDiff/MDiff.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Algorithm/MDiff/autosplit.ix
man/man3/Algorithm::MDiff.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Algorithm/MDiff