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

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


Branch: pkgsrc-2010Q3, Version: 1.8.7.302, Package name: ruby18-base-1.8.7.302, 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: d93bd2f1099f3473b496cda2422b27a8da2beb00
RMD160: 763bc840316cb1080d46445cdc3ca7722d576591
Filesize: 4086.684 KB

Version history: (Expand)


CVS history: (Expand)


   2010-11-28 15:22:11 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3285 - requested by taca
lang/ruby18-base: build fix
lang/ruby19-base: build fix

Revisions pulled up:
- lang/ruby/rubyversion.mk			1.53
- lang/ruby18-base/PLIST			1.18
- lang/ruby19-base/PLIST			1.3
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Nov 17 14:27:10 UTC 2010

Modified Files:
	pkgsrc/lang/ruby: rubyversion.mk
	pkgsrc/lang/ruby18-base: PLIST
	pkgsrc/lang/ruby19-base: PLIST

Log message:
Some improvements for rubyversion.mk:

- Set RUBY_API_VERSION after RUBY_VERSION has decided.
- Change old RUBY_DOCDIR and RUBY_EXAMPLESDIR to RUBY_DOC and RUBY_EG in
  comment.
- Fix shared libraries PLIST to support Mac OS X with introducing RUBY_SLEXT:
	Shared library => .dylib
	Extension library => .bundle
- Improve PRINT_PLIST_AWK to handle new shared libraries.

No functional change shoud be done and fix PR pkg/44050.