diff options
author | mspo <mspo@pkgsrc.org> | 2017-09-26 14:35:46 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2017-09-26 14:35:46 +0000 |
commit | 78c2177d79e0c5a2a0f8215c7c8d6b9a0bf990ce (patch) | |
tree | e7b4850aa32590466880ae0027506b7bf1be3302 /devel/MoarVM | |
parent | 8e0ffc885ff2fdd43be30d2e3ac8aeeba3510786 (diff) | |
download | pkgsrc-78c2177d79e0c5a2a0f8215c7c8d6b9a0bf990ce.tar.gz |
Update MoarVM to monthly release 2017.09.1 (.1 is a quick patch)
see https://www.moarvm.org/releases.html for notes
Diffstat (limited to 'devel/MoarVM')
-rw-r--r-- | devel/MoarVM/Makefile | 4 | ||||
-rw-r--r-- | devel/MoarVM/PLIST | 17 | ||||
-rw-r--r-- | devel/MoarVM/distinfo | 11 |
3 files changed, 20 insertions, 12 deletions
diff --git a/devel/MoarVM/Makefile b/devel/MoarVM/Makefile index e5b6fb12aad..75aef6f7318 100644 --- a/devel/MoarVM/Makefile +++ b/devel/MoarVM/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/09/17 16:20:55 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/26 14:35:46 mspo Exp $ -DISTNAME= MoarVM-2017.07 +DISTNAME= MoarVM-2017.09.1 PKGREVISION= 1 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ diff --git a/devel/MoarVM/PLIST b/devel/MoarVM/PLIST index 74e2722f13a..9c336e9a99a 100644 --- a/devel/MoarVM/PLIST +++ b/devel/MoarVM/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/09/16 19:09:53 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/09/26 14:35:46 mspo Exp $ bin/moar include/moar/6model/6model.h include/moar/6model/bootstrap.h @@ -18,7 +18,6 @@ include/moar/6model/reprs/Decoder.h include/moar/6model/reprs/HashAttrStore.h include/moar/6model/reprs/KnowHOWAttributeREPR.h include/moar/6model/reprs/KnowHOWREPR.h -include/moar/6model/reprs/Lexotic.h include/moar/6model/reprs/MVMAsyncTask.h include/moar/6model/reprs/MVMCFunction.h include/moar/6model/reprs/MVMCallCapture.h @@ -33,7 +32,9 @@ include/moar/6model/reprs/MVMIter.h include/moar/6model/reprs/MVMMultiCache.h include/moar/6model/reprs/MVMNull.h include/moar/6model/reprs/MVMOSHandle.h +include/moar/6model/reprs/MVMSpeshLog.h include/moar/6model/reprs/MVMStaticFrame.h +include/moar/6model/reprs/MVMStaticFrameSpesh.h include/moar/6model/reprs/MVMString.h include/moar/6model/reprs/MVMThread.h include/moar/6model/reprs/MultiDimArray.h @@ -82,6 +83,7 @@ include/moar/core/regionalloc.h include/moar/core/threadcontext.h include/moar/core/threads.h include/moar/core/validation.h +include/moar/core/vector.h include/moar/gc/allocation.h include/moar/gc/collect.h include/moar/gc/debug.h @@ -109,8 +111,9 @@ include/moar/io/syncfile.h include/moar/io/syncsocket.h include/moar/io/timers.h include/moar/jit/compile.h -include/moar/jit/emit.h include/moar/jit/graph.h +include/moar/jit/internal.h +include/moar/jit/label.h include/moar/jit/log.h include/moar/mast/compiler.h include/moar/mast/driver.h @@ -133,20 +136,26 @@ include/moar/profiler/instrument.h include/moar/profiler/log.h include/moar/profiler/profile.h include/moar/profiler/telemeh.h +include/moar/spesh/arg_guard.h include/moar/spesh/args.h include/moar/spesh/candidate.h include/moar/spesh/codegen.h +include/moar/spesh/dead_bb_elimination.h include/moar/spesh/deopt.h include/moar/spesh/dump.h include/moar/spesh/facts.h include/moar/spesh/graph.h include/moar/spesh/inline.h +include/moar/spesh/iterator.h include/moar/spesh/log.h include/moar/spesh/lookup.h include/moar/spesh/manipulate.h include/moar/spesh/optimize.h include/moar/spesh/osr.h +include/moar/spesh/plan.h +include/moar/spesh/stats.h include/moar/spesh/threshold.h +include/moar/spesh/worker.h include/moar/strings/ascii.h include/moar/strings/decode_stream.h include/moar/strings/iter.h @@ -164,7 +173,7 @@ include/moar/strings/utf8_c8.h include/moar/strings/windows1252.h include/moar/types.h include/moar/uthash.h -lib/libmoar.${EXT} +lib/libmoar.so share/nqp/lib/MAST/Nodes.nqp share/nqp/lib/MAST/Ops.nqp share/pkgconfig/moar.pc diff --git a/devel/MoarVM/distinfo b/devel/MoarVM/distinfo index fe34de9b7c3..64c7a16a5a8 100644 --- a/devel/MoarVM/distinfo +++ b/devel/MoarVM/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2017/09/16 19:09:53 bsiegert Exp $ +$NetBSD: distinfo,v 1.5 2017/09/26 14:35:46 mspo Exp $ -SHA1 (MoarVM-2017.07.tar.gz) = 312fc11eaaff4c6e23dfe3797230dd569be473c2 -RMD160 (MoarVM-2017.07.tar.gz) = d3a6dbd0c60a44943bbc50a7f187e67717081863 -SHA512 (MoarVM-2017.07.tar.gz) = 675633bdc97e30eb6a7a2208338b7124215a92ed1a129076b0e59f9f2f0996b903120e3aa2a915a370c637d6529fdccef0bbcc31ce91c1485df60f9ce7e9e689 -Size (MoarVM-2017.07.tar.gz) = 4396077 bytes -SHA1 (patch-build_probe.pm) = 9cf0bbd99ff38715c0b8b57bcd227df18d9adfb4 +SHA1 (MoarVM-2017.09.1.tar.gz) = 290db2edc82c908c15d8f0bca5752c32e26422df +RMD160 (MoarVM-2017.09.1.tar.gz) = 747a302f57618dc70b976e949e34a3aaa4935cc1 +SHA512 (MoarVM-2017.09.1.tar.gz) = c7b675a3894a2b58d15eefb52519b6b7e4519561525b6095327ab7621e29c3ea3c077c625bd48123cd514b4e32d2e7cbdb3861319d3e32de134d7f8475540fee +Size (MoarVM-2017.09.1.tar.gz) = 4579930 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf |