./lang/ruby18-base, Ruby 1.8 based release minimum package

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


Branch: CURRENT, Version: 1.8.7.174nb5, Package name: ruby18-base-1.8.7.174nb5, 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.8 based release.

DEINSTALL [+/-]


Package options: readline, ruby-build-ri-db

Master sites: (Expand)

SHA1: 9e84b49ad545ad54b8e7dc3c227eaaefeb1041aa
RMD160: f854d456003af1e31d50330c88c3cb152c434249
Filesize: 4047.663 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-02 15:27:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Accepd db5 for library of ext/dbm.  (Not tested well.)

Bump PKGREVISION.
   2010-01-14 16:07:28 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Fix a small problem by precious webrick security fix from Ruby's
repositry (r26281).

Also use COMPILER_RPATH_FLAG in Makefile.

Bump PKGREVISION.
   2010-01-10 16:33:28 by Takahiro Kambe | Files touched by this commit (6) | Package updated
Log message:
Add patches for security problem of webrick.

http://www.ruby-lang.org/en/news/2010/0 … injection/

Bump PKGREVISION.
   2009-09-22 15:32:35 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Commit a change which I forgot to commit.

Add readline option to PKG_OPTIONS.ruby.  This is no-op here.
No functional change.
   2009-08-11 16:26:59 by Takahiro Kambe | Files touched by this commit (20) | Package updated
Log message:
* Make Ruby's OpenSSL library compatible with OpenSSL 1.0.0 and later,
  focusing to PR pkg/41829.
* Add comments to patches.

Bump PKGREVISION.
   2009-08-04 21:47:16 by Hasso Tepper | Files touched by this commit (1) | Package updated
Log message:
Make ucontext(3) to apply to all DragonFly versions, it's too slow - a
simple sample with two threads is 2 times faster without ucontext(3).

Bump PKGREVISION.
   2009-06-16 17:08:38 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update Ruby packages to 1.8.7.174 (1.8.7-p174).

* Fix critical problem of BigDecimal class in 1.8.7-p173.

Fri Jun 12 16:36:44 2009  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
	  in r23613.  [ruby-talk:338957]
   2009-06-14 22:34:16 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
Replace @exec/@unexec with @pkgdir or drop it.