stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

Add support for common ruby packages that RVM allows installation of #5

Closed stevenhaddox closed 13 years ago

stevenhaddox commented 14 years ago

RVM 1.0.16 allows installation of the following packages (see: http://github.com/wayneeseguin/rvm/blob/master/config/db):

# Packages
readline_url=ftp://ftp.gnu.org/gnu/readline
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv
curl_url=http://curl.haxx.se/download
openssl_url=http://www.openssl.org/source
zlib_url=http://www.zlib.net
autoconf_url=ftp.gnu.org/gnu/autoconf
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses
pkg-config_url=http://pkgconfig.freedesktop.org/releases
gettext_url=ftp://ftp.gnu.org/pub/gnu/gettext
libxml2_url=ftp://xmlsoft.org/libxml2/
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23
mono_url=http://ftp.novell.com/pub/mono/sources/mono/
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk

I think we need to try and support those as much as possible within RVM::FW. I think we can probably pass on mono and llvm, but the rest all seem pretty useful for the majority of enterprise developers.

stevenhaddox commented 13 years ago

Added all of these into the user db view & the bootstrap process except for llvm (svn checkout needed) [0.9.0 commit]