pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby23-base



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 30 14:59:42 UTC 2015

Added Files:
        pkgsrc/lang/ruby23-base: ALTERNATIVES DEINSTALL DESCR INSTALL MESSAGE
            Makefile PLIST distinfo hacks.mk options.mk
        pkgsrc/lang/ruby23-base/patches: patch-configure patch-eval.c
            patch-eval__error.c patch-ext_dbm_extconf.rb patch-lib_mkmf.rb
            patch-lib_rdoc_ri_driver.rb patch-lib_rubygems.rb
            patch-lib_rubygems_commands_setup__command.rb
            patch-lib_rubygems_config__file.rb patch-lib_rubygems_defaults.rb
            patch-lib_rubygems_dependency__installer.rb
            patch-lib_rubygems_install__update__options.rb
            patch-lib_rubygems_installer.rb patch-lib_rubygems_platform.rb
            patch-man_erb.1 patch-man_irb.1 patch-man_ri.1 patch-man_ruby.1
            patch-test_rubygems_test__gem.rb patch-thread.c
            patch-tool_rbinstall.rb patch-vm__eval.c patch-vm__trace.c

Log Message:
Add ruby23-base package, core part of Ruby 2.3.0 pacakge.

>From release announce:

Ruby 2.3.0 Released

Posted by naruse on 25 Dec 2015

We are pleased to announce the release of Ruby 2.3.0.

This is the first stable release of Ruby 2.3 series. It introduces many new
features for example:

A Frozen String Literal Pragma is introduced. With Ruby 2.1, "str".freeze has
been optimized to reduce object allocation. Ruby 2.3 introduces a new magic
comment and command line option to freeze all string literals in the source
files. Additionally for debugging, you can get where the object is created on
"can't modify frozen String" error by --debug=frozen-string-literal command
line option.

A safe navigation operator (so-called lonely operator) &., which already
exists in C#, Groovy, and Swift, is introduced to ease nil handling as
obj&.foo. Array#dig and Hash#dig are also added. Note that this behaves as
try! of Active Support, which specially handle only nil.

The did_you_mean gem is bundled. The did_you_mean gem shows the candidates on
the NameError and NoMethodError to ease debugging.

RubyVM::InstructionSequence#to_binary and .load_from_binary are introduced as
experimental feature. With these features, we can make a ISeq (bytecode)
pre-compilation system.

It also includes many performance improvements for example, reconsider method
entry data structure, introducing new table data structure, optimize
Proc#call, machine code level tuning for object allocation and method calling
code, smarter instance variable data structure, Socket and I/O allow to use
“exception:” keywords for high-performance non-blocking I/O and so on. Check
“Implementation improvements” section in NEWS file.

For a complete list of new features and compatibility notes, please see NEWS
and ChangeLog.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby23-base/ALTERNATIVES \
    pkgsrc/lang/ruby23-base/DEINSTALL pkgsrc/lang/ruby23-base/DESCR \
    pkgsrc/lang/ruby23-base/INSTALL pkgsrc/lang/ruby23-base/MESSAGE \
    pkgsrc/lang/ruby23-base/Makefile pkgsrc/lang/ruby23-base/PLIST \
    pkgsrc/lang/ruby23-base/distinfo pkgsrc/lang/ruby23-base/hacks.mk \
    pkgsrc/lang/ruby23-base/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby23-base/patches/patch-configure \
    pkgsrc/lang/ruby23-base/patches/patch-eval.c \
    pkgsrc/lang/ruby23-base/patches/patch-eval__error.c \
    pkgsrc/lang/ruby23-base/patches/patch-ext_dbm_extconf.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_mkmf.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rdoc_ri_driver.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_commands_setup__command.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_config__file.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_defaults.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_dependency__installer.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_install__update__options.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_installer.rb \
    pkgsrc/lang/ruby23-base/patches/patch-lib_rubygems_platform.rb \
    pkgsrc/lang/ruby23-base/patches/patch-man_erb.1 \
    pkgsrc/lang/ruby23-base/patches/patch-man_irb.1 \
    pkgsrc/lang/ruby23-base/patches/patch-man_ri.1 \
    pkgsrc/lang/ruby23-base/patches/patch-man_ruby.1 \
    pkgsrc/lang/ruby23-base/patches/patch-test_rubygems_test__gem.rb \
    pkgsrc/lang/ruby23-base/patches/patch-thread.c \
    pkgsrc/lang/ruby23-base/patches/patch-tool_rbinstall.rb \
    pkgsrc/lang/ruby23-base/patches/patch-vm__eval.c \
    pkgsrc/lang/ruby23-base/patches/patch-vm__trace.c

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




Home | Main Index | Thread Index | Old Index