pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Approx Import p5-Test-Approx-0.03 as dev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/672c98926369
branches:  trunk
changeset: 589888:672c98926369
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 19 08:47:22 2011 +0000

description:
Import p5-Test-Approx-0.03 as devel/p5-Test-Approx.
PR#44974 by David H. Gutteridge.

This module lets you test if two things are *approximately* equal. Yes,
that sounds a bit wrong at first - surely you know if they should be
equal or not? But there are actually valid cases when you don't/can't
know. This module is meant for those rare cases when close is good
enough.

diffstat:

 devel/p5-Test-Approx/DESCR    |   5 +++++
 devel/p5-Test-Approx/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Test-Approx/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 382ecf62f024 -r 672c98926369 devel/p5-Test-Approx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Approx/DESCR        Sun Jun 19 08:47:22 2011 +0000
@@ -0,0 +1,5 @@
+This module lets you test if two things are *approximately* equal. Yes,
+that sounds a bit wrong at first - surely you know if they should be
+equal or not? But there are actually valid cases when you don't/can't
+know. This module is meant for those rare cases when close is good
+enough.
diff -r 382ecf62f024 -r 672c98926369 devel/p5-Test-Approx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Approx/Makefile     Sun Jun 19 08:47:22 2011 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 08:47:22 obache Exp $
+#
+
+DISTNAME=      Test-Approx-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-Approx
+COMMENT=       Perl module for testing approximate equality of values
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Text-LevenshteinXS>=0.03:../../textproc/p5-Text-LevenshteinXS
+
+PERL5_PACKLIST=                auto/Test/Approx/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 382ecf62f024 -r 672c98926369 devel/p5-Test-Approx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Approx/distinfo     Sun Jun 19 08:47:22 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/06/19 08:47:22 obache Exp $
+
+SHA1 (Test-Approx-0.03.tar.gz) = 71f62e294c8a83482cf5561ac546d204702af875
+RMD160 (Test-Approx-0.03.tar.gz) = afff76a05784a61dedcc56f6571766206fce9629
+Size (Test-Approx-0.03.tar.gz) = 8770 bytes



Home | Main Index | Thread Index | Old Index