From owner-freebsd-ports@FreeBSD.ORG Sun May 6 19:18:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B909816A401 for ; Sun, 6 May 2007 19:18:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 97AFA13C447 for ; Sun, 6 May 2007 19:18:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JIkLi018295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 12:18:46 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JIjUw014379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 12:18:45 -0700 Message-ID: <463E2A3B.1000907@u.washington.edu> Date: Sun, 06 May 2007 12:19:23 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michel Talon , freebsd-ports References: <20070506132915.GA67014@lpthe.jussieu.fr> <463E2944.50905@u.washington.edu> In-Reply-To: <463E2944.50905@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.120034 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: question about fields in INDEX files 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: Sun, 06 May 2007 19:18:46 -0000 Garrett Cooper wrote: > Michel Talon wrote: >> Take a look at: >> http://www.lpthe.jussieu.fr/~talon/freebsdports.html >> all fields are explained. >> > > Thanks to Michel (many kudos and much thanks!), I now have a list of all > of the fields: > > 1. pkgname > 2. path > 3. prefix > 4. comment > 5. descr > 6. maintainer > 7. categories > 8. build_deps > 9. run_deps > 10. website > 11. extract_deps > 12. patch_deps > 13. fetch_deps > > I looked through the INDEX file pretty quickly, and I can't see any > instances of 12. or 13. > > Also, I'm still wondering if 3. is necessary because the user can > specify the install directory, and/or we could set the default to > /usr/local. The only case where I see this as incorrect is with already > installed packages, but that should be specified in the /var/db/pkg/* > files, right? > > Thanks again all! > > -Garrett Ok, question about 3. was answered, and so was the questions for 12. and 13. I assume. I'll reread the email Matthew Seaman, and see if I can find any spots where I'm confused. Thanks! -Garrett