Path to this page:
./
lang/ruby18-base,
Ruby 1.8 based release minimum package
Branch: pkgsrc-2012Q3,
Version: 1.8.7.370nb2,
Package name: ruby18-base-1.8.7.370nb2,
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.7 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2011/11/13 15:44:58 taca Exp $
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
rid="${RUBY_SITERIDIR}/created.rid"
case ${STAGE} in
DEINSTALL)
rm -f ${rid}
;;
esac
Package options: readline, ruby-build-ri-db
Master sites: (Expand)
SHA1: 92770a8159cd9049ffc5bc3ce4777b701eb19d7b
RMD160: 0c35ed92e4e77c6e6859d39244489c93f4efad50
Filesize: 4112.888 KB
Version history: (Expand)
- (2012-10-10) Updated to version: ruby18-base-1.8.7.370nb2
- (2012-10-02) Package added to pkgsrc.se, version ruby18-base-1.8.7.370nb1 (created)
CVS history: (Expand)
2012-10-10 14:13:08 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3940 - requested by taca
lang/ruby18-base: security patch
Revisions pulled up:
- lang/ruby18-base/Makefile 1.74-1.75
- lang/ruby18-base/distinfo 1.57
- lang/ruby18-base/patches/patch-error.c 1.1
---
Module Name: pkgsrc
Committed By: asau
Date: Tue Oct 2 20:11:57 UTC 2012
Modified Files:
pkgsrc/lang/ruby18-base: Makefile
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default \
these days.
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Oct 6 16:30:29 UTC 2012
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby18-base/patches: patch-error.c
Log message:
Add additional fix to CVE-2011-1005 from discuttion on oss-security
mailing list.
Bump PKGREVISION.
|