Sat Nov 19 02:40:00 2022 UTC ()
janet: update to 1.25.1

CHANGELOG:

## 1.25.1 - 2022-10-29

- Add `memcmp` function to core library.
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
- Support config.mk for more easily configuring the Makefile.

## 1.25.0 - 2022-10-10

- Windows FFI fixes.
- Fix PEG `if-not` combinator with captures in the condition
- Fix bug with `os/date` with nil first argument
- Fix bug with `net/accept` on Linux that could leak file descriptors to
  subprocesses
- Reduce number of hash collisions from pointer hashing
- Add optional parameter to `marshal` to skip cycle checking code

## 1.24.1 - 2022-08-24

- Fix FFI bug on Linux/Posix
- Improve parse error messages for bad delimiters.
- Add optional `name` parameter to the `short-fn` macro.

## 1.24.0 - 2022-08-14

- Add FFI support to 64-bit windows compiled with MSVC
- Don't process shared object names passed to dlopen.
- Add better support for windows console in the default shell.c for
  auto-completion and other shell-like input features.
- Improve default error message from `assert`.
- Add the `tabseq` macro for simpler table comprehensions.
- Allow setting `(dyn :task-id)` in fibers to improve context in supervisor
  messages. Prior to this change, supervisor messages over threaded channels
  would be from ambiguous threads/fibers.


(charlotte)
diff -r1.19 -r1.20 pkgsrc/lang/janet/Makefile
diff -r1.11 -r1.12 pkgsrc/lang/janet/PLIST
diff -r1.20 -r1.21 pkgsrc/lang/janet/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/lang/janet/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/janet/Makefile 2022/08/09 01:48:07 1.19
+++ pkgsrc/lang/janet/Makefile 2022/11/19 02:40:00 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2022/08/09 01:48:07 charlotte Exp $ 1# $NetBSD: Makefile,v 1.20 2022/11/19 02:40:00 charlotte Exp $
2 2
3DISTNAME= janet-1.23.0 3DISTNAME= janet-1.25.1
4CATEGORIES= lang 4CATEGORIES= lang
5MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://janet-lang.org/ 9HOMEPAGE= https://janet-lang.org/
10COMMENT= Functional and imperative programming language 10COMMENT= Functional and imperative programming language
11LICENSE= mit 11LICENSE= mit
12 12
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14USE_LANGUAGES= c99 14USE_LANGUAGES= c99
15 15
16BUILD_TARGET= all build/janet.pc 16BUILD_TARGET= all build/janet.pc

cvs diff -r1.11 -r1.12 pkgsrc/lang/janet/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/janet/PLIST 2022/08/09 01:48:07 1.11
+++ pkgsrc/lang/janet/PLIST 2022/11/19 02:40:00 1.12
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1@comment $NetBSD: PLIST,v 1.11 2022/08/09 01:48:07 charlotte Exp $ 1@comment $NetBSD: PLIST,v 1.12 2022/11/19 02:40:00 charlotte Exp $
2bin/janet 2bin/janet
3include/janet.h 
4include/janet/janet.h 3include/janet/janet.h
5lib/libjanet.a 4lib/libjanet.a
6lib/libjanet.so 5lib/libjanet.so
7lib/libjanet.so.1.23 6lib/libjanet.so.1.25
8lib/libjanet.so.${PKGVERSION} 7lib/libjanet.so.${PKGVERSION}
9lib/pkgconfig/janet.pc 8lib/pkgconfig/janet.pc
10man/man1/janet.1 9man/man1/janet.1
11@pkgdir lib/janet 10@pkgdir lib/janet

cvs diff -r1.20 -r1.21 pkgsrc/lang/janet/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/janet/distinfo 2022/08/09 01:48:07 1.20
+++ pkgsrc/lang/janet/distinfo 2022/11/19 02:40:00 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/08/09 01:48:07 charlotte Exp $ 1$NetBSD: distinfo,v 1.21 2022/11/19 02:40:00 charlotte Exp $
2 2
3BLAKE2s (janet-1.23.0.tar.gz) = a1f454957096909058146835ffba77aa924c5a66162e9bfb5d30a47377a13d60 3BLAKE2s (janet-1.25.1.tar.gz) = 7b2f7c31496ead855dc8fd8875b7fcb15093b6aae8deba630b4a043c4fde9179
4SHA512 (janet-1.23.0.tar.gz) = 7f9faeaafc75a92085643588e9e32b9d656a7f19c9cbd4013779fa299059a5868940ea57b9bc92313ac63ea846a743ab5c2e4ccf83fcce8bd0e418843e62f8df 4SHA512 (janet-1.25.1.tar.gz) = caf33bbbb095a3baa4141b4d4e714f302038ef26c2ddc90d13ce17c07b5b06803e0685206cdf203c4d80e85fc372718214d7e6020624b582ce7c53a15e4d4787
5Size (janet-1.23.0.tar.gz) = 511438 bytes 5Size (janet-1.25.1.tar.gz) = 515758 bytes