pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug 17 13:58:21 UTC 2017

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

Log Message:
Update to 1.01
Add missing DEPENDS.

Upstream changes:
1.01
        15 Aug 2017
        - Move Math::Utils dependancy from 1.06 to 1.10. A test
          was failing in 21-secondd.t because the older version's
          pl_evaluate() wasn't handling lists back then.
1.00
        9 Aug 2017
        - Add tests, more POD clean-up, send to CPAN.
        18 Jul 2017
        - Add references for the central and forward difference
          methods.
        - Have not been able to find a reference for the second
          derivative difference method, annoyingly.
        - Minimum perl version set to 5.10.1.
        17 Jul 2017
        - Added a forward difference approximation method (bug was filed
          for this as user Maitraya Baliyan was expecting it instead of
          the central difference approximation method that Derivative1()
          used).
        - Added names forwarddiff() and centraldiff() for export.
          Derivative1() is aliased to centraldiff(), so as not to break
          old code.
        - Likewise, seconddx() is now the exported name of the second
          derivative difference method, with Derivative2() aliased to it.
        - There is now an EXPORT tag, ':all'.
        - POD is more descriptive, has more examples, and uses the
          new names.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/p5-Math-Derivative/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/p5-Math-Derivative/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-Derivative/Makefile
diff -u pkgsrc/math/p5-Math-Derivative/Makefile:1.6 pkgsrc/math/p5-Math-Derivative/Makefile:1.7
--- pkgsrc/math/p5-Math-Derivative/Makefile:1.6 Mon Jun  5 14:24:10 2017
+++ pkgsrc/math/p5-Math-Derivative/Makefile     Thu Aug 17 13:58:21 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/17 13:58:21 wen Exp $
 
-DISTNAME=      Math-Derivative-0.04
+DISTNAME=      Math-Derivative-1.01
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
@@ -13,5 +12,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 PERL5_PACKLIST=        auto/Math/Derivative/.packlist
 
+DEPENDS+=      p5-Math-Utils>=1.10:../../math/p5-Math-Utils
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/p5-Math-Derivative/distinfo
diff -u pkgsrc/math/p5-Math-Derivative/distinfo:1.3 pkgsrc/math/p5-Math-Derivative/distinfo:1.4
--- pkgsrc/math/p5-Math-Derivative/distinfo:1.3 Wed Apr 13 13:31:23 2016
+++ pkgsrc/math/p5-Math-Derivative/distinfo     Thu Aug 17 13:58:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/04/13 13:31:23 wen Exp $
+$NetBSD: distinfo,v 1.4 2017/08/17 13:58:21 wen Exp $
 
-SHA1 (Math-Derivative-0.04.tar.gz) = 5b79361bc9fd0122de378f1b4fb6f6fb20c44c28
-RMD160 (Math-Derivative-0.04.tar.gz) = 456c5080552679ef4e122e350b29d8708c4db19e
-SHA512 (Math-Derivative-0.04.tar.gz) = 36cc39024300063a34d8df5c896670625a30561bfcd29f13eab57a2ca3f6b9b3c6b8a14675aefcf41c1f17ec4e2e58d77664c28d621fb36f61006681dcd58f96
-Size (Math-Derivative-0.04.tar.gz) = 11893 bytes
+SHA1 (Math-Derivative-1.01.tar.gz) = 9a58264d7c84b15b5dcd58b16840c15eaa8e7a87
+RMD160 (Math-Derivative-1.01.tar.gz) = 248511c1a60e98f48f9c7f541023d780be0a343e
+SHA512 (Math-Derivative-1.01.tar.gz) = 8fb13bb64b205892f39ba732f864010971cb08eef26987e9ef31e43c2b0eae2758992cbb719d38cbbb0858c0e55067a0d009322e65f31817d713a84d157e7805
+Size (Math-Derivative-1.01.tar.gz) = 14413 bytes



Home | Main Index | Thread Index | Old Index