Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2009 13:58:55 +0100
From:      "Herbert J. Skuhra" <h.skuhra@gmail.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: how to install all p5-* one shot
Message-ID:  <ed97ac910901260458j372ac7cnef8e8cc338c96f9b@mail.gmail.com>
In-Reply-To: <9a52b1190901260442i5c268754xb46e6e9f64127076@mail.gmail.com>
References:  <9a52b1190901260442i5c268754xb46e6e9f64127076@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/1/26 Saifi Khan <saifi.khan@twincling.org>:
> Hi all:
>
> There are many PERL packages in ports whose names are prefixed with p5-* .
>
> How does one install all the p5-* packages one shot ?
>
> Is there a way one can do it with the options available in ports
> or does one need to write a script to locate all the dir names
> starting with p5-* ?
>
> Any pointer in this direction will be appreciated.

% cd /usr/ports
% find . -name "p5\-*" | wc -l
    3360

Good idea? Then try:

% sudo portmaster -i */p5\-*

- Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ed97ac910901260458j372ac7cnef8e8cc338c96f9b>