aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18/pkg-message
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-05-06 07:20:12 +0800
committerknu <knu@FreeBSD.org>2001-05-06 07:20:12 +0800
commit97e192b2e3aeccd090948d26caf798e4e695c251 (patch)
treeebf8a99e9a6239fea83fc863ffa22a13dbf7b9ea /lang/ruby18/pkg-message
parent5d6920d3bc72f3b70271bb640e7c682f28468be1 (diff)
downloadfreebsd-ports-gnome-97e192b2e3aeccd090948d26caf798e4e695c251.tar.gz
freebsd-ports-gnome-97e192b2e3aeccd090948d26caf798e4e695c251.tar.zst
freebsd-ports-gnome-97e192b2e3aeccd090948d26caf798e4e695c251.zip
Add lang/ruby-devel, the development version of Ruby. (1.7)
Diffstat (limited to 'lang/ruby18/pkg-message')
-rw-r--r--lang/ruby18/pkg-message21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/ruby18/pkg-message b/lang/ruby18/pkg-message
new file mode 100644
index 000000000000..ba5b117d70bf
--- /dev/null
+++ b/lang/ruby18/pkg-message
@@ -0,0 +1,21 @@
+====
+When you are to build a ruby related port for Ruby 1.7, please define
+RUBY_VER=1.7 in the make command line, or put it in your
+/etc/make.conf if you want to always use Ruby 1.7 instead of 1.6.
+
+Note that some stuff that comes with the standard Ruby distribution is
+provided as separate ports:
+
+ 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
+
+Please install them as occasion demands. (Don't forget to define
+RUBY_VER=1.7 when you build them)
+====