Bug 4504

Summary: new OOP scripting language ports
Product: Ports & Packages Reporter: usagi <usagi>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: usagi
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description usagi 1997-09-10 02:40:01 UTC
* What's Ruby

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

  + 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)

How-To-Repeat: Ruby's Home Page 

 http://www.netlab.co.jp/ruby/

Please visit this site.
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1997-09-11 10:51:43 UTC
State Changed
From-To: open->closed


Imported with a couple of minor changes, thanks. 

If there's any documentation apart from the home page, could you 
please add that to the port?