Add p5-Algorithm-MDiff 0.94, perl interface to calculate m-difference
between two objects.
This commit is contained in:
parent
945244d423
commit
814b54b0e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36683
6 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/p5-Algorithm-MDiff/Makefile
Normal file
23
devel/p5-Algorithm-MDiff/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
1
devel/p5-Algorithm-MDiff/distinfo
Normal file
1
devel/p5-Algorithm-MDiff/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Algorithm-MDiff-0.94.tar.gz) = bfb35980fdeb6e93c963ff017a1b75e5
|
1
devel/p5-Algorithm-MDiff/pkg-comment
Normal file
1
devel/p5-Algorithm-MDiff/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl interface to calculate m-difference between two objects
|
9
devel/p5-Algorithm-MDiff/pkg-descr
Normal file
9
devel/p5-Algorithm-MDiff/pkg-descr
Normal file
|
@ -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 <jettero@voltar.org>
|
||||
|
||||
--will
|
6
devel/p5-Algorithm-MDiff/pkg-plist
Normal file
6
devel/p5-Algorithm-MDiff/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue