2005/7/15, Jonathan Weiss <[EMAIL PROTECTED]>: > Hi folks, > > > I itegrated Rubygems (a package manager for Ruby libs and apps, think of > Perl CPAN or PHP Pear) into the ports tree. > > The main port, devel/ruby-gems, gives you the management program (gem) and a > module Makefile for all the gem-* ports.
I've read it. I think you can find some ideas to enrich your port here: http://wiki.rubyonrails.com/rails/show/RailsOnOpenBSD I hope it gets committed [when the tree is unlocked] > A rubygem module can then be installed like a normal port/package: > > # cd /usr/ports/devel/gem-rake && make install clean-depedens > Or > # pkg_add gem-rake-0.5.4.tgz I'm not sure about this. Why would I want to install a gem like a port instead of # gem install rake ? unlike CPAN, gem offers a way to uninstall a gem. -- Gerardo Santana
