Path to this page:
./
lang/ruby19-base,
Ruby 1.9.2 release minimum package
Branch: pkgsrc-2012Q1,
Version: 1.9.2pl320,
Package name: ruby19-base-1.9.2pl320,
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 1.9.2 release minimum base package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.4 2011/11/13 15:45:24 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
;;
esac
Package options: ruby-build-ri-db
Master sites: (Expand)
SHA1: f4892311ea4ca2a6c979c9fd3a03c8e473998315
RMD160: b4fb13b26cd048d983d127b2c8ec28e82df3a8a2
Filesize: 8770.881 KB
Version history: (Expand)
- (2012-04-23) Updated to version: ruby19-base-1.9.2pl320
- (2012-04-10) Package added to pkgsrc.se, version ruby19-base-1.9.2pl318 (created)
CVS history: (Expand)
2012-04-23 01:04:03 by S.P.Zeidler | Files touched by this commit (4) |
Log message:
Pullup ticket #3752 - requested by taca
lang/ruby: version bump
lang/ruby19-base: security fix
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.79
- lang/ruby19-base/PLIST 1.6
- lang/ruby19-base/distinfo 1.12
- lang/ruby19/Makefile 1.4
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 22 08:23:01 UTC 2012
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby19-base: PLIST distinfo
Log message:
Update ruby19 packages to 1.9.2p320.
Security fix with updating bundled RubyGems to 1.8.23 and several a few bug
fixes.
Fri Apr 20 12:40:19 2012 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoid
conflict with ca-bundle.pem
* \
lib/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem:
ditto.
* lib/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem:
ditto.
Fri Apr 20 09:04:35 2012 Eric Hodel <drbrain@segment7.net>
* lib/rubygems: Apply the following security fixes to RubyGems 1.3.7:
RubyGems now disallows redirection from HTTPS to HTTP.
RubyGems now verifies SSL connections.
Patch by Hiroshi Nakamura.
* test/rubygems: ditto.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/ruby19-base/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby19-base/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 22 08:24:08 UTC 2012
Modified Files:
pkgsrc/lang/ruby19: Makefile
Log message:
Reset PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby19/Makefile
|