diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-09 07:00:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-09 07:00:45 +0800 |
commit | caef9640b180b5540d72e7268ab9c4440e89c114 (patch) | |
tree | e6c0d1aab14c3b6cf3510f13396a9100cd895b2b /devel/Makefile | |
parent | b92c6fa8fc1e55dc6260dfcca14afb259295647c (diff) | |
download | freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.tar.gz freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.tar.zst freebsd-ports-gnome-caef9640b180b5540d72e7268ab9c4440e89c114.zip |
Wirble is a set of enhancements to Irb all included together in one easy-to-use
package. Specifically, Wirble adds a saved history, a couple of useful
shortcuts, and color to Irb. Wirble also enables a Irb's built-in
tab-completion and a simpler prompt.
Author: Paul Duncan <pabs@pablotron.org>
WWW: http://pablotron.org/software/wirble/
PR: ports/107679
Submitted by: Christopher Boumenot <boumenot at gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3afaadf83f8c..e7b8e7d2877b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1900,6 +1900,7 @@ SUBDIR += ruby-sysvipc SUBDIR += ruby-textbuf SUBDIR += ruby-tzfile + SUBDIR += ruby-wirble SUBDIR += ruby-zoom SUBDIR += rubygem-activesupport SUBDIR += rubygem-builder |