Path to this page:
./
misc/rubygems,
Ruby standard for publishing and managing third party libraries
Branch: pkgsrc-2011Q1,
Version: 1.6.2nb1,
Package name: ruby18-rubygems-1.6.2nb1,
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: (Expand)
SHA1: 32bb7823eb28907c883e194fa7ce0fc1118eb8bc
RMD160: 1994ac432f178612a75ac8454d7962359b87cda5
Filesize: 236.834 KB
Version history: (Expand)
- (2011-04-04) Package added to pkgsrc.se, version ruby18-rubygems-1.6.2nb1 (created)