pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/erlang-luerl erlang-luerl: Update to 0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/adbfc51e9bb6
branches: trunk
changeset: 452968:adbfc51e9bb6
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Thu May 20 19:57:45 2021 +0000
description:
erlang-luerl: Update to 0.4
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
diffstat:
lang/erlang-luerl/Makefile | 4 ++--
lang/erlang-luerl/PLIST | 5 +++--
lang/erlang-luerl/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r dd7ed5c6e684 -r adbfc51e9bb6 lang/erlang-luerl/Makefile
--- a/lang/erlang-luerl/Makefile Thu May 20 19:55:47 2021 +0000
+++ b/lang/erlang-luerl/Makefile Thu May 20 19:57:45 2021 +0000
@@ -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 -r dd7ed5c6e684 -r adbfc51e9bb6 lang/erlang-luerl/PLIST
--- a/lang/erlang-luerl/PLIST Thu May 20 19:55:47 2021 +0000
+++ b/lang/erlang-luerl/PLIST Thu May 20 19:57:45 2021 +0000
@@ -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_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 -r dd7ed5c6e684 -r adbfc51e9bb6 lang/erlang-luerl/distinfo
--- a/lang/erlang-luerl/distinfo Thu May 20 19:55:47 2021 +0000
+++ b/lang/erlang-luerl/distinfo Thu May 20 19:57:45 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index