From owner-freebsd-ports@FreeBSD.ORG Wed Feb 15 08:31:45 2006 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 56B1716A422 for ; Wed, 15 Feb 2006 08:31:45 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CA743D5A for ; Wed, 15 Feb 2006 08:31:43 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 8C75C28; Wed, 15 Feb 2006 02:31:42 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id B2A6661C38; Wed, 15 Feb 2006 02:31:41 -0600 (CST) Date: Wed, 15 Feb 2006 02:31:41 -0600 From: "Matthew D. Fuller" To: Craig Boston , Brian Reichert , Andy Fawcett , freebsd-ports@freebsd.org Message-ID: <20060215083141.GP80050@over-yonder.net> References: <20060214161949.GV58140@numachi.com> <200602141844.02201.andy@athame.co.uk> <20060214214853.GY58140@numachi.com> <20060215032949.GB9931@nowhere> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060215032949.GB9931@nowhere> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: Subject: Re: Does a port contain 'kdict'? 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: Wed, 15 Feb 2006 08:31:45 -0000 On Tue, Feb 14, 2006 at 09:29:50PM -0600 I heard the voice of Craig Boston, and lo! it spake thus: > > find /usr/ports -name 'pkg-plist' -exec grep -H kdict \{\} \; > > Now I'm sure someone will post a much more efficient method > using xargs or some such :) find /usr/ports -depth 3 -name 'pkg-plist' -print | \ xargs grep -H kdict 8-] -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.