Path to this page:
./
lang/ruby21-base,
Ruby 2.1.6 release minimum base package
Branch: pkgsrc-2015Q1,
Version: 2.1.6nb1,
Package name: ruby21-base-2.1.6nb1,
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: 380c3a5fa508fdaa2b227dbc00c56f703fd271d4
RMD160: fa473e794ee0df4cd30aebfa70af16840a618c43
Filesize: 11730.128 KB
Version history: (Expand)
- (2015-06-01) Updated to version: ruby21-base-2.1.6nb1
- (2015-04-26) Updated to version: ruby21-base-2.1.6
- (2015-04-03) Package added to pkgsrc.se, version ruby21-base-2.1.5 (created)
CVS history: (Expand)
2015-06-01 03:46:36 by Hiramatsu Yoshifumi | Files touched by this commit (4) |
Log message:
Pullup ticket #4721 - requested by taca
lang/ruby21-base: build fix
Revisions pulled up:
- pkgsrc/lang/ruby21-base/Makefile 1.12
- pkgsrc/lang/ruby21-base/distinfo 1.17
- pkgsrc/lang/ruby21-base/patches/patch-configure 1.4
- pkgsrc/lang/ruby21-base/patches/patch-lib_mkmf.rb 1.1
---
Module Name: pkgsrc
Committed By: sevan
Date: Wed Apr 22 19:04:56 UTC 2015
Modified Files:
pkgsrc/lang/ruby21-base: distinfo
pkgsrc/lang/ruby21-base/patches: patch-configure
Log message:
Remove mention of MirBSD in patch description as support is there by default now
Reviewed by wiz@
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 30 03:27:20 UTC 2015
Modified Files:
pkgsrc/lang/ruby21-base: Makefile distinfo
Added Files:
pkgsrc/lang/ruby21-base/patches: patch-lib_mkmf.rb
Log message:
Avoid to generate empty command line on some platforms:
$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)
And POSTLINK is empty macro. In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.
Bump PKGREVISION.
|
2015-04-26 10:36:34 by Matthias Scheler | Files touched by this commit (6) | |
Log message:
Pullup ticket #4685 - requested by taca
lang/ruby21-base: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.140
- lang/ruby21-base/PLIST 1.6
- lang/ruby21-base/distinfo 1.14-1.15
- lang/ruby21-base/patches/patch-configure 1.3
- lang/ruby21-base/patches/patch-lib_rdoc_text.rb deleted
- lang/ruby21/Makefile 1.3
---
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Apr 3 09:02:24 UTC 2015
Modified Files:
pkgsrc/lang/ruby21-base: distinfo
pkgsrc/lang/ruby21-base/patches: patch-configure
Log message:
Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 19 16:19:00 UTC 2015
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby21-base: PLIST distinfo
Removed Files:
pkgsrc/lang/ruby21-base/patches: patch-lib_rdoc_text.rb
Log message:
Update ruby21-base and ruby21 packages to 2.1.6.
>From release announce:
Ruby 2.1.6 has been released.
This release includes a security fix for OpenSSL extension. Please view the
topic below for more details.
CVE-2015-1855: Ruby OpenSSL Hostname Verification
And, many bug fixes are also included. See tickets and ChangeLog for details.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 19 16:20:42 UTC 2015
Modified Files:
pkgsrc/lang/ruby21: Makefile
Log message:
Reset PKGREVISION.
|