head	1.8;
access;
symbols
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	old_RELEASE_5_1_0:1.7
	old_RELEASE_4_8_0:1.7
	old_RELEASE_5_0_0:1.7
	old_RELEASE_4_7_0:1.7
	old_RELEASE_4_6_2:1.7
	old_RELEASE_4_6_1:1.7
	old_RELEASE_4_6_0:1.7
	old_RELEASE_5_0_DP1:1.7
	old_RELEASE_4_5_0:1.7
	old_RELEASE_4_4_0:1.7
	old_RELEASE_4_3_0:1.7
	old_RELEASE_4_2_0:1.6
	old_RELEASE_4_1_1:1.6
	old_RELEASE_4_1_0:1.4
	old_RELEASE_3_5_0:1.4
	old_RELEASE_4_0_0:1.4
	old_RELEASE_3_4_0:1.4
	old_RELEASE_3_3_0:1.3
	old_RELEASE_3_2_0:1.2
	old_RELEASE_3_1_0:1.1.1.1
	old_RELEASE_2_2_8:1.1.1.1
	old_RELEASE_3_0_0:1.1.1.1
	old_RELEASE_2_2_7:1.1.1.1
	old_RELEASE_2_2_6:1.1.1.1
	old_RELEASE_2_2_5:1.1.1.1
	old_ruby_1_0:1.1.1.1
	old_USAGI:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2007.02.13.09.11.07;	author stas;	state dead;
branches;
next	1.7;

1.7
date	2001.02.19.15.50.17;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2000.08.30.13.45.09;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.08.12.20.09.22;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	99.11.14.01.37.21;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.08.26.21.10.23;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	99.04.22.00.17.02;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	97.09.11.09.45.58;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.09.11.09.45.58;	author tg;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16
@
text
@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.)

Author:	Matsumoto "matz" Yukihiro <matz@@zetabits.com>
WWW:	http://www.ruby-lang.org/en/
@


1.7
log
@Update the author's mail address.
@
text
@@


1.6
log
@Point at the English top page instead of the Japanese one.
@
text
@d19 1
a19 1
Author:	Matsumoto "matz" Yukihiro <matz@@netlab.co.jp>
@


1.5
log
@Do The Right Thing. (R)

Overall changes:
	Use tabs instead of sequential spaces.
	Note Author as well as WWW in DESCR.
	Do not install examples when NOPORTDOCS.
	Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.

ruby-date2:
	share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb

textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
	Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
	of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/

textproc/ruby-rdtool:
	Install documents in .rd format too.
	Format optparse's rd file. (Since ruby-rdtool depends on
	optparse, it cannot be done during optparse's build
	process.  So ruby-rdtool should take care of that when it is
	installed. :)
@
text
@a18 1
The Ruby home page is at:
d20 1
a20 1
WWW:	http://www.ruby-lang.org/
@


1.4
log
@Update to version 1.4.2.

PR:		14628
Submitted by:	maintainer
@
text
@d20 2
a21 1
WWW: http://www.ruby-lang.org/
@


1.3
log
@Update to version 1.4.0

PR:		13304
Submitted by:	maintainer
@
text
@d20 1
a20 1
WWW: http://www.netlab.co.jp/ruby/
@


1.2
log
@this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
@
text
@d4 1
a4 1
perl).  It is simple, straight-forward, and extensible.
d6 1
a6 1
Features of ruby is shown below.
d16 2
a17 1
  + Highly Portable(works on many UNIX machines)
d19 2
a20 3
The ruby home page is at http://www.netlab.co.jp/ruby/.

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


1.1
log
@Initial revision
@
text
@d19 2
@


1.1.1.1
log
@Import ruby port. ruby is an object-oriented interpreted
scripting language.

PR:		4504
Submitted by:	Eiji-usagi-MATSUmoto <usagi@@ruby.club.or.jp>
@
text
@@
