pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/erlang-luerl



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu May 20 19:57:45 UTC 2021

Modified Files:
        pkgsrc/lang/erlang-luerl: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/erlang-luerl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/erlang-luerl/PLIST \
    pkgsrc/lang/erlang-luerl/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/erlang-luerl/Makefile
diff -u pkgsrc/lang/erlang-luerl/Makefile:1.3 pkgsrc/lang/erlang-luerl/Makefile:1.4
--- pkgsrc/lang/erlang-luerl/Makefile:1.3       Sat Mar 24 16:29:51 2018
+++ pkgsrc/lang/erlang-luerl/Makefile   Thu May 20 19:57:45 2021
@@ -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/}
 

Index: pkgsrc/lang/erlang-luerl/PLIST
diff -u pkgsrc/lang/erlang-luerl/PLIST:1.2 pkgsrc/lang/erlang-luerl/PLIST:1.3
--- pkgsrc/lang/erlang-luerl/PLIST:1.2  Sat Mar 24 16:29:51 2018
+++ pkgsrc/lang/erlang-luerl/PLIST      Thu May 20 19:57:45 2021
@@ -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/
 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
Index: pkgsrc/lang/erlang-luerl/distinfo
diff -u pkgsrc/lang/erlang-luerl/distinfo:1.2 pkgsrc/lang/erlang-luerl/distinfo:1.3
--- pkgsrc/lang/erlang-luerl/distinfo:1.2       Sat Mar 24 16:29:51 2018
+++ pkgsrc/lang/erlang-luerl/distinfo   Thu May 20 19:57:45 2021
@@ -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