pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44975: Submission to add devel/p5-Algorithm-HowSimilar to pkgsrc



>Number:         44975
>Category:       pkg
>Synopsis:       Submission to add devel/p5-Algorithm-HowSimilar to pkgsrc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon May 16 23:05:00 +0000 2011
>Originator:     David H. Gutteridge
>Release:        Many
>Organization:
>Environment:
>Description:
Hello,

I'm submitting the necessary files to add the Perl module
Algorithm-HowSimilar to pkgsrc.  It is conceptually similar to the
Test-Approx module I've also submitted, but it works on arrays as
well.  (I was evaluating various Perl modules for a project and ended
up packaging all the ones that I couldn't already find in pkgsrc.
I'm submitting these in case someone else would find them of use.)

Regards,

Dave
>How-To-Repeat:

>Fix:
Make file:

# $NetBSD$
#

DISTNAME=       Algorithm-HowSimilar-0.01
PKGNAME=        p5-${DISTNAME}
#PKGREVISION=   
CATEGORIES=     devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Algorithm/}

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       http://search.cpan.org/dist/Algorithm-HowSimilar
COMMENT=        Perl module for computation of similarity amongst values

PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT=    user-destdir

DEPENDS+=       p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff

PERL5_PACKLIST=         auto/Algorithm/HowSimilar/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

distinfo file:

$NetBSD$

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

DESCR file:

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.



Home | Main Index | Thread Index | Old Index