From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 18:48:38 2005 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 7FAB616A4CF for ; Fri, 28 Jan 2005 18:48:38 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8286943D1F for ; Fri, 28 Jan 2005 18:48:37 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 074427305D for ; Fri, 28 Jan 2005 10:39:07 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31904-04 for ; Fri, 28 Jan 2005 10:39:01 +0100 (CET) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id B985173056 for ; Fri, 28 Jan 2005 10:39:01 +0100 (CET) Received: from 145.248.192.30 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Fri, 28 Jan 2005 10:39:01 +0100 (CET) Message-ID: <38474.145.248.192.30.1106905141.squirrel@145.248.192.30> In-Reply-To: <196F548E-7108-11D9-8513-000A95BB7150@ahze.net> References: <196F548E-7108-11D9-8513-000A95BB7150@ahze.net> Date: Fri, 28 Jan 2005 10:39:01 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Subject: Re: Missing INDEX file in Ports. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 18:48:38 -0000 >> Your missing the point. INDEX is supposed to be in the RELEASES >> on the CDROMs because the CD's are supposed to be self-contained, >> ie: you should not require an Internet connection to get a complete >> install. Otherwise there's no point in even bothering to release >> the CDROMS in the first place. > Yeah, I totally agree, INDEX should be included in ports.tar.gz for at > least RELEASES. Included or not, the release is self contained (and don't require an internet in that case) since the INDEX or INDEX-5 file can always be generated from the local ports tree, via : # cd /usr/ports; make index -- -jpeg.