Sun Feb 14 11:55:10 2016 UTC ()
Update to 2.12

Upstream changes:
Changes in v2.12 - Jonathan "Duke" Leto
December 2014
--------------------------
    * Added as_list() function. (Ivan Baidakou (basiliscos))

Changes in v2.11 - Jonathan "Duke" Leto
January 2014
--------------------------
    * Add maximum/minimum functions. (Alberto Sim繭es)
    * Add reshape constructor. (Alberto Sim繭es)

Changes in v2.10 - Jonathan "Duke" Leto
November 2013
--------------------------
    * Fix tests on Windows, thanks to Russell Jenkins <veryrusty@gmail.com>

Changes in v2.09 - Jonathan "Duke" Leto
November 2011
--------------------------
    * as_latex() now works and is tested properly


(wen)
diff -r1.24 -r1.25 pkgsrc/math/p5-Math-MatrixReal/Makefile
diff -r1.6 -r1.7 pkgsrc/math/p5-Math-MatrixReal/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/math/p5-Math-MatrixReal/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-MatrixReal/Makefile 2015/06/12 10:50:29 1.24
+++ pkgsrc/math/p5-Math-MatrixReal/Makefile 2016/02/14 11:55:10 1.25
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.24 2015/06/12 10:50:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2016/02/14 11:55:10 wen Exp $
2 2
3DISTNAME= Math-MatrixReal-2.08 3DISTNAME= Math-MatrixReal-2.12
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= math perl5 5CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/ 9HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/
11COMMENT= Perl module for performing operations on real matrices 10COMMENT= Perl module for performing operations on real matrices
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Math/MatrixReal/.packlist 13PERL5_PACKLIST= auto/Math/MatrixReal/.packlist
15PERL5_MODULE_TYPE= Module::Build 14PERL5_MODULE_TYPE= Module::Build
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/math/p5-Math-MatrixReal/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-MatrixReal/distinfo 2015/11/03 23:33:39 1.6
+++ pkgsrc/math/p5-Math-MatrixReal/distinfo 2016/02/14 11:55:10 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/03 23:33:39 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/02/14 11:55:10 wen Exp $
2 2
3SHA1 (Math-MatrixReal-2.08.tar.gz) = 44751511f0fab359c1e5e88f83ec28aa1e4b2533 3SHA1 (Math-MatrixReal-2.12.tar.gz) = 24ca9eeca5c74d82c35ca9c32498e5ec1d4988fc
4RMD160 (Math-MatrixReal-2.08.tar.gz) = 8b4ef40be0adac275d9b678e44c17d82f9a5cd1e 4RMD160 (Math-MatrixReal-2.12.tar.gz) = 344ce28cac9fc9c6ee36ecc17f27f854b81f8f21
5SHA512 (Math-MatrixReal-2.08.tar.gz) = 2cf6dec1ffd047a9aed29ab9af07551d26d8d9236de7cc51a93d5e0686db7b527c4debb6d917a2fbd572da6065531a7758e193636d33467c72ed5a0b3c61e9a4 5SHA512 (Math-MatrixReal-2.12.tar.gz) = d6a03936fb8c74c187af47aedafc9af95b4118bea1a8eda975dc93478145023647cccab479b83aa5f3c5eb69cfcc5ba6ebc6d61bdfa5c61aadf35a02744f764d
6Size (Math-MatrixReal-2.08.tar.gz) = 80582 bytes 6Size (Math-MatrixReal-2.12.tar.gz) = 82731 bytes