From owner-freebsd-ports@FreeBSD.ORG Fri Oct 21 00:20:52 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 7E4DD16A41F for ; Fri, 21 Oct 2005 00:20:52 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D376343D5A for ; Fri, 21 Oct 2005 00:20:51 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051021002022.YAMD23334.mta13.adelphia.net@default.chvlva.adelphia.net>; Thu, 20 Oct 2005 20:20:22 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 3778BB59E; Thu, 20 Oct 2005 20:20:31 -0400 (EDT) Date: Thu, 20 Oct 2005 20:20:31 -0400 From: Parv To: Benjamin Lutz Message-ID: <20051021002031.GA12167@holestein.holy.cow> Mail-Followup-To: Benjamin Lutz , nocturnal , freebsd-ports@freebsd.org References: <4357D830.7060506@swehack.se> <435825F8.4020305@datacomm.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <435825F8.4020305@datacomm.ch> Cc: nocturnal , freebsd-ports@freebsd.org Subject: Re: Flaws in the ports system? 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: Fri, 21 Oct 2005 00:20:52 -0000 in message <435825F8.4020305@datacomm.ch>, wrote Benjamin Lutz thusly... > > - Searching. Personally, I strongly dislike make search because its > way too verbose. Search results easily fill several screenfuls, > and grepping it is not trivial. I've worked around this one by > creating a tool that writes grep-able sub-indexes to disk in a > more concise format, the tool's available here: > http://www.maxlor.com/freebsd-scripts.shtml It seems anybody who does not like "make search" and is able to generate an alternative, does. I did. And so did[0] Matthew Seaman by having sysutils/p5-FreeBSD-Portindex in the ports system. From the port's description file ... cache-init, cache-update, find-updated and portindex are a set of perl scripts built around the common core of the FreeBSD::Portindex modules. Their use is to generate and maintain the ports INDEX or INDEX-5 files speedily and efficiently. Ultimately they work in a very similar way to the standard make index command, except that the FreeBSD::Portindex tools keep a cache of the make describe output from each port, and can update that cached data incrementally as the ports tree itself is updated. WWW: http://www.infracaninophile.co.uk/portindex/ [0] I am not speaking on behalf of Matthew S, but making one particular point. - Parv --