pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/janet



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Wed Sep 27 23:58:51 UTC 2023

Modified Files:
        pkgsrc/lang/janet: Makefile PLIST distinfo

Log Message:
lang/janet: Update to 1.31.0.

## 1.31.0 - 2023-09-17

- Report line and column when using `janet_dobytes`
- Add `:unless` loop modifier
- Allow calling `reverse` on generators.
- Improve performance of a number of core functions including `partition`, `mean`, `keys`, `values`, `pairs`, `interleave`.
- Add `lengthable?`
- Add `os/sigaction`
- Change `every?` and `any?` to behave like the functional versions of the `and` and `or` macros.
- Fix bug with garbage collecting threaded abstract types.
- Add `:signal` to the `sandbox` function to allow intercepting signals.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/janet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/janet/Makefile
diff -u pkgsrc/lang/janet/Makefile:1.27 pkgsrc/lang/janet/Makefile:1.28
--- pkgsrc/lang/janet/Makefile:1.27     Tue Aug 15 15:13:55 2023
+++ pkgsrc/lang/janet/Makefile  Wed Sep 27 23:58:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/08/15 15:13:55 charlotte Exp $
+# $NetBSD: Makefile,v 1.28 2023/09/27 23:58:51 charlotte Exp $
 
-DISTNAME=      janet-1.30.0
+DISTNAME=      janet-1.31.0
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janet-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/lang/janet/PLIST
diff -u pkgsrc/lang/janet/PLIST:1.17 pkgsrc/lang/janet/PLIST:1.18
--- pkgsrc/lang/janet/PLIST:1.17        Tue Aug 15 15:13:55 2023
+++ pkgsrc/lang/janet/PLIST     Wed Sep 27 23:58:51 2023
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.17 2023/08/15 15:13:55 charlotte Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/09/27 23:58:51 charlotte Exp $
 bin/janet
 include/janet.h
 include/janet/janet.h
 lib/libjanet.a
 lib/libjanet.so
 lib/libjanet.so.${PKGVERSION}
-lib/libjanet.so.1.30
+lib/libjanet.so.1.31
 lib/pkgconfig/janet.pc
 man/man1/janet.1
 @pkgdir lib/janet

Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.26 pkgsrc/lang/janet/distinfo:1.27
--- pkgsrc/lang/janet/distinfo:1.26     Tue Aug 15 15:13:55 2023
+++ pkgsrc/lang/janet/distinfo  Wed Sep 27 23:58:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/08/15 15:13:55 charlotte Exp $
+$NetBSD: distinfo,v 1.27 2023/09/27 23:58:51 charlotte Exp $
 
-BLAKE2s (janet-1.30.0.tar.gz) = ba0e610cdd5d136054530424e4605061b157f6fe943b73cdaae0d1320a85f579
-SHA512 (janet-1.30.0.tar.gz) = e7e893dda0c928211f8ee2e7d3f155fbe83a5a714a4e32d3c5a6d4511b9dbd600c2a6cef7bc366a04e25d2f4b0822609ccc8f1de0bf12e99c6f45f26add0347f
-Size (janet-1.30.0.tar.gz) = 551023 bytes
+BLAKE2s (janet-1.31.0.tar.gz) = 2d84250eb6e609d39e201f43bc0765b3d4802ef2268a5dbef3aee6d64728b109
+SHA512 (janet-1.31.0.tar.gz) = 44ed6e60eb009806efc250b96fa61379546673edfdd58ea2e94d703ff7f9c4fd6809030e73edc108836720d2dff72150fe3ef6d1814d1d88468d4db2e2f16e87
+Size (janet-1.31.0.tar.gz) = 555039 bytes



Home | Main Index | Thread Index | Old Index