aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-07 23:00:29 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-07 23:00:29 +0800
commitb62b9406ab8f7cb14d5b4a0a7690ba0bb4d5f54b (patch)
tree6fc7d6898223964dfa42f2a4d1084fcfa7ca2fee /lang
parent6be33926020dcfa43ec8a1bf94700238962f3b92 (diff)
downloadfreebsd-ports-b62b9406ab8f7cb14d5b4a0a7690ba0bb4d5f54b.tar.gz
freebsd-ports-b62b9406ab8f7cb14d5b4a0a7690ba0bb4d5f54b.tar.zst
freebsd-ports-b62b9406ab8f7cb14d5b4a0a7690ba0bb4d5f54b.zip
Compress sparse lines.
Correct related ports names. Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
Notes
Notes: svn path=/head/; revision=32392
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/pkg-message28
-rw-r--r--lang/ruby14/pkg-message35
-rw-r--r--lang/ruby16/pkg-message28
3 files changed, 35 insertions, 56 deletions
diff --git a/lang/ruby/pkg-message b/lang/ruby/pkg-message
index 321b1ac049ac..3055e9863033 100644
--- a/lang/ruby/pkg-message
+++ b/lang/ruby/pkg-message
@@ -3,30 +3,22 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:
;; 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")
+(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)
- ))
-
+(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 distribution is
-provided as separate ports:
+Note that some stuff that comes with the standard Ruby 1.6
+distribution is provided as separate ports:
databases/ruby-gdbm: GDBM module
- japanese/rubytk or
- x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
+ lang/ruby-tcltklib or japanese/ruby-tcltklib:
+ Tcl/Tk libraries
+ x11-toolkits/ruby-tk or japanese/ruby-tk:
+ Tk modules
Please install them as occasion demands.
====
diff --git a/lang/ruby14/pkg-message b/lang/ruby14/pkg-message
index c59892a2e980..c9b18cd3cf98 100644
--- a/lang/ruby14/pkg-message
+++ b/lang/ruby14/pkg-message
@@ -3,31 +3,26 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:
;; 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")
+(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)
- ))
-
+(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 distribution is
-provided as separate ports:
+Note that some stuff that comes with the standard Ruby 1.4
+distribution is provided as separate ports:
- databases/ruby-gdbm: GDBM module
- lang/irb: Interactive Ruby
- japanese/rubytk or
- x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
+ databases/ruby14-gdbm: GDBM module
+ lang/ruby14-irb: Interactive Ruby
+ lang/ruby14-tcltklib or japanese/ruby14-tcltklib:
+ Tcl/Tk libraries
+ x11-toolkits/ruby14-tk or japanese/ruby14-tk:
+ Tk modules
Please install them as occasion demands.
+===
+To use other ruby-* ports with Ruby 1.4, build and install them with
+"RUBY_VER=1.4" defined. (i.e. make RUBY_VER=1.4 install)
====
diff --git a/lang/ruby16/pkg-message b/lang/ruby16/pkg-message
index 321b1ac049ac..3055e9863033 100644
--- a/lang/ruby16/pkg-message
+++ b/lang/ruby16/pkg-message
@@ -3,30 +3,22 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
following lines to your ~/.emacs:
;; 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")
+(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)
- ))
-
+(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 distribution is
-provided as separate ports:
+Note that some stuff that comes with the standard Ruby 1.6
+distribution is provided as separate ports:
databases/ruby-gdbm: GDBM module
- japanese/rubytk or
- x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
+ lang/ruby-tcltklib or japanese/ruby-tcltklib:
+ Tcl/Tk libraries
+ x11-toolkits/ruby-tk or japanese/ruby-tk:
+ Tk modules
Please install them as occasion demands.
====