From owner-freebsd-ports@FreeBSD.ORG Sun May 6 19:14:39 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 E969716A402 for ; Sun, 6 May 2007 19:14:39 +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 C7F4913C465 for ; Sun, 6 May 2007 19:14:39 +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 l46JEd2B017523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 12:14:39 -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 l46JEcQg014186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 12:14:38 -0700 Message-ID: <463E2944.50905@u.washington.edu> Date: Sun, 06 May 2007 12:15:16 -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> In-Reply-To: <20070506132915.GA67014@lpthe.jussieu.fr> 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.115535 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:14:40 -0000 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