pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-Matrix



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 11:51:38 UTC 2020

Modified Files:
        pkgsrc/math/p5-Math-Matrix: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-Matrix/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/p5-Math-Matrix/distinfo

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

Modified files:

Index: pkgsrc/math/p5-Math-Matrix/Makefile
diff -u pkgsrc/math/p5-Math-Matrix/Makefile:1.4 pkgsrc/math/p5-Math-Matrix/Makefile:1.5
--- pkgsrc/math/p5-Math-Matrix/Makefile:1.4     Mon Aug 31 18:10:14 2020
+++ pkgsrc/math/p5-Math-Matrix/Makefile Mon Sep  7 11:51:38 2020
@@ -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

Index: pkgsrc/math/p5-Math-Matrix/distinfo
diff -u pkgsrc/math/p5-Math-Matrix/distinfo:1.1 pkgsrc/math/p5-Math-Matrix/distinfo:1.2
--- pkgsrc/math/p5-Math-Matrix/distinfo:1.1     Wed Jun 20 05:10:50 2018
+++ pkgsrc/math/p5-Math-Matrix/distinfo Mon Sep  7 11:51:38 2020
@@ -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