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 Mar 4 02:18:59 UTC 2023
Modified Files:
pkgsrc/lang/janet: Makefile PLIST distinfo
Log Message:
lang/janet: Update to 1.26.0
## 1.26.0 - 2023-01-07
- Add `ffi/malloc` and `ffi/free`. Useful as tools of last resort.
- Add `ffi/jitfn` to allow calling function pointers generated at runtime from
machine code. Bring your own assembler, though.
- Channels can now be marshalled. Pending state is not saved, only items in the
channel.
- Use the new `.length` function pointer on abstract types for lengths. Adding
a `length` method will still work as well.
- Support byte views on abstract types with the `.bytes` function pointer.
- Add the `u` format specifier to printf family functions.
- Allow printing 64 integer types in `printf` and `string/format` family
functions.
- Allow importing modules from custom directories more easily with the `@`
prefix to module paths. For example, if there is a dynamic binding
:custom-modules that is a file system path to a directory of modules, import
from that directory with `(import @custom-modules/mymod)`.
- Fix error message bug in FFI library.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/lang/janet/Makefile:1.23
--- pkgsrc/lang/janet/Makefile:1.22 Mon Jan 16 04:00:01 2023
+++ pkgsrc/lang/janet/Makefile Sat Mar 4 02:18:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/01/16 04:00:01 dholland Exp $
+# $NetBSD: Makefile,v 1.23 2023/03/04 02:18:59 charlotte Exp $
-DISTNAME= janet-1.25.1
+DISTNAME= janet-1.26.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.12 pkgsrc/lang/janet/PLIST:1.13
--- pkgsrc/lang/janet/PLIST:1.12 Sat Nov 19 02:40:00 2022
+++ pkgsrc/lang/janet/PLIST Sat Mar 4 02:18:59 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.12 2022/11/19 02:40:00 charlotte Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/03/04 02:18:59 charlotte Exp $
bin/janet
include/janet/janet.h
lib/libjanet.a
lib/libjanet.so
-lib/libjanet.so.1.25
+lib/libjanet.so.1.26
lib/libjanet.so.${PKGVERSION}
lib/pkgconfig/janet.pc
man/man1/janet.1
Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.21 pkgsrc/lang/janet/distinfo:1.22
--- pkgsrc/lang/janet/distinfo:1.21 Sat Nov 19 02:40:00 2022
+++ pkgsrc/lang/janet/distinfo Sat Mar 4 02:18:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/11/19 02:40:00 charlotte Exp $
+$NetBSD: distinfo,v 1.22 2023/03/04 02:18:59 charlotte Exp $
-BLAKE2s (janet-1.25.1.tar.gz) = 7b2f7c31496ead855dc8fd8875b7fcb15093b6aae8deba630b4a043c4fde9179
-SHA512 (janet-1.25.1.tar.gz) = caf33bbbb095a3baa4141b4d4e714f302038ef26c2ddc90d13ce17c07b5b06803e0685206cdf203c4d80e85fc372718214d7e6020624b582ce7c53a15e4d4787
-Size (janet-1.25.1.tar.gz) = 515758 bytes
+BLAKE2s (janet-1.26.0.tar.gz) = e4b54bf4637b0bb7375844c8f2c1cd9ff72d4f6729d330f7a25f6748b5426806
+SHA512 (janet-1.26.0.tar.gz) = 8e2996a09683a16643bc4eb2ba96ebdf0431460b7b170003617add17ca2c9dc5247d7362c75d7e8a329e35564725a1ba21411ce199b8a55e4369cad2c24e2c2d
+Size (janet-1.26.0.tar.gz) = 518389 bytes
Home |
Main Index |
Thread Index |
Old Index