From 814b54b0e9c15dd438c2695ad0c52f501f529e7a Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 3 Jan 2001 23:15:08 +0000 Subject: [PATCH] Add p5-Algorithm-MDiff 0.94, perl interface to calculate m-difference between two objects. --- devel/Makefile | 1 + devel/p5-Algorithm-MDiff/Makefile | 23 +++++++++++++++++++++++ devel/p5-Algorithm-MDiff/distinfo | 1 + devel/p5-Algorithm-MDiff/pkg-comment | 1 + devel/p5-Algorithm-MDiff/pkg-descr | 9 +++++++++ devel/p5-Algorithm-MDiff/pkg-plist | 6 ++++++ 6 files changed, 41 insertions(+) create mode 100644 devel/p5-Algorithm-MDiff/Makefile create mode 100644 devel/p5-Algorithm-MDiff/distinfo create mode 100644 devel/p5-Algorithm-MDiff/pkg-comment create mode 100644 devel/p5-Algorithm-MDiff/pkg-descr create mode 100644 devel/p5-Algorithm-MDiff/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 92dadb819fc3..6967fda187b7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -211,6 +211,7 @@ SUBDIR += omniORB SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Diff + SUBDIR += p5-Algorithm-MDiff SUBDIR += p5-Alias SUBDIR += p5-AppConfig SUBDIR += p5-B-Graph diff --git a/devel/p5-Algorithm-MDiff/Makefile b/devel/p5-Algorithm-MDiff/Makefile new file mode 100644 index 000000000000..b5031f804017 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Algorithm::MDiff +# Date created: 04 Nov 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Algorithm-MDiff +PORTVERSION= 0.94 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Algorithm +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Algorithm::MDiff.3 + +.include diff --git a/devel/p5-Algorithm-MDiff/distinfo b/devel/p5-Algorithm-MDiff/distinfo new file mode 100644 index 000000000000..663c3ce881a6 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/distinfo @@ -0,0 +1 @@ +MD5 (Algorithm-MDiff-0.94.tar.gz) = bfb35980fdeb6e93c963ff017a1b75e5 diff --git a/devel/p5-Algorithm-MDiff/pkg-comment b/devel/p5-Algorithm-MDiff/pkg-comment new file mode 100644 index 000000000000..e9f3863a5817 --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg-comment @@ -0,0 +1 @@ +Perl 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 000000000000..54537268968a --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg-descr @@ -0,0 +1,9 @@ +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]. + +Author: Jettero Heller + +--will diff --git a/devel/p5-Algorithm-MDiff/pkg-plist b/devel/p5-Algorithm-MDiff/pkg-plist new file mode 100644 index 000000000000..90b03ec2efae --- /dev/null +++ b/devel/p5-Algorithm-MDiff/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/MDiff.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/MDiff.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/MDiff.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/MDiff