| Path: | README.txt |
| Last Update: | Sun Mar 16 20:05:02 -0700 2008 |
by Phil Hagelberg (c) 2008
http://roastbeef.rubyforge.org
uh ok so roast beef is some kind of package manager that is for bleeding-edge programs. so basically it does not have its own repositories. instead it just will download source from the upstream repository and will do all the necessary steps to install . you get things that are as fresh as possible. i am talking about really fresh like your eggs and milk.
roast beef saves you from having to look up the repository locations for all the stuff you want to build from source. it also abstracts away the differences in build processes. say you want the latest version of such a package as gnu emacs. so you grab the source but you know emacs is a little different from other packages and requires "make bootstrap" in between the configure and make step. with roastbeef all the complexity of such things is hidden from you. and if you have a lot of stuff built from source you can keep them all up to date with a single command.
the motivations behind this are made more clear in a blog post: technomancy.us/106
usage:
you can get the source like this
or once you have it installed do this
these things i am not going to work on but will accept patches for
the version of rubygems that you get when you run "sudo apt-get install rubygems" on an ubuntu or debian box puts things in inconvenient places. your life will be easier if you do not use it. grab the official build instead and you will save yourself pain: rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz
according to the debian packagers this brokenness is a feature not a bug (something about LFS compliance) but it means that many many rubygems will just not work without manually modifying your $PATH for every user that wants to take advantage of them. see below:
pkg-ruby-extras.alioth.debian.org/rubygems.html bugs.debian.org/cgi-bin/bugreport.cgi?bug=448639
roast beef is a character in the comic strip known as achewood by chris onstad. it is actually pretty humorous once you get to know it.