./lang/ruby22-base, Ruby 2.2.2 release minimum base package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 2.2.2nb1, Package name: ruby22-base-2.2.2nb1, Maintainer: taca

Ruby 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 [+/-]

Required to run:
[textproc/libyaml]


Package options: ruby-build-ri-db

Master sites: (Expand)

SHA1: de97ec6132ac76bb7c0f92b5ca4682138093af1b
RMD160: af9f1c4de12fc25c0d6e20bf339cc13e7d89df2d
Filesize: 13002.38 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-09 04:05:35 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Pullup ticket #4722 - requested by taca
lang/ruby22-base: build fix

Revisions pulled up:
- pkgsrc/lang/ruby22-base/Makefile                              1.2
- pkgsrc/lang/ruby22-base/distinfo                              1.4
- pkgsrc/lang/ruby22-base/patches/patch-configure               1.2
- pkgsrc/lang/ruby22-base/patches/patch-lib_mkmf.rb             1.1

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Wed Apr 22 19:04:35 UTC 2015

   Modified Files:
           pkgsrc/lang/ruby22-base: distinfo
           pkgsrc/lang/ruby22-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:52 UTC 2015

   Modified Files:
           pkgsrc/lang/ruby22-base: Makefile distinfo
   Added Files:
           pkgsrc/lang/ruby22-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:47:12 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4686 - requested by taca
lang/ruby22-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.141
- lang/ruby22-base/distinfo                                     1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 19 16:25:10 UTC 2015

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby22-base: distinfo

   Log message:
   Update ruby22-base and ruby22 package to 2.2.2.

   >From release announce:

   We are pleased to announce the release of Ruby 2.2.2. This is a TEENY version
   release of the stable 2.2 series.

   This release includes the security fix for a OpenSSL extension's hostname
   verification vulnerability.

       CVE-2015-1855: Ruby OpenSSL Hostname Verification

   There are also some bugfixes. See ChangeLog for details.