pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/nickle nickle: update to 2.81.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8093f497fcc3
branches:  trunk
changeset: 371851:8093f497fcc3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 23 16:15:23 2017 +0000

description:
nickle: update to 2.81.

    Update to version 2.81


    test: Can't test for Y2038 fix because 32 bit machines

    glibc on all 32-bit machines fails the Y2038 test. Change that to use
    the maximum possible 32-bit value instead (sigh)


    Remove unused variable in builtin-date.c


    Add date conversion functions localtime, gmtime, timelocal, timegm

    These just wrap the C versions, except they report actual years,
    rather than years since 1900 and January is month 1, not 0.


    Add JSON tests


    Add floats to JSON module.

    Support floating point values in JSON input and output.


    Make nickle-tutorial.pdf build reproducibly

    Set TeX dates to RELEASE_DATE.
    Remove PDF /ID entry.

diffstat:

 math/nickle/Makefile |   4 ++--
 math/nickle/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r bfebdfdb2c9a -r 8093f497fcc3 math/nickle/Makefile
--- a/math/nickle/Makefile      Thu Nov 23 16:13:30 2017 +0000
+++ b/math/nickle/Makefile      Thu Nov 23 16:15:23 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/03/20 13:13:51 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/11/23 16:15:23 wiz Exp $
 
-DISTNAME=      nickle-2.79
+DISTNAME=      nickle-2.81
 CATEGORIES=    math lang
 MASTER_SITES=  http://nickle.org/release/
 
diff -r bfebdfdb2c9a -r 8093f497fcc3 math/nickle/distinfo
--- a/math/nickle/distinfo      Thu Nov 23 16:13:30 2017 +0000
+++ b/math/nickle/distinfo      Thu Nov 23 16:15:23 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2017/04/23 14:49:27 taca Exp $
+$NetBSD: distinfo,v 1.12 2017/11/23 16:15:23 wiz Exp $
 
-SHA1 (nickle-2.79.tar.gz) = 86722b07df9eebf99789b91a0c576f14af8ea739
-RMD160 (nickle-2.79.tar.gz) = a6a211cf1171960c0cab45c9d2206d5ae4abd374
-SHA512 (nickle-2.79.tar.gz) = 3a98dc0e318a62e48b00cbc7bb1324be5c2461b29637ee77fe8ad3d788fdd32b7d896ca5e457edfd86f580901ffcb543d5f27442def271c267096aa9552f45f3
-Size (nickle-2.79.tar.gz) = 581560 bytes
+SHA1 (nickle-2.81.tar.gz) = ef9c6de7ad2a544a3245657fbfd46dbfa9675476
+RMD160 (nickle-2.81.tar.gz) = 03c8ffbebfd0104b3cd54f748f702de7e6f999f5
+SHA512 (nickle-2.81.tar.gz) = b11755f824b3abf74f104db7bfaf58f52fef0b76e194ffd8c562693d5497f9de69121f9ce98777fb0366a7e02be7b32e7d800a31be03f5a5921b9d8bc3502aca
+Size (nickle-2.81.tar.gz) = 579140 bytes
 SHA1 (patch-aa) = 4cbb563244883f6c9f7a3594875052f8d9a9e9b3
 SHA1 (patch-lex.c) = f9d5f3f282f97a94195730062525e9f6310bb316



Home | Main Index | Thread Index | Old Index