Subject: Re: Getting all of packages/distfiles
To: J. Buck Caldwell <buckaroo@liveround.com>
From: Alistair Crooks <agc@pkgsrc.org>
List: netbsd-users
Date: 08/07/2001 23:02:09
On Tue, Aug 07, 2001 at 01:08:12PM -0500, J. Buck Caldwell wrote:
> Steven Grunza wrote:
> 
> > What is the best way to get all of the distribution files for all of the
> > packages?  I have a fast Internet connection at work and a CDR burner.  At
> > home I have a 56K dial-up so I would like to download all the packages
> > (source files since I use i386 and SPARC, soon PPC) and burn a CDROM set.
> >
> > Any suggestions?  I have a SPARC 1.4.x and a i386 1.5 system at work that
> > could run a NetBSD based solution...
> 
> Hmm... would going to /usr/pkgsrc and typing -
> 
> make fetch-list | sh
> 
> do the trick?
> 
> 
> --
>  - J. Buck Caldwell
> 
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GAT d- s:+ a C++$ UB++$ P>+++ L- !E W++ N+ o K? w+++$ O- M+$ V(+) PS@ !PE
> Y+ PGP t++(-) 5+++ X- R tv+ b+++ DI+++ D(++) G e(+++) h r+++ y++++>$
> ------END GEEK CODE BLOCK------
> 

I just used to do

	cd $pkgsrcdir; make -k fetch

Regards,
Alistair