From owner-freebsd-ports@FreeBSD.ORG Thu Aug 30 04:19:35 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD06816A418 for ; Thu, 30 Aug 2007 04:19:35 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 0360A13C458 for ; Thu, 30 Aug 2007 04:19:34 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 24617 invoked from network); 30 Aug 2007 03:52:29 -0000 Received: from adsl223.dyn229.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.229.223) by smtpgate1.pacific.net.sg with ESMTPA; 30 Aug 2007 03:52:28 -0000 Message-ID: <46D63EE5.9090106@pacific.net.sg> Date: Thu, 30 Aug 2007 11:52:05 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: opik133@students.itb.ac.id References: <1509.167.205.64.182.1188444629.squirrel@students.itb.ac.id> In-Reply-To: <1509.167.205.64.182.1188444629.squirrel@students.itb.ac.id> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: how to install package from local drive? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 04:19:35 -0000 Hi, opik133@students.itb.ac.id wrote: > > how to install package from local hard drive. > pkg_add PathToPackage > i use this freebsd for desktop and i don't have internet connection. > i download some package (13 GB), and i only have freebsd partition 6.5 GB > Where are the packages stored? There must be a way to access them, If it is on a none FreeBSD partition, you will have to mount the partition specifying the file system with 'mount -t FileSystem' to get access. Do a man mount To find out more. Erich