Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2011Q3,
Version: 1.8.7.352,
Package name: ruby18-base-1.8.7.352,
Maintainer: tacaRuby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.
Features of Ruby are shown below.
+ Simple Syntax
+ *Normal* Object-Oriented features (ex. class, method calls)
+ *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
+ Dynamic Loading of Object files (on some architecture)
+ Highly Portable (works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)
This package is Ruby 1.8 based release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2007/01/28 15:15:58 taca Exp $
PREFIX="@PREFIX@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
rid="${RUBY_SITERIDIR}/created.rid"
case ${STAGE} in
DEINSTALL)
rm -f ${rid}
;;
esac
exit
Package options: readline, ruby-build-ri-db
Master sites: (Expand)
SHA1: 9f3d039e9bfeda54ea2c2175bbeace375a1ea1ae
RMD160: 9a0ea7e7eb83c809d2890b08db2e78eeb93dee0d
Filesize: 4108.961 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version ruby18-base-1.8.7.352 (created)