--- rock-old/base-config/ruby/ruby.conf Thu Jan 1 01:00:00 1970 +++ rock-new/base-config/ruby/ruby.conf Mon Nov 26 15:19:37 2001 @@ -0,0 +1,40 @@ +# +# ruby ROCK Linux Base Package +# +# maintainer: Pjotr Prins +# +# $Id: pjotr-rock-patch-20011126,v 1.1 2001/11/26 15:29:54 wrk Exp $ +# +# 20010111 First edition +# 20011126 Moved into base +# +# Vim includes native Ruby support. +# +# Emacs or XEmacs: ruby-mode.el is supplied in the Ruby +# distribution in /opt/ruby/misc. +# With some versions of XEmacs, you may need to add +# (load "font-lock") to your .emacs file to allow ruby-mode.el +# to detect the syntax highlighting package you're using. + +main() { + xemacs=/opt/xemacs/lib/xemacs/xemacs-packages/lisp + + # ---- Clean up old installation + rm -f /usr/bin/ruby + rm -f /usr/bin/irb + rm -f /usr/local/bin/ruby + rm -f /usr/local/bin/irb + + ./configure $confopt ; make ; make install + # ---- Copy xemacs macro's + if [ -d $xemacsdir ]; then + mkdir -p $xemacs/ruby + cp -f misc/* $xemacs/ruby + fi +} + +LD=gcc +confopt="$confopt --prefix=/usr" +autoextract=1 +custmain=main + --- rock-old/base-config/ruby/ruby.desc Thu Jan 1 01:00:00 1970 +++ rock-new/base-config/ruby/ruby.desc Mon Nov 26 15:19:37 2001 @@ -0,0 +1,18 @@ +[A] Matsumoto "matz" Yukihiro +[M] Pjotr Prins {Ext maintainer} +[I] Ruby: Cool OOP scripting language +[L] GPL +[S] Stable +[V] 1.6.5 +[C] programming +[U] https://www.ruby-lang.org/en/ +[U] https://www.rubycentral.com/book/index.html - The Ruby Book on-line! +[U] https://www.rubycentral.com/ +[U] https://www.ddj.com/articles/2001/0101/0101b/0101b.htm +[T] Ruby is the interpreted scripting language for quick and +[T] easy object-oriented programming. It has many features to +[T] process text files and to do system management tasks +[T] (as in Perl). It is simple, straight-forward, extensible, +[T] and portable. Read the excellent 'Programming Ruby' book! +[T] There is a full on-line version available on the Ruby +[T] site. --- rock-old/base-config/ruby/ruby.pz Thu Jan 1 01:00:00 1970 +++ rock-new/base-config/ruby/ruby.pz Mon Nov 26 15:19:37 2001 @@ -0,0 +1,4 @@ +---- scripts/packages 300.51 +x ---45- base ruby 1.6.5 "Free" +---- base-archive/INDEX 1 +3818057278 ruby/ruby-1.6.5.tar.gz ftp://ftp.ruby-lang.org/pub/ruby/