Path to this page:
./
lang/ruby21-base,
Ruby 2.1.2 release minimum base package
Branch: pkgsrc-2014Q2,
Version: 2.1.2nb1,
Package name: ruby212-base-2.1.2nb1,
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 2.1.1 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/03/14 19:40:47 taca Exp $
RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@"
RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f ${RUBY_SITERIDIR}/created.rid
;;
POST-DEINSTALL)
${RM} -rf ${GEM_HOME}
${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true
;;
esac
Required to run:[
textproc/libyaml]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 29a615966c7feb6554be736e7dcd590c770ee692
RMD160: 0bae9f1f62c0df44840355a880eb1907892f2b38
Filesize: 11696.229 KB
Version history: (Expand)
- (2014-08-25) Updated to version: ruby212-base-2.1.2nb1
- (2014-07-11) Updated to version: ruby212-base-2.1.2
- (2014-07-02) Package added to pkgsrc.se, version ruby211-base-2.1.1nb2 (created)
CVS history: (Expand)
2014-08-25 18:50:44 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4489 - requested by tron
lang/ruby21-base: security patch
Revisions pulled up:
- lang/ruby21-base/Makefile 1.6
- lang/ruby21-base/distinfo 1.7
- lang/ruby21-base/patches/patch-pack.c 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 25 03:28:25 UTC 2014
Modified Files:
pkgsrc/lang/ruby21-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby21-base/patches: patch-pack.c
Log message:
Add fix for CVS-2014-4975.
Bump PKGREVISION.
|