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:           Sun Jan 14 08:41:58 UTC 2024

Modified Files:
        pkgsrc/math/nickle: Makefile PLIST distinfo
Removed Files:
        pkgsrc/math/nickle/patches: patch-test_Makefile.am

Log Message:
nickle: update to 2.97.

Version 2.97
test: Clean up manually-built math-tables bits
bench: Install runbench.sh script with +x mode
debian: Add hardening rules to *FLAGS_FOR_BUILD
Revert "test: Fix how math-tables is built"
Install benchmark bits. Don't put examples in docdir


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/math/nickle/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/nickle/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/nickle/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/math/nickle/patches/patch-test_Makefile.am

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.33 pkgsrc/math/nickle/Makefile:1.34
--- pkgsrc/math/nickle/Makefile:1.33    Sat Jan 13 17:27:48 2024
+++ pkgsrc/math/nickle/Makefile Sun Jan 14 08:41:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/01/13 17:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/01/14 08:41:57 wiz Exp $
 
-DISTNAME=      nickle-2.96
+DISTNAME=      nickle-2.97
 CATEGORIES=    math lang
 MASTER_SITES=  http://nickle.org/release/
 
@@ -9,15 +9,6 @@ HOMEPAGE=      https://nickle.org/
 COMMENT=       Desk calculator language
 LICENSE=       mit
 
-USE_TOOLS+=    autoconf automake autoreconf
-TOOL_DEPENDS+= autoconf-archive>=0:../../devel/autoconf-archive
-# for m4 file
-TOOL_DEPENDS+= pkgconf>=0:../../devel/pkgconf
-
-pre-configure:
-       @${STEP_MSG} Autoreconf for Makefile.am patch
-       ${RUN} cd ${WRKSRC} && autoreconf -fi
-
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.editlinereadline}
@@ -28,5 +19,7 @@ CONFIGURE_ENV+=       ac_cv_path_DOCBOOK2PDF=
 
 TEST_TARGET=   check
 
+REPLACE_SH+=   bench/runbench.sh
+
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/nickle/PLIST
diff -u pkgsrc/math/nickle/PLIST:1.9 pkgsrc/math/nickle/PLIST:1.10
--- pkgsrc/math/nickle/PLIST:1.9        Sun Jun 18 19:37:37 2023
+++ pkgsrc/math/nickle/PLIST    Sun Jan 14 08:41:57 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/06/18 19:37:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/01/14 08:41:57 wiz Exp $
 bin/nickle
 include/nickle/builtin-namespaces.h
 include/nickle/builtin.h
@@ -15,6 +15,19 @@ man/man1/nickle.1
 share/nickle/COPYING
 share/nickle/abort.5c
 share/nickle/arc4.5c
+share/nickle/bench/choose.5c
+share/nickle/bench/choose.bc
+share/nickle/bench/choose.c
+share/nickle/bench/composite.5c
+share/nickle/bench/composite.bc
+share/nickle/bench/composite.c
+share/nickle/bench/ifact.5c
+share/nickle/bench/ifact.bc
+share/nickle/bench/ifact.c
+share/nickle/bench/rfact.5c
+share/nickle/bench/rfact.bc
+share/nickle/bench/rfact.c
+share/nickle/bench/runbench.sh
 share/nickle/builtin.5c
 share/nickle/cha-cha.5c
 share/nickle/command.5c

Index: pkgsrc/math/nickle/distinfo
diff -u pkgsrc/math/nickle/distinfo:1.27 pkgsrc/math/nickle/distinfo:1.28
--- pkgsrc/math/nickle/distinfo:1.27    Sat Jan 13 04:25:39 2024
+++ pkgsrc/math/nickle/distinfo Sun Jan 14 08:41:57 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/01/13 04:25:39 riastradh Exp $
+$NetBSD: distinfo,v 1.28 2024/01/14 08:41:57 wiz Exp $
 
-BLAKE2s (nickle-2.96.tar.gz) = 2d2e9c761307bbeec656f70ccb75696cc3d9b07375f7c2df1ec8d0d818b710b8
-SHA512 (nickle-2.96.tar.gz) = 4d06eb2e62a7c6c322ff9b406cfff2f2e68d0ff0eb3c84240aced618b89aa2a6be8822d7ae4169dc3e42c94527fb587a6c5fd9739bde03098de9f86b2bf11e3a
-Size (nickle-2.96.tar.gz) = 2552972 bytes
-SHA1 (patch-test_Makefile.am) = 7238760ee390f7b1d07f267beb1b222f2af9068e
+BLAKE2s (nickle-2.97.tar.gz) = e250335262308dc00ee5c2b0e0d7dcedcb58a4ad244106bfa0d5debcc1514f12
+SHA512 (nickle-2.97.tar.gz) = 8add9b0b908a3273fecc00d76aaaabfb3b86872c3dab9a9fe7dae45c98c2c45dca16c2234887c195733360db6a3377041a8b4428b64686792aa08e9c8c561309
+Size (nickle-2.97.tar.gz) = 2553393 bytes



Home | Main Index | Thread Index | Old Index