./lang/ruby193-base, Ruby 1.9.3 release minimum base package

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


Branch: pkgsrc-2012Q1, Version: 1.9.3p194, Package name: ruby193-base-1.9.3p194, 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 1.9.3 release minimum base package.

DEINSTALL [+/-]

Required to run:
[textproc/libyaml]


Package options: ruby-build-ri-db

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2012-04-22 23:42:30 by S.P.Zeidler | Files touched by this commit (7)
Log message:
Pullup ticket #3751 - requested by taca
lang/ruby: version bump
lang/ruby193-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.78
- lang/ruby193-base/Makefile                                    1.11
- lang/ruby193-base/PLIST                                       1.3
- lang/ruby193-base/distinfo                                    1.6
- lang/ruby193-base/patches/patch-ext_dbm_extconf.rb            deleted
- lang/ruby193-base/patches/patch-lib_rubygems_config__file.rb  1.2
- lang/ruby193-base/patches/patch-lib_rubygems_specification.rb 1.2

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 22 08:17:17 UTC 2012

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby193-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_config__file.rb
   	    patch-lib_rubygems_specification.rb
   Removed Files:
   	pkgsrc/lang/ruby193-base/patches: patch-ext_dbm_extconf.rb

   Log message:
   Update ruby193 packages to 1.9.3p194.

   Security fix with updating bundled RubyGems to 1.8.23 and several bug fixes.
   Please refer ChangeLog in detail:
   http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_194/ChangeLog

   To generate a diff of this commit:
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/ruby193-base/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby193-base/PLIST
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby193-base/distinfo
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/lang/ruby193-base/patches/patch-ext_dbm_extconf.rb
   cvs rdiff -u -r1.1.1.1 -r1.2 \
       pkgsrc/lang/ruby193-base/patches/patch-lib_rubygems_config__file.rb \
       pkgsrc/lang/ruby193-base/patches/patch-lib_rubygems_specification.rb