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:           Sat May 27 06:29:51 UTC 2023

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

Log Message:
lang/janet: Update to 1.28.0

## 1.28.0 - 2023-05-13
- Various bug fixes
- Make nested short-fn's behave a bit more predictably (it is still not
  recommended to nest short-fns).
- Add `os/strftime` for date formatting.
- Fix `ev/select` on threaded channels sometimes live-locking.
- Support the `NO_COLOR` environment variable to turn off VT100 color codes
  in repl (and in scripts).  See http://no-color.org/
- Disallow using `(splice x)` in contexts where it doesn't make sense rather
  than silently coercing to `x`.  Instead, raise a compiler error.
- Change the names of `:user8` and `:user9` sigals to `:interrupt` and
  `:await`
- Change the names of `:user8` and `:user9` fiber statuses to `:interrupted`
  and `:suspended`.
- Add `ev/all-tasks` to see all currently suspended fibers.
- Add `keep-syntax` and `keep-syntax!` functions to make writing macros
  easier.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/lang/janet/Makefile:1.25
--- pkgsrc/lang/janet/Makefile:1.24     Tue Mar  7 06:09:02 2023
+++ pkgsrc/lang/janet/Makefile  Sat May 27 06:29:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/03/07 06:09:02 charlotte Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/27 06:29:51 charlotte Exp $
 
-DISTNAME=      janet-1.27.0
+DISTNAME=      janet-1.28.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.14 pkgsrc/lang/janet/PLIST:1.15
--- pkgsrc/lang/janet/PLIST:1.14        Tue Mar  7 06:09:02 2023
+++ pkgsrc/lang/janet/PLIST     Sat May 27 06:29:51 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2023/03/07 06:09:02 charlotte Exp $
+@comment $NetBSD: PLIST,v 1.15 2023/05/27 06:29:51 charlotte Exp $
 bin/janet
 include/janet/janet.h
 lib/libjanet.a
 lib/libjanet.so
-lib/libjanet.so.1.27
+lib/libjanet.so.1.28
 lib/libjanet.so.${PKGVERSION}
 lib/pkgconfig/janet.pc
 man/man1/janet.1

Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.23 pkgsrc/lang/janet/distinfo:1.24
--- pkgsrc/lang/janet/distinfo:1.23     Tue Mar  7 06:09:02 2023
+++ pkgsrc/lang/janet/distinfo  Sat May 27 06:29:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/03/07 06:09:02 charlotte Exp $
+$NetBSD: distinfo,v 1.24 2023/05/27 06:29:51 charlotte Exp $
 
-BLAKE2s (janet-1.27.0.tar.gz) = 828e47873645e0bf66a05a78bcb4ed7afcb576fac5e3c121f7efd8fb18eba56b
-SHA512 (janet-1.27.0.tar.gz) = 4993369de4ec10de05789796cb91f4d79b379c56e0f0c9cc2aa1e4576f066d94ece4fd8fc090197fcbfca73a1aca6cc2a0f4ccd2fadc7548c177633e6997e9ce
-Size (janet-1.27.0.tar.gz) = 525780 bytes
+BLAKE2s (janet-1.28.0.tar.gz) = b5a0c66d67fa5878b194296cfa427f2a8a0b182295dcc599ebf840c74024092e
+SHA512 (janet-1.28.0.tar.gz) = 2804157740617699c901e2bc4a0caa08c0504ddfb48556b40dd21d504b8c2dced0f9dac194588e4a143f5a3523423a8a77c136a77baf00edccd08133061b1071
+Size (janet-1.28.0.tar.gz) = 531528 bytes



Home | Main Index | Thread Index | Old Index