From: David Ross Date: 2004-10-15T13:45:35+09:00 Subject: Re: GEMs and RPAs trans. (T. Onoma) wrote: >On Thursday 14 October 2004 01:21 pm, James Edward Gray II wrote: >| Just to add a little to what others will say, I believe Gems have >| stopped using stubs in the recent versions. That feature defeated one >| of the strengths of Gems, multiple version management. >| >| I also believe RPA installs things directly into Ruby's lib directory, >| so it has no need of stubs. RPA modules can be required normally, >| because of this. > >I haven't tried RPA yet, does RPA have uninstall command? > >T. > > > > > dross@dfbsd0:~> rpa Usage: rpa [options] [command] Commands: install [port|port.rps]... Installs the given ports remove [port]... Removes the given ports dist-upgrade Upgrades all ports build [port]... Builds the given ports source [port]... Download the specified ports query|search [port]... Query the repository list List currently installed ports info [port]... Gives info on installed ports update Update repository data rollback Recover from previous abort check [port]... Check status of the given ports clean Purges package and port caches. help Displays help for commands General options: -h, --help Display usage --[no-]proxy [PROXY] HTTP proxy to use -q, --quiet Only output errors -x, --extended Extended port display --verbose LEVEL Verbosity level (4) --debug Debug mode -v, --version Version info Install options: -f, --force Force installation despite file conflicts -p, --parallelize Parallelize operations --no-tests Don't run unit tests on install Query/info commands: -r, --requires PORT[, ...] Port dependency -c, --classification TYPE[, ...] Port classification -e, --eval CODE Eval query -D, --eval-display CODE Eval display dross@dfbsd0:~> --dross