diff options
author | adam <adam@pkgsrc.org> | 2011-08-06 20:53:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-06 20:53:17 +0000 |
commit | 4db1455a73bd2b4ab662b3b836c3ce5e7459cfe7 (patch) | |
tree | 1f0c69fd34f35aa573ed77da634effc90bb6e1a9 /math | |
parent | cfbd59a390ba0c1c8cd6ecca5edd8c0ba4d6e5b4 (diff) | |
download | pkgsrc-4db1455a73bd2b4ab662b3b836c3ce5e7459cfe7.tar.gz |
Changes 2.08:
* Fix t/matlab.t failing on Windows (RT 64629)
* Applied patch from RT 51669 (POD rendering)
* Applied patch from RT 61334 (fix croak in new_from_string)
* Make reference check less strict in _new_from_row_or_cols (requested by MJD)
Changes 2.06:
* added submatrix() (exactly the same behavior as sec() from PDL, for 2D
matrices)
* t/submatrix.t created
* t/decompose_LR.t created
* !!!NEED documentation for submatrix()
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MatrixReal/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-MatrixReal/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index 87624df4863..3a5e994b155 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2010/08/21 16:35:12 seb Exp $ +# $NetBSD: Makefile,v 1.18 2011/08/06 20:53:17 adam Exp $ -DISTNAME= Math-MatrixReal-2.05 +DISTNAME= Math-MatrixReal-2.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5mmr CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/ COMMENT= Perl module for performing operations on real matrices +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/p5-Math-MatrixReal/distinfo b/math/p5-Math-MatrixReal/distinfo index 2ec4ab74d03..f0137c7dcae 100644 --- a/math/p5-Math-MatrixReal/distinfo +++ b/math/p5-Math-MatrixReal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/07/29 11:45:33 he Exp $ +$NetBSD: distinfo,v 1.5 2011/08/06 20:53:17 adam Exp $ -SHA1 (Math-MatrixReal-2.05.tar.gz) = a1ecaada560232108c0aba3664a53c503fc08559 -RMD160 (Math-MatrixReal-2.05.tar.gz) = a86fd4b15f6726d135fbd39ee347ca151dfd525b -Size (Math-MatrixReal-2.05.tar.gz) = 64172 bytes +SHA1 (Math-MatrixReal-2.08.tar.gz) = 44751511f0fab359c1e5e88f83ec28aa1e4b2533 +RMD160 (Math-MatrixReal-2.08.tar.gz) = 8b4ef40be0adac275d9b678e44c17d82f9a5cd1e +Size (Math-MatrixReal-2.08.tar.gz) = 80582 bytes |