From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 04:22:24 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 36FB316A4CE for ; Fri, 19 Nov 2004 04:22:24 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B5B43D1F for ; Fri, 19 Nov 2004 04:22:22 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so1610rnf for ; Thu, 18 Nov 2004 20:22:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=aClmcia1uiipFbgY0Jl91h69CXZx62AFEljDgvEnFVeJRxkb3k58ka00JSkCvbTxI1Bc3QEyO2XMlHh8rBAhdqVq4QxGTTYZvkNZvBWoRiMR2Gb5WYh0WFcfQlBSVMQZ5jHvHlCAyzR6Lmc8fhGNNAeCDfohM0uopXNfqc2wITo= Received: by 10.39.3.25 with SMTP id f25mr29829rni; Thu, 18 Nov 2004 20:22:22 -0800 (PST) Received: by 10.38.15.10 with HTTP; Thu, 18 Nov 2004 20:22:22 -0800 (PST) Message-ID: Date: Thu, 18 Nov 2004 22:22:22 -0600 From: Eric Kjeldergaard To: Tom Moyer In-Reply-To: <148673630411182008412a23a6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <148673630411182008412a23a6@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Installation Question 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 04:22:24 -0000 > I have the 5.3-RELEASE CD which I have used to install 5.3 on a laptop > I have. I would like to add packages/ports now but have a slight > issue. The laptop doesn't have internet access. Nor is there any > easy way to put it on the internet. How can I go about installing > both packages and ports on this laptop? > There are many packages that came with the CDs upon release. Those are always available to you. It seems as though you must have some method of getting to the internet. If you acquire packages or required distribution files for building a given port via the internet and then put it on transferrable media (like a CD-RW, for instance) you should be able to install them off of that media. For ports, you get the files that the given port requires (in /usr/ports///distinfo, IIRC) and put them in /usr/ports/distfiles and for packages, you simply get the package and pkg_add . -- If I write a signature, my emails will appear more personalised.