./lang/ruby200-base, Ruby 2.0.0 release minimum base package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q3, Version: 2.0.0p353, Package name: ruby200-base-2.0.0p353, Maintainer: taca

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, BeOS etc.)

This package is Ruby 2.0.0 release minimum base package.

DEINSTALL [+/-]

Required to run:
[textproc/libyaml]


Package options: ruby-build-ri-db

Master sites: (Expand)

SHA1: 0be863f1c39d7764c52cbb79ca06105743e27c42
RMD160: e12445ef618953c89d1c198899b6a3a959fc55f2
Filesize: 10478.918 KB

Version history: (Expand)


CVS history: (Expand)


   2013-12-01 12:47:59 by Matthias Scheler | Files touched by this commit (16) | Package updated
Log message:
Pullup ticket #4261 - requested by taca
lang/ruby200-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.106
- lang/ruby200-base/Makefile                                    1.5
- lang/ruby200-base/PLIST                                       1.2
- lang/ruby200-base/distinfo                                    1.7
- lang/ruby200-base/patches/patch-configure                     1.4
- lang/ruby200-base/patches/patch-ext_tk_extconf.rb             deleted
- lang/ruby200-base/patches/patch-lib_rubygems.rb               1.2
- lang/ruby200-base/patches/patch-lib_rubygems_commands_setup__command.rb 1.2
- lang/ruby200-base/patches/patch-lib_rubygems_config__file.rb  1.2
- lang/ruby200-base/patches/patch-lib_rubygems_dependency__installer.rb 1.2
- lang/ruby200-base/patches/patch-lib_rubygems_ext_ext__conf__builder.rb deleted
- lang/ruby200-base/patches/patch-lib_rubygems_installer.rb     1.2
- lang/ruby200-base/patches/patch-lib_rubygems_specification.rb 1.2
- lang/ruby200-base/patches/patch-lib_rubygems_version.rb       deleted
- lang/ruby200-base/patches/patch-man_ri.1                      1.2
- lang/ruby200-base/patches/patch-tool_rbinstall.rb             1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Nov 24 14:22:03 UTC 2013

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby200-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby200-base/patches: patch-configure patch-lib_rubygems.rb
   	    patch-lib_rubygems_commands_setup__command.rb
   	    patch-lib_rubygems_config__file.rb
   	    patch-lib_rubygems_dependency__installer.rb
   	    patch-lib_rubygems_installer.rb patch-lib_rubygems_specification.rb
   	    patch-man_ri.1 patch-tool_rbinstall.rb
   Removed Files:
   	pkgsrc/lang/ruby200-base/patches: patch-ext_tk_extconf.rb
   	    patch-lib_rubygems_ext_ext__conf__builder.rb
   	    patch-lib_rubygems_version.rb

   Log message:
   Update ruby200-base, ruby200 and ruby-mode package to 2.00-p353.

   Ruby 2.0.0-p353 is released

   Now Ruby 2.0.0-p353 is released.

   This release includes a security fix about floating point parsing.

       Heap Overflow in Floating Point Parsing (CVE-2013-4164)

   And some bugfixes are also included. See tickets and ChangeLog for details.
   2013-11-10 09:52:53 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #4252 - requested by bsiegert
lang/ruby200-base: build fix
lang/ruby: build fix for lang/ruby200-base

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.102
- lang/ruby200-base/distinfo                                    1.6
- lang/ruby200-base/patches/patch-configure                     1.3

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Mon Oct 28 14:26:59 UTC 2013

   Modified Files:
           pkgsrc/lang/ruby: rubyversion.mk
           pkgsrc/lang/ruby200-base: distinfo
           pkgsrc/lang/ruby200-base/patches: patch-configure

   Log message:
   Fix build problem on some platforms; FreeBSD and MirBSD.

   For FreeBSD:

   * Fix careless mistake of patch to configure.

   For MirBSD (and possibly OpenBSD):

   * Don't pass empy string (before semicolon to sed(1).
   * Correct suffix for libruby's shared library.

   No PKGREVISION bump since this is simply fix for build problem.

   To generate a diff of this commit:
   cvs rdiff -u -r1.101 -r1.102 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby200-base/distinfo
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby200-base/patches/patch-configure