From owner-freebsd-ports@FreeBSD.ORG Thu Sep 16 12:12:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56F016A4CE for ; Thu, 16 Sep 2004 12:12:55 +0000 (GMT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 922DD43D3F for ; Thu, 16 Sep 2004 12:12:54 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 74375 invoked from network); 16 Sep 2004 12:12:52 -0000 Received: from tirith.elendil.ru (tirith.elendil.ru [195.68.151.124]) by outpost.globcon.net ([62.141.88.161]) with SMTP via TCP; 16 Sep 2004 12:12:52 -0000 Received: (qmail 59693 invoked from network); 16 Sep 2004 12:12:52 -0000 Received: from narsil.elendil.ru ([10.19.72.1]) by tirith.elendil.ru ([10.19.72.4]) with SMTP via TCP; 16 Sep 2004 12:12:52 -0000 Received: (qmail 65929 invoked by uid 1001); 16 Sep 2004 12:12:15 -0000 Date: Thu, 16 Sep 2004 16:12:15 +0400 From: Sergei Kolobov To: Miguel Mendez Message-ID: <20040916121215.GC55752@elendil.ru> Mail-Followup-To: Miguel Mendez , freebsd-ports@FreeBSD.org References: <20040915093120.3067472e@dolphin.local.net> <3.0.5.32.20040915104438.01f2dda0@sage-american.com> <200409151833.55714.michaelnottebrock@gmx.net> <20040916085603.GA96264@i2.informatik.rwth-aachen.de> <20040916091250.M95940@isak.is> <20040916093852.GD96213@i2.informatik.rwth-aachen.de> <20040916094335.M74116@isak.is> <20040916115518.5deb906e.flynn@energyhq.es.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040916115518.5deb906e.flynn@energyhq.es.eu.org> User-Agent: Mutt/1.5.6i cc: freebsd-ports@FreeBSD.org Subject: Re: Reimplementation of portindex X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 12:12:56 -0000 On 2004-09-16 at 11:55 +0200, Miguel Mendez wrote: > I had some spare time yesterday and started writing an INDEX generator. > The code for everything sans the b_depends and r_depends is finished by > now. Those two are a bit tricky because you have to take into account > some special variables like the USE_GNOME stuff. To avoid having to suck > and parse those files each time I'm thinking about a pre-parsed bsd.*.mk > cache, which shouldn't be hard to implement. Great news, Miguel! Let us know if you need any help. > I'm writing the code in C and the license will be, of course, BSD. > Hopefully I'll have a preview demo by the end of the week. Excelllent! Sergei