Received: by mail.netbsd.org (Postfix, from userid 605) id CFBC584DF5; Mon, 30 Mar 2020 09:22:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 588B584DF3 for ; Mon, 30 Mar 2020 09:22:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TNuJrzHye87D for ; Mon, 30 Mar 2020 09:22:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C523C84D2D for ; Mon, 30 Mar 2020 09:22:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE886FB27; Mon, 30 Mar 2020 09:22:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585560141137000" MIME-Version: 1.0 Date: Mon, 30 Mar 2020 09:22:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/lang/janet To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200330092221.BE886FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585560141137000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Mar 30 09:22:21 UTC 2020 Modified Files: pkgsrc/lang/janet: Makefile distinfo Removed Files: pkgsrc/lang/janet/patches: patch-Makefile Log Message: janet: Update to 1.8.0 ## 1.8.0 - 2020-03-29 - Add `reduce2`, `accumulate`, and `accumulate2`. - Add lockfiles to `jpm` via `jpm make-lockfile` and `jpm load-lockfile`. - Add `os/realpath` (Not supported on windows). - Add `os/chmod`. - Add `chr` macro. - Allow `_` in the `match` macro to match anything without creating a binding or doing unification. Also change behavior of matching nil. - Add `:range-to` and `:down-to` verbs in the `loop` macro. - Fix `and` and `or` macros returning nil instead of false in some cases. - Allow matching successfully against nil values in the `match` macro. - Improve `janet_formatc` and `janet_panicf` formatters to be more like `string/format`. This makes it easier to make nice error messages from C. - Add `signal` - Add `fiber/can-resume?` - Allow fiber functions to accept arguments that are passed in via `resume`. - Make flychecking slightly less strict but more useful - Correct arity for `next` - Correct arity for `marshal` - Add `flush` and `eflush` - Add `prompt` and `return` on top of signal for user friendly delimited continuations. - Fix bug in buffer/blit when using the offset-src argument. - Fix segfault with malformed pegs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/janet/Makefile \ pkgsrc/lang/janet/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/lang/janet/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585560141137000 Content-Disposition: inline Content-Length: 1620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/janet/Makefile diff -u pkgsrc/lang/janet/Makefile:1.2 pkgsrc/lang/janet/Makefile:1.3 --- pkgsrc/lang/janet/Makefile:1.2 Tue Mar 3 10:02:20 2020 +++ pkgsrc/lang/janet/Makefile Mon Mar 30 09:22:21 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/03/03 10:02:20 nia Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/30 09:22:21 nia Exp $ -DISTNAME= janet-1.7.0 +DISTNAME= janet-1.8.0 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/lang/janet/distinfo diff -u pkgsrc/lang/janet/distinfo:1.2 pkgsrc/lang/janet/distinfo:1.3 --- pkgsrc/lang/janet/distinfo:1.2 Wed Mar 4 11:23:02 2020 +++ pkgsrc/lang/janet/distinfo Mon Mar 30 09:22:21 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/03/04 11:23:02 nia Exp $ +$NetBSD: distinfo,v 1.3 2020/03/30 09:22:21 nia Exp $ -SHA1 (janet-1.7.0.tar.gz) = 53413dd922e153dba02b91ad81c90c51ec6b86e6 -RMD160 (janet-1.7.0.tar.gz) = 403ae429dfff85657b4bd430cd66976225e2d9bd -SHA512 (janet-1.7.0.tar.gz) = c180172f3016d1ca55ac39f2116789027bf622f08f585bf702b17acadd99d07bf91320e09ce21be76c3a1e60d1a8923591d0e07acc90884dac823a2c414f65e7 -Size (janet-1.7.0.tar.gz) = 968936 bytes -SHA1 (patch-Makefile) = cde86d7b5b0e96967a6192da1dbcadda02bb7b4a +SHA1 (janet-1.8.0.tar.gz) = 8efd14e97941437a0360aab555b0f53224988c17 +RMD160 (janet-1.8.0.tar.gz) = 4c60ecb0517df4bca83a664fba9b5d9758d50d84 +SHA512 (janet-1.8.0.tar.gz) = 3fb52fbe386dfcd24515a3b1ef1aa82ce2afae16bb723264e2f7721d643d60376540207789017740a7ba2a92220dcb2c030fc976ec973b150889123faf97af0c +Size (janet-1.8.0.tar.gz) = 977758 bytes --_----------=_1585560141137000--