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:   nia
Date:           Sun Jun  6 13:45:58 UTC 2021

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

Log Message:
janet: update to 1.16.0

## 1.16.0 - 2021-05-30
- Add color documentation to the `doc` macro - enable/disable with `(dyn :doc-color)`.
- Remove simpler HTML docs from distribution - use website or built-in documentation instead.
- Add compiler warnings and deprecation levels.
- Add `as-macro` to make using macros within quasiquote easier to do hygienically.
- Expose `JANET_OUT_OF_MEMORY` as part of the Janet API.
- Add `native-deps` option to `decalre-native` in `jpm`. This lets native libraries link to other
  native libraries when building with jpm.
- Remove the `tarray` module. The functionality of typed arrays will be moved to an external module
  that can be installed via `jpm`.
- Add `from-pairs` to core.
- Add `JPM_OS_WHICH` environment variable to jpm to allow changing auto-detection behavior.
- The flychecker will consider any top-level calls of functions that start with `define-` to
  be safe to execute and execute them. This allows certain patterns (like spork/path) to be
  better processed by the flychecker.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/lang/janet/Makefile:1.16
--- pkgsrc/lang/janet/Makefile:1.15     Fri Mar 19 10:35:53 2021
+++ pkgsrc/lang/janet/Makefile  Sun Jun  6 13:45:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/03/19 10:35:53 nia Exp $
+# $NetBSD: Makefile,v 1.16 2021/06/06 13:45:58 nia Exp $
 
-DISTNAME=      janet-1.15.4
+DISTNAME=      janet-1.16.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.8 pkgsrc/lang/janet/PLIST:1.9
--- pkgsrc/lang/janet/PLIST:1.8 Thu Feb 18 17:36:34 2021
+++ pkgsrc/lang/janet/PLIST     Sun Jun  6 13:45:58 2021
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2021/02/18 17:36:34 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/06/06 13:45:58 nia Exp $
 bin/janet
 bin/jpm
 include/janet/janet.h
 lib/libjanet.a
 lib/libjanet.so
-lib/libjanet.so.1.15
+lib/libjanet.so.1.16
 lib/libjanet.so.${PKGVERSION}
 lib/pkgconfig/janet.pc
 man/man1/janet.1

Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.14 pkgsrc/lang/janet/distinfo:1.15
--- pkgsrc/lang/janet/distinfo:1.14     Fri Mar 19 10:35:53 2021
+++ pkgsrc/lang/janet/distinfo  Sun Jun  6 13:45:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/03/19 10:35:53 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/06/06 13:45:58 nia Exp $
 
-SHA1 (janet-1.15.4.tar.gz) = 7b0f7432f09cb31d487f1cb7783a64a3ea048f24
-RMD160 (janet-1.15.4.tar.gz) = 9d6bfc42d9ca6db516a483b00a807a39e87d60fc
-SHA512 (janet-1.15.4.tar.gz) = e9f3524762a3043f193677face6085c31bc4e4078130ded9c8c0054a18b9d5621c4cbfeafd23a42d107462ed0cf8bd49a01d26c955c375331b143107e2812e1b
-Size (janet-1.15.4.tar.gz) = 599670 bytes
+SHA1 (janet-1.16.0.tar.gz) = c63678eec35c2e1d797631bb3d5588c8e78bd7c9
+RMD160 (janet-1.16.0.tar.gz) = 53ea14f18eb0636ae3cc596efb970b250d88242d
+SHA512 (janet-1.16.0.tar.gz) = 88bd0eddeb07e013ae2619e3fb46d245c3778e68ea55b67304f9bf08b64fbde4920b5ed648a0b77f0de63aa003135be7a282187f335187530c2ad80d42b71850
+Size (janet-1.16.0.tar.gz) = 492645 bytes



Home | Main Index | Thread Index | Old Index