pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Number-WithError



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 09:24:41 UTC 2018

Added Files:
        pkgsrc/math/p5-Number-WithError: DESCR Makefile distinfo

Log Message:
math/p5-Number-WithError: import p5-Number-WithError-1.01

This perl class is a container class for numbers with a number of
associated symmetric and asymmetric errors. It overloads practically
all common arithmetic operations and trigonometric functions to
propagate the errors. It can do proper scientific rounding.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Number-WithError/DESCR \
    pkgsrc/math/p5-Number-WithError/Makefile \
    pkgsrc/math/p5-Number-WithError/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/p5-Number-WithError/DESCR
diff -u /dev/null pkgsrc/math/p5-Number-WithError/DESCR:1.1
--- /dev/null   Tue Aug 21 09:24:41 2018
+++ pkgsrc/math/p5-Number-WithError/DESCR       Tue Aug 21 09:24:41 2018
@@ -0,0 +1,4 @@
+This perl class is a container class for numbers with a number of
+associated symmetric and asymmetric errors. It overloads practically
+all common arithmetic operations and trigonometric functions to
+propagate the errors. It can do proper scientific rounding.
Index: pkgsrc/math/p5-Number-WithError/Makefile
diff -u /dev/null pkgsrc/math/p5-Number-WithError/Makefile:1.1
--- /dev/null   Tue Aug 21 09:24:41 2018
+++ pkgsrc/math/p5-Number-WithError/Makefile    Tue Aug 21 09:24:41 2018
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2018/08/21 09:24:41 wiz Exp $
+
+DISTNAME=      Number-WithError-1.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Number/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Number-WithError
+COMMENT=       Numbers with error propagation and scientific rounding
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
+DEPENDS+=      p5-prefork-[0-9]*:../../devel/p5-prefork
+TEST_DEPENDS+= p5-Test-LectroTest-[0-9]*:../../devel/p5-Test-LectroTest
+
+PERL5_PACKLIST=                auto/Number/WithError/.packlist
+
+PERL5_MODULE_TYPE=     Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/p5-Number-WithError/distinfo
diff -u /dev/null pkgsrc/math/p5-Number-WithError/distinfo:1.1
--- /dev/null   Tue Aug 21 09:24:41 2018
+++ pkgsrc/math/p5-Number-WithError/distinfo    Tue Aug 21 09:24:41 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/21 09:24:41 wiz Exp $
+
+SHA1 (Number-WithError-1.01.tar.gz) = 743a2a5695499281a2428bda82c3c38c25fae944
+RMD160 (Number-WithError-1.01.tar.gz) = 78c68e8560f0c65e1e25d0a767bdd6b3780b42a7
+SHA512 (Number-WithError-1.01.tar.gz) = 8d573801fa6c82b1e1578035f34d3208abc11cdd300563b21ae5a1f229f651e9f0b3f3c277da632ce3f583b86e99918ac0b5498ad3727a19e4d100b7e00df93b
+Size (Number-WithError-1.01.tar.gz) = 38949 bytes



Home | Main Index | Thread Index | Old Index