pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/MoarVM



Module Name:    pkgsrc
Committed By:   mspo
Date:           Tue Sep 26 14:35:46 UTC 2017

Modified Files:
        pkgsrc/devel/MoarVM: Makefile PLIST distinfo

Log Message:
Update MoarVM to monthly release 2017.09.1 (.1 is a quick patch)

see https://www.moarvm.org/releases.html for notes


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/MoarVM/PLIST \
    pkgsrc/devel/MoarVM/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/MoarVM/Makefile
diff -u pkgsrc/devel/MoarVM/Makefile:1.6 pkgsrc/devel/MoarVM/Makefile:1.7
--- pkgsrc/devel/MoarVM/Makefile:1.6    Sun Sep 17 16:20:55 2017
+++ pkgsrc/devel/MoarVM/Makefile        Tue Sep 26 14:35:46 2017
@@ -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/

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.4 pkgsrc/devel/MoarVM/PLIST:1.5
--- pkgsrc/devel/MoarVM/PLIST:1.4       Sat Sep 16 19:09:53 2017
+++ pkgsrc/devel/MoarVM/PLIST   Tue Sep 26 14:35:46 2017
@@ -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
Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.4 pkgsrc/devel/MoarVM/distinfo:1.5
--- pkgsrc/devel/MoarVM/distinfo:1.4    Sat Sep 16 19:09:53 2017
+++ pkgsrc/devel/MoarVM/distinfo        Tue Sep 26 14:35:46 2017
@@ -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



Home | Main Index | Thread Index | Old Index