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:           Tue Apr 18 21:31:08 UTC 2023

Modified Files:
        pkgsrc/math/nickle: Makefile PLIST distinfo

Log Message:
nickle: update to 2.91.

test: Add test for sort functions
prng: Make randint work for values <= 0
sort: make pivot computation pass positive value to randint
edit: Use asprintf when creating file editing command to avoid overflow
PRNG: ensure that randint returns evenly distributed values
Fix release process


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/nickle/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/nickle/PLIST
cvs rdiff -u -r1.18 -r1.19 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.20 pkgsrc/math/nickle/Makefile:1.21
--- pkgsrc/math/nickle/Makefile:1.20    Tue Apr 18 09:06:25 2023
+++ pkgsrc/math/nickle/Makefile Tue Apr 18 21:31:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/04/18 09:06:25 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/04/18 21:31:08 wiz Exp $
 
-DISTNAME=      nickle-2.90
+DISTNAME=      nickle-2.91
 CATEGORIES=    math lang
 MASTER_SITES=  http://nickle.org/release/
 

Index: pkgsrc/math/nickle/PLIST
diff -u pkgsrc/math/nickle/PLIST:1.7 pkgsrc/math/nickle/PLIST:1.8
--- pkgsrc/math/nickle/PLIST:1.7        Tue Apr 18 09:06:25 2023
+++ pkgsrc/math/nickle/PLIST    Tue Apr 18 21:31:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/04/18 09:06:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/04/18 21:31:08 wiz Exp $
 bin/nickle
 include/nickle/builtin-namespaces.h
 include/nickle/builtin.h
@@ -86,4 +86,5 @@ share/nickle/test/reftest.5c
 share/nickle/test/round.5c
 share/nickle/test/scanf.5c
 share/nickle/test/signal.5c
+share/nickle/test/sorttest.5c
 share/nickle/test/string-file.5c

Index: pkgsrc/math/nickle/distinfo
diff -u pkgsrc/math/nickle/distinfo:1.18 pkgsrc/math/nickle/distinfo:1.19
--- pkgsrc/math/nickle/distinfo:1.18    Tue Apr 18 09:06:25 2023
+++ pkgsrc/math/nickle/distinfo Tue Apr 18 21:31:08 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2023/04/18 09:06:25 wiz Exp $
+$NetBSD: distinfo,v 1.19 2023/04/18 21:31:08 wiz Exp $
 
-BLAKE2s (nickle-2.90.tar.gz) = 1d209a14f6e26b2544077c86ecb474d773497840831511415c2f6e705f1c3c31
-SHA512 (nickle-2.90.tar.gz) = 4cb1ff885bba637f5bb44c5f28210ca68c0c35f6becd356ad38d4f54f1bc1984ce7c13cd62f871e3518713642fb7dd063a5b057e928fa4aba00201abd5aef805
-Size (nickle-2.90.tar.gz) = 2514923 bytes
+BLAKE2s (nickle-2.91.tar.gz) = 0c68e83c11f48e370c413811804d20dd331ae08b003d65fd26ebded8b1a9d38f
+SHA512 (nickle-2.91.tar.gz) = 4741cdfad83c84da2c232b965cef52deb7c04f04db9ba1255d420ecd51ba63f9ad249e2e7b5ee4e0be855fdf611d5f5311f2c3cd6631f1211ce65d1e78b0d60f
+Size (nickle-2.91.tar.gz) = 2505408 bytes
 SHA1 (patch-aa) = 4cbb563244883f6c9f7a3594875052f8d9a9e9b3
 SHA1 (patch-builtin-date.c) = 1aa792b5a91f4b808208e73ee38bd539ab0c12fb
 SHA1 (patch-float.c) = f157fc605b617e7b5bdaa192d48e679b596a9228



Home | Main Index | Thread Index | Old Index