From: npoly_iki@... (Iki) Date: 2004-08-10T22:36:15+09:00 Subject: Re: [ANN] rpa-base 0.2.0 Hi, I am using a mingw version of ruby (1.8.1) and I had to add $stdout.sync=true at the top of install.rb in order to see the questions about the default directory. Apart from that the installation process freezes just after >Reloading defaults... >========================================= Also it would be nice to have a command line selection of the proxy like rubygems do ( --proxy=... ) So far it looks very nice. Thanks! Mauricio Fern�ndez wrote in message news:<20040809100537.GA2811@student.ei.uni-stuttgart.de>... > On Mon, Aug 09, 2004 at 04:14:43PM +0900, CT wrote: > > Looks good so far. It bootstrapped fine, but I'm not able to download > > ports. Is there any way to tell rpa to connect through an http proxy? > > > > It will use the proxy specified in the environment variable "http_proxy". > For instance > export http_proxy="http://localhost:10000" in .bashrc > > Don't forget to > rpa update > regularly to keep the info about available packages up-to-date.