From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 11:31:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DDE16A4CE for ; Sun, 18 Jan 2004 11:31:43 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86F743D49 for ; Sun, 18 Jan 2004 11:31:24 -0800 (PST) (envelope-from bulk_mail@siegel-tech.net) Received: from trekster (bgp01386182bgs.brodwy01.nm.comcast.net[68.35.160.36]) by comcast.net (sccrmhc12) with SMTP id <20040118193123012001sc24e> (Authid: leereinhart); Sun, 18 Jan 2004 19:31:24 +0000 From: Aaron Siegel To: freebsd-questions@freebsd.org Date: Sun, 18 Jan 2004 12:29:54 -0700 User-Agent: KMail/1.5.2 References: <000701c3ddc0$388363a0$6501a8c0@nsw.optushome.com.au> In-Reply-To: <000701c3ddc0$388363a0$6501a8c0@nsw.optushome.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401181229.55488.bulk_mail@siegel-tech.net> Subject: Re: saving downloaded packages with pkg_add -r X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org, aj@siegel-tech.net, aaron-siegel@bresnan.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 19:31:43 -0000 I not sure were pkg_add -r downloads the packages. I have couple recommendations: 1. buy a full box set or download all four installation cd images. 2. install sysutils/portupgrade. This will automate the download off all packages. You can install the binary version and its dependent packages with the following comand: # portinstall -PR kdelibs (read the man page for more details) All the packages will be downloaded to the /usr/ports/packages filesystem. The ports collection is a moving target constantly changing it would be easier to download all new packages or stick with the packages and port collection found on the RELEASE cdroms. (That is my opinion) On Sunday 18 January 2004 05:40 am, Jon wrote: > Hi, > > When I do, say... > > pkg_add -r foo > > ... is foo-version.tar.gz stored anywhere? With ports, the source tarballs > are saved in /usr/ports/distfiles. But I can't find the downloaded packages > anywhere. Can't find mention of this either. > > Reason I ask is that I'm going to reinstall after using FBSD for the first > time, and I don't want to re-download all those packages again as I have a > quota. And I also don't want to have to manually download and save each > package & it's deps. > > Thanks! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"