head	1.8;
access;
symbols
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2003.08.07.11.10.04;	author knu;	state dead;
branches;
next	1.7;

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

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

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

1.4
date	2000.09.06.21.51.01;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.08.30.13.45.59;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.15.19.53.08;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	99.11.14.01.37.22;	author steve;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
@
text
@====
Note that some of the standard libraries are provided as separate
ports since they require extra dependencies:

	databases/ruby-gdbm:	GDBM module

	lang/ruby-tcltklib:	Tcl/Tk libraries
	japanese/ruby-tcltklib:	Tcl/Tk libraries for Japanized Tcl/Tk

	x11-toolkits/ruby-tk:	Tk modules
	japanese/ruby-tk:	Tk modules for Japanized Tcl/Tk

	lang/ruby-mode.el:	Emacs lisp modules
			
Install them as occasion demands.
====
@


1.7
log
@Rephrase.
@
text
@@


1.6
log
@Emacs lisp modules have been moved to lang/ruby-mode.el.
@
text
@d2 2
a3 2
Note that some stuff that comes with the standard Ruby distribution is
provided as separate ports:
d15 1
a15 1
Please install them as occasion demands.
@


1.5
log
@Compress sparse lines.

Correct related ports names.

Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
@
text
@d2 2
a3 2
To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:
d5 4
a8 11
;; Taken from the comment section in inf-ruby.el
(setq ruby-program-name "/usr/local/bin/ruby")
(autoload 'ruby-mode "ruby-mode" "Mode for editing ruby source files")
(add-to-list 'auto-mode-alist '("\\.rb$" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
====
Note that some stuff that comes with the standard Ruby 1.6
distribution is provided as separate ports:
d10 2
a11 5
	databases/ruby-gdbm:	GDBM module
	lang/ruby-tcltklib or japanese/ruby-tcltklib:
				Tcl/Tk libraries
	x11-toolkits/ruby-tk or japanese/ruby-tk:
				Tk modules
d13 2
@


1.4
log
@Update to 1.6.0-preview3.

Utilize bsd.ruby.mk.
@
text
@a5 1

d7 1
a7 3

(autoload 'ruby-mode "ruby-mode"
  "Mode for editing ruby source files")
d10 3
a12 10

(autoload 'run-ruby "inf-ruby"
  "Run an inferior Ruby process")
(autoload 'inf-ruby-keys "inf-ruby"
  "Set local key defs for inf-ruby in ruby-mode")
(add-hook 'ruby-mode-hook
          '(lambda ()
             (inf-ruby-keys)
	     ))

d14 2
a15 2
Note that some stuff that comes with the standard Ruby distribution is
provided as separate ports:
d18 4
a21 2
	japanese/rubytk or
	x11-toolkits/rubytk:	TclTkLib & Ruby/Tk modules
@


1.3
log
@Note GDBM module is also provided as a separate port.
@
text
@a27 1
	lang/irb:		Interactive Ruby
@


1.2
log
@Install Emacs Lisp files (*.el) to share/emacs/site-lisp/ and
lib/xemacs/site-lisp so Emacs/XEmacs can easily find them to load.

Instruct users how to use them.
@
text
@d24 9
a32 3
NOTE: This package does NOT contain irb (the interactive Ruby)
      and Ruby/Tk (an interface to Tk GUI toolkits);  You need to
      install separate packages to use them.
@


1.1
log
@Update to version 1.4.2.

PR:		14628
Submitted by:	maintainer
@
text
@d2 22
@

