From owner-freebsd-ports@FreeBSD.ORG Sun May 6 09:05:12 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 E041016A407 for ; Sun, 6 May 2007 09:05:12 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id BEB1713C43E for ; Sun, 6 May 2007 09:05:12 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4695CNa031247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 02:05:12 -0700 X-Auth-Received: from [192.168.10.45] ([67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4695BNJ023420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 02:05:12 -0700 Message-ID: <463D9A49.5010705@u.washington.edu> Date: Sun, 06 May 2007 02:05:13 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mark Linimon References: <463D87E7.9080903@u.washington.edu> <20070506080054.GA20738@soaustin.net> In-Reply-To: <20070506080054.GA20738@soaustin.net> 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.15433 X-Uwash-Spam: Gauge=XXXXXXXXI, Probability=81%, Report='URI_CLASS_INTERNET_DOMAIN 8, __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: freebsd-ports 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 09:05:13 -0000 Mark Linimon wrote: > The output from each port's "make describe" is documented at the > "describe" target in: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk > > This is changed to a different format (a historical bug, too late to fix > now because of POLA) via "make index" from ports/Makefile by the following > script (see the "foreach" block at the end): > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Tools/make_index > > I will send you portsmon's portsIndexUtils.py file that you can work from > to figure out this mess. (I don't see any reason to post it to the list). > > mcl Mark, Thanks for the speedy reply. Would you happen to know what the Perl module / class is that's used for storing the pkg objects with? I just want to look at the structure a bit closer. Thanks, -Garrett