Path to this page:
./
lang/ruby26-base,
Ruby 2.6.4 release minimum base package
Branch: pkgsrc-2019Q2,
Version: 2.6.4,
Package name: ruby26-base-2.6.4,
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.6 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2019/02/03 13:41:33 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]
Master sites: (Expand)
SHA1: 6ef7d60b8aaa5efb04de2eb4b682f91bc0ab3910
RMD160: f943d3c0c3137b163729c505233a802392837100
Filesize: 11453.066 KB
Version history: (Expand)
- (2019-09-05) Updated to version: ruby26-base-2.6.4
- (2019-07-04) Package added to pkgsrc.se, version ruby26-base-2.6.3 (created)
CVS history: (Expand)
2019-09-05 15:53:35 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Pullup ticket #6040 - requested by taca
lang/ruby26-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.208
- lang/ruby26-base/PLIST 1.3
- lang/ruby26-base/distinfo 1.6
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 28 14:23:21 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby26-base: PLIST distinfo
Log message:
lang/ruby26: update to 2.6.4
Update lang/ruby26-base and lang/ruby26 to 2.6.4.
Ruby 2.6.4 (2019-08-28)
Ruby 2.6.4 has been released.
This release includes a security fix of rdoc. Please check the topics below
for details.
* Multiple jQuery vulnerabilities in RDoc
See the commit logs for changes in detail.
|