mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Compress sparse lines.
Correct related ports names. Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
This commit is contained in:
parent
6be3392602
commit
b62b9406ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32392
@ -3,30 +3,22 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
|
|||||||
following lines to your ~/.emacs:
|
following lines to your ~/.emacs:
|
||||||
|
|
||||||
;; Taken from the comment section in inf-ruby.el
|
;; Taken from the comment section in inf-ruby.el
|
||||||
|
|
||||||
(setq ruby-program-name "/usr/local/bin/ruby")
|
(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 'auto-mode-alist '("\\.rb$" . ruby-mode))
|
||||||
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
||||||
|
(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
|
||||||
(autoload 'run-ruby "inf-ruby"
|
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
|
||||||
"Run an inferior Ruby process")
|
(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
|
||||||
(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
|
Note that some stuff that comes with the standard Ruby 1.6
|
||||||
provided as separate ports:
|
distribution is provided as separate ports:
|
||||||
|
|
||||||
databases/ruby-gdbm: GDBM module
|
databases/ruby-gdbm: GDBM module
|
||||||
japanese/rubytk or
|
lang/ruby-tcltklib or japanese/ruby-tcltklib:
|
||||||
x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
|
Tcl/Tk libraries
|
||||||
|
x11-toolkits/ruby-tk or japanese/ruby-tk:
|
||||||
|
Tk modules
|
||||||
|
|
||||||
Please install them as occasion demands.
|
Please install them as occasion demands.
|
||||||
====
|
====
|
||||||
|
@ -3,31 +3,26 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
|
|||||||
following lines to your ~/.emacs:
|
following lines to your ~/.emacs:
|
||||||
|
|
||||||
;; Taken from the comment section in inf-ruby.el
|
;; Taken from the comment section in inf-ruby.el
|
||||||
|
|
||||||
(setq ruby-program-name "/usr/local/bin/ruby")
|
(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 'auto-mode-alist '("\\.rb$" . ruby-mode))
|
||||||
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
||||||
|
(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
|
||||||
(autoload 'run-ruby "inf-ruby"
|
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
|
||||||
"Run an inferior Ruby process")
|
(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
|
||||||
(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
|
Note that some stuff that comes with the standard Ruby 1.4
|
||||||
provided as separate ports:
|
distribution is provided as separate ports:
|
||||||
|
|
||||||
databases/ruby-gdbm: GDBM module
|
databases/ruby14-gdbm: GDBM module
|
||||||
lang/irb: Interactive Ruby
|
lang/ruby14-irb: Interactive Ruby
|
||||||
japanese/rubytk or
|
lang/ruby14-tcltklib or japanese/ruby14-tcltklib:
|
||||||
x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
|
Tcl/Tk libraries
|
||||||
|
x11-toolkits/ruby14-tk or japanese/ruby14-tk:
|
||||||
|
Tk modules
|
||||||
|
|
||||||
Please install them as occasion demands.
|
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)
|
||||||
====
|
====
|
||||||
|
@ -3,30 +3,22 @@ To use ruby-mode, inf-ruby and rubydb in Emacs/XEmacs, add the
|
|||||||
following lines to your ~/.emacs:
|
following lines to your ~/.emacs:
|
||||||
|
|
||||||
;; Taken from the comment section in inf-ruby.el
|
;; Taken from the comment section in inf-ruby.el
|
||||||
|
|
||||||
(setq ruby-program-name "/usr/local/bin/ruby")
|
(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 'auto-mode-alist '("\\.rb$" . ruby-mode))
|
||||||
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
|
||||||
|
(autoload 'run-ruby "inf-ruby" "Run an inferior Ruby process")
|
||||||
(autoload 'run-ruby "inf-ruby"
|
(autoload 'inf-ruby-keys "inf-ruby" "Set local key defs for inf-ruby in ruby-mode")
|
||||||
"Run an inferior Ruby process")
|
(add-hook 'ruby-mode-hook '(lambda () (inf-ruby-keys)))
|
||||||
(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
|
Note that some stuff that comes with the standard Ruby 1.6
|
||||||
provided as separate ports:
|
distribution is provided as separate ports:
|
||||||
|
|
||||||
databases/ruby-gdbm: GDBM module
|
databases/ruby-gdbm: GDBM module
|
||||||
japanese/rubytk or
|
lang/ruby-tcltklib or japanese/ruby-tcltklib:
|
||||||
x11-toolkits/rubytk: TclTkLib & Ruby/Tk modules
|
Tcl/Tk libraries
|
||||||
|
x11-toolkits/ruby-tk or japanese/ruby-tk:
|
||||||
|
Tk modules
|
||||||
|
|
||||||
Please install them as occasion demands.
|
Please install them as occasion demands.
|
||||||
====
|
====
|
||||||
|
Loading…
Reference in New Issue
Block a user