diff options
author | wen <wen@pkgsrc.org> | 2016-02-14 11:55:10 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-14 11:55:10 +0000 |
commit | 0e886f1ab08055c76a12d7bc2b1548aa4c0ccf01 (patch) | |
tree | d5bd08f34934b0be99287b8a57599ac072445de2 /math | |
parent | 0cd3afbfd5a4e1d0a0497a2751ce9c2e7d3b745d (diff) | |
download | pkgsrc-0e886f1ab08055c76a12d7bc2b1548aa4c0ccf01.tar.gz |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MatrixReal/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-MatrixReal/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index 3c46ac5b937..b0cd7816807 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:50:29 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2016/02/14 11:55:10 wen Exp $ -DISTNAME= Math-MatrixReal-2.08 +DISTNAME= Math-MatrixReal-2.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-MatrixReal/distinfo b/math/p5-Math-MatrixReal/distinfo index 6f63b26eae9..147c88a9cd0 100644 --- a/math/p5-Math-MatrixReal/distinfo +++ b/math/p5-Math-MatrixReal/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:39 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/02/14 11:55:10 wen Exp $ -SHA1 (Math-MatrixReal-2.08.tar.gz) = 44751511f0fab359c1e5e88f83ec28aa1e4b2533 -RMD160 (Math-MatrixReal-2.08.tar.gz) = 8b4ef40be0adac275d9b678e44c17d82f9a5cd1e -SHA512 (Math-MatrixReal-2.08.tar.gz) = 2cf6dec1ffd047a9aed29ab9af07551d26d8d9236de7cc51a93d5e0686db7b527c4debb6d917a2fbd572da6065531a7758e193636d33467c72ed5a0b3c61e9a4 -Size (Math-MatrixReal-2.08.tar.gz) = 80582 bytes +SHA1 (Math-MatrixReal-2.12.tar.gz) = 24ca9eeca5c74d82c35ca9c32498e5ec1d4988fc +RMD160 (Math-MatrixReal-2.12.tar.gz) = 344ce28cac9fc9c6ee36ecc17f27f854b81f8f21 +SHA512 (Math-MatrixReal-2.12.tar.gz) = d6a03936fb8c74c187af47aedafc9af95b4118bea1a8eda975dc93478145023647cccab479b83aa5f3c5eb69cfcc5ba6ebc6d61bdfa5c61aadf35a02744f764d +Size (Math-MatrixReal-2.12.tar.gz) = 82731 bytes |