Path to this page:
NOTICE: This package has been removed from pkgsrc./
misc/rubygems,
Ruby standard for publishing and managing third party libraries
Branch: CURRENT,
Version: 2.4.8,
Package name: ruby18-rubygems-2.4.8,
Maintainer: tacaRubyGems is the premier Ruby packaging system. It provides:
* A standard format for destributing Ruby programs and libraries.
* An easy to use tool for managing the installation of gem packages.
* A gem server utility for serving gems from any machine where
RubyGems is installed.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2011/03/27 13:02:17 taca Exp $
RUBYGEM="@PREFIX@/bin/@RUBYGEM_NAME@"
case ${STAGE} in
DEINSTALL)
${MV} ${RUBYGEM} ${RUBYGEM}.new
if [ -f ${RUBYGEM}.orig ]; then
${MV} ${RUBYGEM}.orig ${RUBYGEM}
fi
;;
esac
Required to run:[
lang/ruby18-base]
Master sites:
SHA1: 0db6b2f1cdd2267fe19f1f875057c2f2ce9f5696
RMD160: 17c63461f9d7dd74c9dc289fc82769097dc452ca
Filesize: 437.219 KB
Version history: (Expand)
- (2017-04-23) Package deleted from pkgsrc
- (2015-06-29) Updated to version: ruby18-rubygems-2.4.8
- (2015-03-08) Updated to version: ruby18-rubygems-2.4.6
- (2015-01-25) Updated to version: ruby18-rubygems-2.4.5
- (2014-03-16) Updated to version: ruby200-rubygems-2.0.10nb2
- (2014-03-13) Updated to version: ruby193-rubygems-2.0.10nb2
CVS history: (Expand)
2017-04-22 20:09:12 by Takahiro Kambe | Files touched by this commit (16) | |
Log message:
Remove rubygems package which is provided for ruby18 only. Other version
of ruby2* pakcages have builtin rubygems.
|
2016-09-08 17:19:19 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
|
2016-04-10 18:39:28 by Joerg Sonnenberger | Files touched by this commit (11) |
Log message:
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
|
2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330) |
Log message:
Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-23 16:07:37 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update rubygems to 2.4.8, including security fix for CVE-2015-3900.
=== 2.4.8 / 2015-06-08
Bug fixes:
* Tightened API endpoint checks for CVE-2015-3900
=== 2.4.7 / 2015-05-14
Bug fixes:
* Backport: Limit API endpoint to original security domain for CVE-2015-3900.
Fix by claudijd
|
2015-03-08 15:44:16 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Update rubygems to 2.4.6.
* Simplify Gem::Specification definition.
* Remove some pkgsrc specific modifications.
=== 2.4.6 / 2014-02-05
Bug fixes:
* Fixed resolving gems with both upper and lower requirement boundaries.
Issue #1141 by Jakub Jirutka.
* Moved extension directory after require_paths to fix missing constant bugs
in some gems with C extensions. Issue #784 by Andr«± Arko, pull request
#1137 by Barry Allard.
* Use Gem::Dependency#requirement when adding a dependency to an existing
dependency instance. Pull request #1101 by Josh Cheek.
* Fixed warning of shadowed local variable in Gem::Specification. Pull request
#1109 by Rohit Arondekar
* Gem::Requirement should always sort requirements before coercion to Hash.
Pull request #1139 by Eito Katagiri.
* The `gem open` command should change the current working directory before
opening the editor. Pull request #1142 by Alex Wood.
* Ensure quotes are stripped from the Windows launcher script used to install
gems. Pull request #1115 by Youngjun Song.
* Fixed errors when writing to NFS to to 0444 files. Issue #1161 by Emmanuel
Hadoux.
* Removed dead code in Gem::StreamUI. Pull request #1117 by mediaslave24.
* Fixed typos. Pull request #1096 by hakeda.
* Relaxed CMake dependency for RHEL 6 and CentOS 6. Pull request #1124 by V«¿t
Ondruch.
* Relaxed Psych dependency. Pull request #1128 by V«¿t Ondruch.
|
2015-01-25 17:13:13 by Takahiro Kambe | Files touched by this commit (15) |
Log message:
Update rubygems to 2.4.5 and make this package for ruby18 only.
Changes are too many to write here, please refer rubygem's github:
https://github.com/rubygems/rubygems/blob/master/History.txt.
|
2014-03-16 18:42:33 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Fix distinfo. I accidently commit with wrong patch files which
were working state.
|