Subject: CVS commit: pkgsrc/lang/ruby27-base
From: Takahiro Kambe
Date: 2020-03-15 16:26:22
Message id: 20200315152622.956C9FB27@cvs.NetBSD.org

Log Message:
lang/ruby27-base: add ruby-base version 2.7.0

Add ruby27-base 2.7.0 package.  This package is Ruby 2.7 release
minimum base package.

Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl).  It is simple, straight-forward, and extensible.

Features of Ruby are shown below.

  + Simple Syntax
  + *Normal* Object-Oriented features (ex. class, method calls)
  + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files (on some architecture)
  + Highly Portable (works on many UNIX machines, and on DOS, Windows,
    Mac, etc.)

Ruby 2.7 introduces a number of new features and performance
improvements, most notably:

  * Pattern Matching (Experimental)
  * REPL improvement
  * Compaction GC
  * Separation of positional and keyword arguments

Files:
RevisionActionfile
1.1addpkgsrc/lang/ruby27-base/ALTERNATIVES
1.1addpkgsrc/lang/ruby27-base/DEINSTALL
1.1addpkgsrc/lang/ruby27-base/DESCR
1.1addpkgsrc/lang/ruby27-base/INSTALL
1.1addpkgsrc/lang/ruby27-base/MESSAGE
1.1addpkgsrc/lang/ruby27-base/Makefile
1.1addpkgsrc/lang/ruby27-base/PLIST
1.1addpkgsrc/lang/ruby27-base/distinfo
1.1addpkgsrc/lang/ruby27-base/hacks.mk
1.1addpkgsrc/lang/ruby27-base/options.mk
1.1addpkgsrc/lang/ruby27-base/patches/patch-configure
1.1addpkgsrc/lang/ruby27-base/patches/patch-ext_dbm_extconf.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_mkmf.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rdoc_encoding.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rdoc_ri_driver.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_commands_setup__command.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_defaults.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_dependency__installer.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_install__update__options.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_installer.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-lib_rubygems_platform.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-test_rubygems_test__gem.rb
1.1addpkgsrc/lang/ruby27-base/patches/patch-thread__pthread.c