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:   bsiegert
Date:           Sat Sep 16 19:09:53 UTC 2017

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

Log Message:
Update MoarVM to 2017.07.

This is needed for the current wip/nqp and wip/rakudo.

Changes:
Full Unicode 9.0 and Emoji 4.0 text segmentation support.
Faster normalization, string indexing, and string concatenation.
Collation improvements, including support for reversing any of the levels.
Optional output buffering on file handles.
Numerous tweaks to dynamic optimization and JIT compilation to improve code
quality, with a focus on Perl 6 I/O code.
Asynchronous process handling improvements, including support for retrieving
and plumbing together processes at the file descriptor level.
And numerous other fixes and enhancements.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/MoarVM/Makefile:1.5
--- pkgsrc/devel/MoarVM/Makefile:1.4    Tue Jun 20 19:06:42 2017
+++ pkgsrc/devel/MoarVM/Makefile        Sat Sep 16 19:09:53 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/06/20 19:06:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/16 19:09:53 bsiegert Exp $
 
-DISTNAME=      MoarVM-2017.06
+DISTNAME=      MoarVM-2017.07
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.3 pkgsrc/devel/MoarVM/PLIST:1.4
--- pkgsrc/devel/MoarVM/PLIST:1.3       Tue Jun 20 19:06:42 2017
+++ pkgsrc/devel/MoarVM/PLIST   Sat Sep 16 19:09:53 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/20 19:06:42 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/09/16 19:09:53 bsiegert Exp $
 bin/moar
 include/moar/6model/6model.h
 include/moar/6model/bootstrap.h
@@ -106,9 +106,7 @@ include/moar/io/io.h
 include/moar/io/procops.h
 include/moar/io/signals.h
 include/moar/io/syncfile.h
-include/moar/io/syncpipe.h
 include/moar/io/syncsocket.h
-include/moar/io/syncstream.h
 include/moar/io/timers.h
 include/moar/jit/compile.h
 include/moar/jit/emit.h
Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.3 pkgsrc/devel/MoarVM/distinfo:1.4
--- pkgsrc/devel/MoarVM/distinfo:1.3    Tue Jun 20 19:06:42 2017
+++ pkgsrc/devel/MoarVM/distinfo        Sat Sep 16 19:09:53 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2017/06/20 19:06:42 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2017/09/16 19:09:53 bsiegert Exp $
 
-SHA1 (MoarVM-2017.06.tar.gz) = 84bbf95d7f5c9c313881bb15689ff49381f29604
-RMD160 (MoarVM-2017.06.tar.gz) = af782c9a9f3127d7aebb4ae1e1a9cc14b84b04a8
-SHA512 (MoarVM-2017.06.tar.gz) = 32a14c5426ade7681f452dcc43a3c513cd7d73cfd4eca394005ea9e5f2c65e6651d442eaec9a27ef6656bb342f572b964fab587018e39012acecfc01b50db274
-Size (MoarVM-2017.06.tar.gz) = 4391465 bytes
+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 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index