[SUGGEST] Reform eclipse and eclipse related ports

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Mon Oct 17 08:16:17 PDT 2005


On Mon, Oct 17, 2005 at 05:01:46PM +0200, Petr Valenta wrote:
> I agree,
> many people don't need eclipse and puting it into whole port
> collection is bad because there will be no way to disable fetching
> eclipse-* with cvsup...I think that /usr/ports/eclipse/ will be the
> best solution.

Actually I believe you can set up a refuse file to disable fetching
Eclipse stuff with cvsup. Something like that should do the trick:

$ find /usr/ports -type d -name 'eclipse*' -mindepth 2 -maxdepth 2 \
	| sed 's|^/usr/||' >> <location of your refuse file>

Anyway, I don't think this is really an issue...

Herve


More information about the freebsd-java mailing list