Path to this page:
./
lang/ruby24-base,
Ruby 2.4.3 release minimum base package
Branch: pkgsrc-2017Q4,
Version: 2.4.3nb2,
Package name: ruby24-base-2.4.3nb2,
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.4 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2017/06/18 13:45:11 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: 3ca96536320b915762d57fe1ee540df6810bf631
RMD160: f02b5ca6b577351c8852a99eecaa4d4a3dda026f
Filesize: 12319.402 KB
Version history: (Expand)
- (2018-03-03) Updated to version: ruby24-base-2.4.3nb2
- (2018-01-02) Package added to pkgsrc.se, version ruby24-base-2.4.3 (created)
CVS history: (Expand)
2018-03-02 21:36:36 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #5707 - requested by taca
lang/ruby24-base: security patch
Revisions pulled up:
- lang/ruby24-base/Makefile 1.6-1.7
- lang/ruby24-base/distinfo 1.6-1.8
- lang/ruby24-base/patches/patch-configure 1.3-1.4
-------------------------------------------------------------------
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.5 -r1.6 pkgsrc/lang/ruby24-base/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby24-base/patches/patch-configure
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:22:58 UTC 2018
Modified Files:
pkgsrc/lang/ruby24-base: Makefile distinfo
pkgsrc/lang/ruby24-base/patches: patch-configure
Log message:
ruby24-base: Put -std= in CFLAGS not CPPFLAGS. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby24-base/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/ruby24-base/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby24-base/patches/patch-configure
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 19 16:46:58 UTC 2018
Modified Files:
pkgsrc/lang/ruby24-base: Makefile distinfo
Log message:
lang/ruby24-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.6 -r1.7 pkgsrc/lang/ruby24-base/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ruby24-base/distinfo
|