pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/nickle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 23 16:15:23 UTC 2017

Modified Files:
        pkgsrc/math/nickle: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/nickle/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/nickle/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/nickle/Makefile
diff -u pkgsrc/math/nickle/Makefile:1.16 pkgsrc/math/nickle/Makefile:1.17
--- pkgsrc/math/nickle/Makefile:1.16    Mon Mar 20 13:13:51 2017
+++ pkgsrc/math/nickle/Makefile Thu Nov 23 16:15:23 2017
@@ -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/
 

Index: pkgsrc/math/nickle/distinfo
diff -u pkgsrc/math/nickle/distinfo:1.11 pkgsrc/math/nickle/distinfo:1.12
--- pkgsrc/math/nickle/distinfo:1.11    Sun Apr 23 14:49:27 2017
+++ pkgsrc/math/nickle/distinfo Thu Nov 23 16:15:23 2017
@@ -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