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:           Sat Sep  9 20:12:39 UTC 2023

Modified Files:
        pkgsrc/math/nickle: Makefile distinfo
Removed Files:
        pkgsrc/math/nickle/patches: patch-lex.c

Log Message:
nickle: update to 2.93.

Version 2.93
natural: Fix bug in optimized multiply by one
float: optimize addition of zero
Adjust printf output precision to show full resolution
Use standard C flexible array syntax for natural digits
lex.l: Don't use <history.h> with libedit
Clean up --with-libedit help string
Ignore a couple more build artifacts
test: Test hex float in scanf
Add hex float support to scanf
debian: Update standards version to 4.6.2
Add %a support to printf
Actually use HAVE_RL_CATCH_SIGNALS
test: Add math-tables.c to EXTRA_DIST


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/nickle/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/nickle/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/math/nickle/patches/patch-lex.c

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.28 pkgsrc/math/nickle/Makefile:1.29
--- pkgsrc/math/nickle/Makefile:1.28    Mon Jun 19 22:07:22 2023
+++ pkgsrc/math/nickle/Makefile Sat Sep  9 20:12:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/06/19 22:07:22 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2023/09/09 20:12:39 wiz Exp $
 
-DISTNAME=      nickle-2.92
+DISTNAME=      nickle-2.93
 CATEGORIES=    math lang
 MASTER_SITES=  http://nickle.org/release/
 

Index: pkgsrc/math/nickle/distinfo
diff -u pkgsrc/math/nickle/distinfo:1.23 pkgsrc/math/nickle/distinfo:1.24
--- pkgsrc/math/nickle/distinfo:1.23    Mon Jun 19 20:31:02 2023
+++ pkgsrc/math/nickle/distinfo Sat Sep  9 20:12:39 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/06/19 20:31:02 tnn Exp $
+$NetBSD: distinfo,v 1.24 2023/09/09 20:12:39 wiz Exp $
 
-BLAKE2s (nickle-2.92.tar.gz) = 21da50baef14a9f35e911d013f48f7217a00b7eb0b80add63fd1056f1b34f68a
-SHA512 (nickle-2.92.tar.gz) = 27c8607740bba0c034ac2f8aef823c1eeaf7670bf72c983212ad41522fc321bda45478515e9f1e67350fecf1ebe4b9bb29429edeb357e5e1691af9e1720322f6
-Size (nickle-2.92.tar.gz) = 2548373 bytes
-SHA1 (patch-lex.c) = daae8884b02f8de2fa4dbc9050973dbaebcda7a4
+BLAKE2s (nickle-2.93.tar.gz) = 87a6d2eb2c0523987ac31e214cbe1f737e649865bedb3bb3ab6643c4cff7a2cc
+SHA512 (nickle-2.93.tar.gz) = 0908c12060c66ea8bce1c05e931f555c1fcf0e43637cc5692029e3d4b4cc3a36ac6d367b768598d4e21b7e204dc5247ff3ad80965521a9284d63dd0027790928
+Size (nickle-2.93.tar.gz) = 2550308 bytes



Home | Main Index | Thread Index | Old Index