Path to this page:
./
lang/ruby200-base,
Ruby 2.0.0 release minimum base package
Branch: pkgsrc-2014Q2,
Version: 2.0.0p481nb1,
Package name: ruby200-base-2.0.0p481nb1,
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.0.0 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2013/07/21 02:32:58 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: 08f0cedbaf3bc45b0681973aa7b19aa3be2e1184
RMD160: 7a2d527975f57e2700552b06082cc93589fa34a1
Filesize: 10475.824 KB
Version history: (Expand)
- (2014-08-25) Updated to version: ruby200-base-2.0.0p481nb1
- (2014-07-11) Updated to version: ruby200-base-2.0.0p481
- (2014-07-02) Package added to pkgsrc.se, version ruby200-base-2.0.0p451 (created)
CVS history: (Expand)
2014-08-25 18:31:58 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4488 - requested by tron
lang/ruby200-base: security patch
Revisions pulled up:
- lang/ruby200-base/Makefile 1.12
- lang/ruby200-base/distinfo 1.15
- lang/ruby200-base/patches/patch-pack.c 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 25 03:27:37 UTC 2014
Modified Files:
pkgsrc/lang/ruby200-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby200-base/patches: patch-pack.c
Log message:
Add fix for CVS-2014-4975.
Bump PKGREVISION.
|