Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Matrix p5-Math-Matrix: update to 0.91.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f520ee3a3e14
branches:  trunk
changeset: 438447:f520ee3a3e14
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:51:38 2020 +0000

description:
p5-Math-Matrix: update to 0.91.

Add LICENSE.

0.91 2020-08-09

 * Ensure a recent version of Math::Complex in the test files that use that
   module. Math::Complex didn't support any way of cloning/copying
   Math::Complex objects before version 1.57.

0.9 2020-08-07

 * Fix typos in POD and add more documentation and examples.

 * Extended new() to handle empty matrices and allow the matrix to be specified
   as a single argument.

 * Improve code so subclassing works better.

 * Add many new tests to confirm existing and new behaviour.

 * Misellaneous modernizations.

 * This release closes CPAN RT ##104334 and #109353.

diffstat:

 math/p5-Math-Matrix/Makefile |   9 ++++-----
 math/p5-Math-Matrix/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 0dc9395f77f0 -r f520ee3a3e14 math/p5-Math-Matrix/Makefile
--- a/math/p5-Math-Matrix/Makefile      Mon Sep 07 11:49:51 2020 +0000
+++ b/math/p5-Math-Matrix/Makefile      Mon Sep 07 11:51:38 2020 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 18:10:14 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/07 11:51:38 wiz Exp $
 
-DISTNAME=      Math-Matrix-0.8
+DISTNAME=      Math-Matrix-0.91
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    math perl5
-MASTER_SITES=  https://cpan.metacpan.org/authors/id/U/UL/ULPFR/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJACKLAM/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Math-Matrix
 COMMENT=       Math::Matrix - Multiply and invert Matrices
-#LICENSE=      # TODO: (see mk/license.mk)
+LICENSE=       ${PERL5_LICENSE}
 
 PERL5_PACKLIST=        auto/Math/Matrix/.packlist
 USE_LANGUAGES= # none
diff -r 0dc9395f77f0 -r f520ee3a3e14 math/p5-Math-Matrix/distinfo
--- a/math/p5-Math-Matrix/distinfo      Mon Sep 07 11:49:51 2020 +0000
+++ b/math/p5-Math-Matrix/distinfo      Mon Sep 07 11:51:38 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/06/20 05:10:50 mef Exp $
+$NetBSD: distinfo,v 1.2 2020/09/07 11:51:38 wiz Exp $
 
-SHA1 (Math-Matrix-0.8.tar.gz) = 70c0f9660dd40541aa6f73cbcd500b5f3b01b024
-RMD160 (Math-Matrix-0.8.tar.gz) = 7530a8540ed2e3b566758cf7134f1159798dd395
-SHA512 (Math-Matrix-0.8.tar.gz) = 371d0a5b1505f4ce55af41be011a23ba8567dfbe58ee28cae1e931b8bab7c9fdc87fe3f192a8ba71e077001a638ec5478c31f11b64c463c22875fb239d2fdd40
-Size (Math-Matrix-0.8.tar.gz) = 7748 bytes
+SHA1 (Math-Matrix-0.91.tar.gz) = 3383dfb3d2f7d9cade10ee9fe8ff70190b2ec09d
+RMD160 (Math-Matrix-0.91.tar.gz) = 8579988533988a638b6baa8e01a3f360a2fb556f
+SHA512 (Math-Matrix-0.91.tar.gz) = dcaf4cf1f6925ad67ff707c359dd2985577ed5cd788eb649638e63ff31f11af6145676b603cf0280cc9375745fca967b785615fa73c793065f6fe52df3d1ae03
+Size (Math-Matrix-0.91.tar.gz) = 27895 bytes



Home | Main Index | Thread Index | Old Index