From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 03:54:48 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3A7D1065673 for ; Fri, 23 Jul 2010 03:54:47 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id D63AF8FC13 for ; Fri, 23 Jul 2010 03:54:47 +0000 (UTC) Received: from [10.0.10.3] ([202.69.172.205]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Jul 2010 20:54:43 -0700 Message-ID: <4C491279.2050503@a1poweruser.com> Date: Fri, 23 Jul 2010 11:54:33 +0800 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Benjamin Lee References: <4C48EE42.1050102@a1poweruser.com> <4C48F3AA.2050107@b1c1l1.com> In-Reply-To: <4C48F3AA.2050107@b1c1l1.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jul 2010 03:54:43.0838 (UTC) FILETIME=[C8E861E0:01CB2A1A] X-Sender: fbsd8@a1poweruser.com Cc: "questions@freebsd.org" Subject: Re: ports INDEX file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 03:54:48 -0000 Benjamin Lee wrote: > On 07/22/2010 06:20 PM, Fbsd8 wrote: >> I have a pristine install of 8.0. >> There is no /usr/ports directory yet. >> I am trying to use the "portcheckout" port and the "porteasy" port to >> just populate the ports tree with only the ports I use. >> >> Problem is in both cases the above ports require an existing INDEX file >> to process and since I have none they don't work. >> >> How can I just download the ports INDEX file? >> Portsnap is not a solution. > > Well, The INDEX file is a component of the ports tree distribution. If > you choose not to use the supported method of installing it (i.e. > installing the ports tree), you'll have to create your own. > > Hint: Per ports(7), take a look at the definition of the 'fetchindex' > target. > > I see in the source of porteasy that its fetching http://www.freebsd.org/ports/INDEX-8.bz2 How can I verify this?