diff --git a/devel/p5-Algorithm-MDiff/Makefile b/devel/p5-Algorithm-MDiff/Makefile new file mode 100644 index 00000000000..03da8b52511 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/Makefile @@ -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 + +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 diff --git a/devel/p5-Algorithm-MDiff/files/md5 b/devel/p5-Algorithm-MDiff/files/md5 new file mode 100644 index 00000000000..fd480f6c970 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/files/md5 @@ -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 diff --git a/devel/p5-Algorithm-MDiff/pkg/COMMENT b/devel/p5-Algorithm-MDiff/pkg/COMMENT new file mode 100644 index 00000000000..96032abc477 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg/COMMENT @@ -0,0 +1 @@ +interface to calculate m-difference between two objects diff --git a/devel/p5-Algorithm-MDiff/pkg/DESCR b/devel/p5-Algorithm-MDiff/pkg/DESCR new file mode 100644 index 00000000000..8d283a16146 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg/DESCR @@ -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]. diff --git a/devel/p5-Algorithm-MDiff/pkg/PLIST b/devel/p5-Algorithm-MDiff/pkg/PLIST new file mode 100644 index 00000000000..ec9a580da10 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg/PLIST @@ -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