From f35355c478f9329f2a1da9103f72ea5c0e168f82 Mon Sep 17 00:00:00 2001 From: triaxx Date: Thu, 20 May 2021 19:57:45 +0000 Subject: [PATCH] erlang-luerl: Update to 0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upstream changes: ----------------- o Reformatted test chunks to make them more legible o Add proper handling of full userdata o Add test of function records to handle both forms o Remove experimental array functions o Fix handling of random number for ranges and value 1 o Fix implementation of mod '%' operator o Update tests to new decode of functions o Add a Makefile for the minibench o Complete split of function record into separate lua and erlang records o Merge pull request #90 from benjamintanweihao/patch-1 o Split function record into separate lua and erlang records o Fix Getting Started wiki link o Merge pull request #85 from lastcanal/sandbox_runner o remove random seed setting from sandbox runner o Add luerl_sandbox module, a sandbox builder and reduction counting ru… o Changes for hex.pm package o Update README.md o Make the random state part of the Lua state o Cleanup rebar3 config script o Fix generation of erlang version macro flag o Fix generation of erlang version macro flag o Set correct return values for luerl:load o The math lib now always uses the correct module random/rand o Add handling of erlang version based compiler macros o Fix handling of #! and Windows BOM when loading files o fixing typo in README o Adding support for maps to encode() and fixing README o Fixes make clean --- lang/erlang-luerl/Makefile | 4 ++-- lang/erlang-luerl/PLIST | 5 +++-- lang/erlang-luerl/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/lang/erlang-luerl/Makefile b/lang/erlang-luerl/Makefile index 992570af090e..ef9b6db0c522 100644 --- a/lang/erlang-luerl/Makefile +++ b/lang/erlang-luerl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/03/24 16:29:51 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/20 19:57:45 triaxx Exp $ -DISTNAME= luerl-0.3 +DISTNAME= luerl-0.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=rvirding/} diff --git a/lang/erlang-luerl/PLIST b/lang/erlang-luerl/PLIST index 9ca563571613..fc19c06c521e 100644 --- a/lang/erlang-luerl/PLIST +++ b/lang/erlang-luerl/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/03/24 16:29:51 fhajny Exp $ -lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.app +@comment $NetBSD: PLIST,v 1.3 2021/05/20 19:57:45 triaxx Exp $ lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_app.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_comp.beam @@ -21,6 +20,8 @@ lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_string_format.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_lib_table.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_parse.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_sandbox.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_scan.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/luerl_sup.beam lib/erlang/lib/luerl-${PKGVERSION}/ebin/ttdict.beam +lib/erlang/lib/luerl-${PKGVERSION}/ebin/ttsets.beam diff --git a/lang/erlang-luerl/distinfo b/lang/erlang-luerl/distinfo index 96d909bd4ffc..dfcd230a47e6 100644 --- a/lang/erlang-luerl/distinfo +++ b/lang/erlang-luerl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/24 16:29:51 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2021/05/20 19:57:45 triaxx Exp $ -SHA1 (luerl-0.3.tar.gz) = cde57825fe7fd2a6d0b777f943af80de2d41c3a7 -RMD160 (luerl-0.3.tar.gz) = 33700f3dae60dd6b41da8191a9429da6e378f0c6 -SHA512 (luerl-0.3.tar.gz) = 490e4cd5d26b18d4102e83b6a8440fd31588f3888ac1942c44ac0985f68250b440eabeecdae648f076a6b8290a5ae838a59e0a517d745c5febfbc00b6d5dba44 -Size (luerl-0.3.tar.gz) = 95182 bytes +SHA1 (luerl-0.4.tar.gz) = cf88668169f0e6bd60f57ba2af1bb678ec59af6e +RMD160 (luerl-0.4.tar.gz) = 235a7c9ab40ed1c8fa1077377f4e6c9abaf9ef9d +SHA512 (luerl-0.4.tar.gz) = 70a7be0cc133d4a1975734f772b556f24e614738ac894bae735edc6b1ef2db8aa419c886c60eb13af25b3c57b25160b9ae3b6313cafe24be448121477833845a +Size (luerl-0.4.tar.gz) = 97730 bytes