Path to this page:
./
lang/ruby22-base,
Ruby 2.2.9 release minimum base package
Branch: pkgsrc-2017Q4,
Version: 2.2.9nb1,
Package name: ruby22-base-2.2.9nb1,
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.2.1 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2015/03/08 16:24:55 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]
Required to build:[
pkgtools/cwrappers]
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: 773ba9b51bde612866f656c4531f59660e2b0087
RMD160: 0973ec6a23ec909af7dec7c7152ca0a4e79fe959
Filesize: 13057.844 KB
Version history: (Expand)
- (2018-03-03) Updated to version: ruby22-base-2.2.9nb1
- (2018-01-02) Package added to pkgsrc.se, version ruby22-base-2.2.9 (created)
CVS history: (Expand)
2018-03-02 21:37:47 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #5708 - requested by taca
lang/ruby22-base: security patch
Revisions pulled up:
- lang/ruby22-base/Makefile 1.20
- lang/ruby22-base/distinfo 1.22-1.23
- lang/ruby22-base/patches/patch-configure 1.6
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jan 16 14:53:28 UTC 2018
Modified Files:
pkgsrc/lang/ruby22-base: distinfo
pkgsrc/lang/ruby22-base/patches: patch-configure
pkgsrc/lang/ruby23-base: distinfo
pkgsrc/lang/ruby23-base/patches: patch-configure
pkgsrc/lang/ruby24-base: distinfo
pkgsrc/lang/ruby24-base/patches: patch-configure
pkgsrc/lang/ruby25-base: distinfo
pkgsrc/lang/ruby25-base/patches: patch-configure
Log message:
ruby*-base: Don't add SSP flags, leave that to pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/ruby22-base/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby22-base/patches/patch-configure
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 19 16:47:53 UTC 2018
Modified Files:
pkgsrc/lang/ruby22-base: Makefile distinfo
Log message:
lang/ruby22-base: rubygem security fix
Add an patch to fix security problem of rubygems.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/ruby22-base/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/ruby22-base/distinfo
|