pkgsrc-WIP-changes archive

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

p5-PDL: update to 2.019.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed May 9 09:46:31 2018 +0200
Changeset:	7b4460e5be2118c864068224208d5211cdb040e9

Modified Files:
	p5-PDL/Makefile
	p5-PDL/distinfo

Log Message:
p5-PDL: update to 2.019.

v2.019 2018-05-05 16:42:44-04:00

General Notes:

 * This is version 2.019 of the Perl Data Language.

 * It is a the first official release of PDL initiating
   the development and release moving from sourceforge
   to github hosting.

 Highlights:

 * cat returns a piddle of the highest input type, not
   the first.

 * The 'thresh' options in fitwarp2d has been removed.

 * rfits/wfits now do tilde filename expansion.

 * det in MatrixOps now uses the cached lu_decomp
   value correctly.

 * Multiple minor fixes, docs, cleanup, and changing
   things to point to github away from sf.net.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b4460e5be2118c864068224208d5211cdb040e9

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

diffstat:
 p5-PDL/Makefile | 2 +-
 p5-PDL/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-PDL/Makefile b/p5-PDL/Makefile
index 2fbf049332..9213b5b08e 100644
--- a/p5-PDL/Makefile
+++ b/p5-PDL/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2012/10/04 19:11:57 asau Exp $
 
-DISTNAME=	PDL-2.018
+DISTNAME=	PDL-2.019
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=PDL/}
diff --git a/p5-PDL/distinfo b/p5-PDL/distinfo
index 79be1325d7..49e89880df 100644
--- a/p5-PDL/distinfo
+++ b/p5-PDL/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/06/01 04:31:09 apost Exp $
 
-SHA1 (PDL-2.018.tar.gz) = 509cf495900a06c5d503ee98b2675a02a4adef79
-RMD160 (PDL-2.018.tar.gz) = a9616fd7c8461832cd8fe194427ee4b5424eb885
-SHA512 (PDL-2.018.tar.gz) = e6c45b8f2a5b4ab64611ad18288a784e38165231639445b5c96da6e735f15dcb463de7f4b164ff8309fc27939ec6cd2134ec0d6026ec9715cceb8f6094a2714b
-Size (PDL-2.018.tar.gz) = 2892896 bytes
+SHA1 (PDL-2.019.tar.gz) = 65e0ac14198e2191355b3332cd6d0ba4dfb55153
+RMD160 (PDL-2.019.tar.gz) = 2414dda984abfee842f4e68be99becf6f58c65e5
+SHA512 (PDL-2.019.tar.gz) = 9a02a1ed5857bae0e9f6bca81bced291eea081c5ba57884fd19ca0d9117ac5aa45616b94e56c20e937a913b685e9325413ebfbefcadcb4488356b605a84983b2
+Size (PDL-2.019.tar.gz) = 2900275 bytes
 SHA1 (patch-Makefile.PL) = e629fabc43ffaa688914e4606b23e56c51dab739


Home | Main Index | Thread Index | Old Index