From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 01:23:39 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 A75E916A4CE for ; Wed, 10 Nov 2004 01:23:39 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A91243D2D for ; Wed, 10 Nov 2004 01:23:39 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwz80.neoplus.adsl.tpnet.pl [83.29.249.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 888FF4299; Wed, 10 Nov 2004 02:23:30 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id B83F6A55C; Wed, 10 Nov 2004 02:19:18 +0100 (CET) Date: Wed, 10 Nov 2004 02:19:18 +0100 From: Radek Kozlowski To: Mike Edenfield , Benjamin Lutz , freebsd-ports@freebsd.org Message-ID: <20041110011918.GB93706@werd> References: <20041022074529.GN10363@k7.mavetju> <41791AF7.2050009@vonostingroup.com> <200410221824.12294.benlutz@datacomm.ch> <4179366C.9010404@kutulu.org> <20041110010347.GA5889@isis.wad.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20041110010347.GA5889@isis.wad.cz> User-Agent: Mutt/1.5.6i Subject: Re: search based on category [was: Re: ports/www is too full] 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: Wed, 10 Nov 2004 01:23:39 -0000 On Wed, Nov 10, 2004 at 02:03:47AM +0100, Roman Neuhauser wrote: > # kutulu@kutulu.org / 2004-10-22 12:33:48 -0400: > > tcl84 isn't a real folders, but it's listed in a number of port's > > $ make search key=tcl84 | grep "Port:" | wc -l > > 40 > > > > One thing I don't see is a way to search or sort by category, but I > > admit to not having looking very hard. > > You should be able to say > > make search cat=tcl84 > > but the search target has a bug that prevents this from working. > I've just submitted a PR; you can use the attached patch in the > meantime. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/73299 :) -Radek