Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2011Q1,
Version: 1.8.7.334nb3,
Package name: ruby18-base-1.8.7.334nb3,
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: 4311ce257f2e54f247bfe07b48e799d293d041f2
RMD160: f3d078d526f1b19d3255dc236f5a46062883e7c9
Filesize: 4092.634 KB
Version history: (Expand)
- (2011-05-31) Updated to version: ruby18-base-1.8.7.334nb3
- (2011-04-04) Package added to pkgsrc.se, version ruby18-base-1.8.7.334nb1 (created)
CVS history: (Expand)
2011-05-31 13:04:23 by Steven Drake | Files touched by this commit (3) | |
Log message:
Pullup ticket #3443 - requested by taca
lang/ruby18-base security update
Revisions pulled up:
- lang/ruby18-base/Makefile 1.60-1.61
- lang/ruby18-base/distinfo 1.49
- lang/ruby18-base/patches/patch-ext_bigdecimal_bigdecimal.c 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sun May 29 01:36:24 UTC 2011
Modified Files:
pkgsrc/lang/ruby18-base: Makefile
Added Files:
pkgsrc/lang/ruby18-base/patches: patch-ext_bigdecimal_bigdecimal.c
Log message:
Add a patch for CVE-2011-0188 from repository as ruby19-base.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Mon May 30 04:21:38 UTC 2011
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Log message:
It seems that I forgot update distinfo file.
Since it cause creating binary package which isn't up to date,
bump PKGREVISION, again.
|