diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-23 16:15:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-23 16:15:23 +0000 |
commit | 71b0e846cd9425331647aaf59af642f920645c69 (patch) | |
tree | 2400fd7840c25a5d2a24c0788bbcd49a5b3d81f9 | |
parent | 679c5128d8976b71132f08214c8941f69bababd8 (diff) | |
download | pkgsrc-71b0e846cd9425331647aaf59af642f920645c69.tar.gz |
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.
-rw-r--r-- | math/nickle/Makefile | 4 | ||||
-rw-r--r-- | math/nickle/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/nickle/Makefile b/math/nickle/Makefile index 7a014943d1d..191a500a752 100644 --- a/math/nickle/Makefile +++ b/math/nickle/Makefile @@ -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 --git a/math/nickle/distinfo b/math/nickle/distinfo index 28442a760ad..c7ea46ae132 100644 --- a/math/nickle/distinfo +++ b/math/nickle/distinfo @@ -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 |