Subject: Re: new tool: distfetch
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Julio Merino <jmmv@hispabsd.org>
List: tech-pkg
Date: 09/26/2002 09:49:38
On Thursday 26 September 2002 07:09, Martti Kuparinen wrote:
> Hi!
>
> Do we have a tool to fetch all the distfiles for selected packages?

cd /usr/pkgsrc/category/package && make fetch-list | sh

Or with a temp script:

cd /usr/pkgsrc/category/package && make fetch-list > fetch.sh
chmod +x fetch.sh
=2E/fetch.sh

Regards

--=20
HispaBSD admin - http://www.HispaBSD.org
For the developer - http://buildtool.sourceforge.net
Julio Merino <jmmv@hispabsd.org>