Import p5-Algorithm-HowSimilar-0.01 as devel/p5-Algorithm-HowSimilar.
PR#44975 by David H. Gutteridge. This module leverages Algorithm::Diff to let you compare the degree of sameness of arrays or strings. It returns a result set that defines exactly how similar these things are.
This commit is contained in:
parent
6a2269146e
commit
66fa8e29e8
3 changed files with 30 additions and 0 deletions
3
devel/p5-Algorithm-HowSimilar/DESCR
Normal file
3
devel/p5-Algorithm-HowSimilar/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module leverages Algorithm::Diff to let you compare the degree of
|
||||
sameness of arrays or strings. It returns a result set that defines
|
||||
exactly how similar these things are.
|
22
devel/p5-Algorithm-HowSimilar/Makefile
Normal file
22
devel/p5-Algorithm-HowSimilar/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 08:59:07 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Algorithm-HowSimilar-0.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Algorithm-HowSimilar
|
||||
COMMENT= Perl module for computation of similarity amongst values
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Algorithm-Diff>=1.0:../../devel/p5-Algorithm-Diff
|
||||
|
||||
PERL5_PACKLIST= auto/Algorithm/HowSimilar/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Algorithm-HowSimilar/distinfo
Normal file
5
devel/p5-Algorithm-HowSimilar/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/06/19 08:59:07 obache Exp $
|
||||
|
||||
SHA1 (Algorithm-HowSimilar-0.01.tar.gz) = a5f05584f90c9fe63f23e1f73f5d78a0ca89dda9
|
||||
RMD160 (Algorithm-HowSimilar-0.01.tar.gz) = 10c92f7d67ac1f8936bdc528c6ff8fc0b40b9154
|
||||
Size (Algorithm-HowSimilar-0.01.tar.gz) = 5714 bytes
|
Loading…
Reference in a new issue