Port details |
- ruby-ri Ruby Interactive reference
- 0.8a lang
=3 0.8aVersion of this port present on the latest quarterly branch. BROKEN: Does not build
DEPRECATED: Does not build
IGNORE: "is marked as broken: Does not build"
- Maintainer: knu@FreeBSD.org
 - Port Added: 2001-04-05 11:11:09
- Last Update: 2005-02-18 23:44:49
- SVN Revision: UNKNOWN
- People watching this port, also watch:: pcre, python, zip
- Also Listed In: ruby
- License: not specified in port
- WWW:
- http://www.pragmaticprogrammer.com/ruby/downloads/ri.html
- Description:
- ri--Ruby Interactive reference
ri displays descriptions of Ruby's built-in methods, classes, and
modules. Run "ri each_with_index" and you get:
--------------------------------------------------------
enumObj.each_with_index {| obj, i | block } -> nil
--------------------------------------------------------
Calls block with two arguments, the item and its index,
for each item in enumObj.
hash = Hash.new
%w(cat dog wombat).each_with_index {|item, index|
hash[item] = index
}
hash #=> {"dog"=>1, "wombat"=>2, "cat"=>0}
Emacs interface by David Alan Black <dblack@candle.superlink.net> is
also bundled.
WWW: http://www.pragmaticprogrammer.com/ruby/downloads/ri.html
Author: The Pragmatic Programmers, LLC
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby18-ri
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby18 : lang/ruby18
- Runtime dependencies:
-
- ruby18 : lang/ruby18
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8a 18 Feb 2005 23:44:49
 |
kris  |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them. |
0.8a 18 Dec 2004 23:02:35
 |
kris  |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS. |
0.8a 26 Sep 2004 02:56:06
 |
kris  |
BROKEN: Does not build
Approved by: portmgr (self) |
0.8a 22 Mar 2004 15:05:32
 |
knu  |
Add SIZE data.
Submitted by: trevor |
0.8a 18 Feb 2003 05:28:16
 |
knu  |
De-pkg-comment. |
0.8a 24 Nov 2002 07:34:56
 |
knu  |
Update to 0.8a. |
0.7a_2 06 Oct 2002 21:29:41
 |
knu  |
Use RUBY_MOD*. |
0.7a_2 30 Mar 2002 12:12:55
 |
knu  |
cd dir && command -> cd dir; command |
16 Jun 2001 09:46:37
    |
knu  |
Put dummy files in the empty directories so they are surely packed. |
09 Jun 2001 03:37:05
    |
knu  |
Use RUBY_ELISPDIR and leave XEMACSLISTDIR to lang/ruby{,-devel}. |
06 Apr 2001 19:09:45
    |
knu  |
Modify ri.el and define an access key `Q' that does kill-buffer &
delete-window at once for convenience. The patch is already submitted to the
author. |
05 Apr 2001 15:11:09
    |
knu  |
Add ruby-ri, Ruby Interactive reference with command line and Emacs
interfaces. |