From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 12:42:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EDDD106564A for ; Mon, 26 Jan 2009 12:42:44 +0000 (UTC) (envelope-from saifikhan@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 250B88FC1E for ; Mon, 26 Jan 2009 12:42:43 +0000 (UTC) (envelope-from saifikhan@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so5947873rvf.43 for ; Mon, 26 Jan 2009 04:42:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0WYZ1JU3cufIfxZqbh1cVfRBOpNtN2Hx5PU0n9QW7I4=; b=FFkba1KcU2ZXLJrGHvHlQW0QDA3jfHutVSETBgqKgqCAhVCuPR3/5UPUExW6BuTQbO 9Yi/UyBFiJUbvK6UQPWV4A2+JYVLtOWZWLjkW5/LCIHRc7Xc2KjTFNz56cCjE2pGsWuo 2z/a1jWFz7Xse/OB6TMqPWybFzPfRr6Lhysqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=ty/aZ0fynq4bP4HYmX/JesHg0a5Yo4nLhEbVaV8q0wuOFfpWXsWQJpuhsFcTR/f1PW Doh2FPft8nNaNsviMbnJcpj7drmIeUsIxr5Z9K9yatRExwJW9QR+JpkaSCbOXs42YxjK 0gm+w7LfHnAu96vT3Onyr+at3Qo9tdeNDpaz0= MIME-Version: 1.0 Sender: saifikhan@gmail.com Received: by 10.141.37.8 with SMTP id p8mr1671826rvj.227.1232973763763; Mon, 26 Jan 2009 04:42:43 -0800 (PST) Date: Mon, 26 Jan 2009 12:42:43 +0000 X-Google-Sender-Auth: cbeb81f395f554ba Message-ID: <9a52b1190901260442i5c268754xb46e6e9f64127076@mail.gmail.com> From: Saifi Khan To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: how to install all p5-* one shot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 12:42:44 -0000 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. -- thanks Saifi.