From owner-freebsd-newbies@FreeBSD.ORG Sun Feb 6 12:24:54 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F418216A4CE for ; Sun, 6 Feb 2005 12:24:53 +0000 (GMT) Received: from hourri.hittite.isp.9tel.net (hourri.hittite.isp.9tel.net [62.62.156.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A628E43D31 for ; Sun, 6 Feb 2005 12:24:53 +0000 (GMT) (envelope-from lichtner@9online.fr) Received: from [62.39.223.73] (73.223.39-62.rev.gaoland.net [62.39.223.73]) by hourri.hittite.isp.9tel.net (Postfix) with ESMTP id 2CF78157636 for ; Sun, 6 Feb 2005 14:11:59 +0100 (CET) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Sun, 06 Feb 2005 13:26:26 +0100 From: Edward Lichtner To: Message-ID: Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Creating an INDEX file for local tbz packages X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 12:24:54 -0000 Hi all, I just moved from a Mac to a PC and, quite obviously, chose to install FreeBSD as a preferred OS, just to stay with the family. I installed 5.3 stable from a set of CDs that also include a collection of additional packages. Installation went fine and the OS booted OK. I then copied the packages from the 6 Cds to a directory I created called /pkg, as recommended by the leaflet. I used on all CDs : cp /cdrom/All/* /pkg I then tried to install a package using : pkg_add /pkg/fr-kde-i18n-3.3.0.tbz I get a message that some needed packages cannot be found. But these packages are actually in the /pkg directory. I assume I have to create an INDEX file inside /pkg to tell pkg_add what is available in the directory. Any clue how I should do it ? Thanks all. Edward