From owner-freebsd-ports@FreeBSD.ORG Thu Aug 15 16:19:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3C8C83D6 for ; Thu, 15 Aug 2013 16:19:41 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFB1C2A5A for ; Thu, 15 Aug 2013 16:19:40 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id j10so490462qcx.25 for ; Thu, 15 Aug 2013 09:19:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=l6bmRaWoefC0Vn7+GuKtzWrPmlVRNpGDFJXRTecQ9R0=; b=uVevVe2aiilfwW0hdiXhx1SyP9BRbw6nPIoco9c3gUSNi5PXp887GGg58+EwHB4L4n 9WEzjvHZ68fV1S2gkUZ3zo0T4F0C0H0gBWhZ2fpvlPjuFCc+0+dts/torRTZMvzjIm5N 4eVHiPHrmG2xpp9bT1OCQVKe2yRb+bTcBXZFQjjfe/pVcGTA+Wa45wQQXQGJ++vOmC5J fxyV4zl9BlbJZR2Exqo6FK3x3D78VB0hrUgvVnxtfHcW8y1KCiFxSHVYMPKyURM5iy8W WTWnXQjxvzH8JRMIhJbla7pBorDak8eBqZ/6yQ2RoTulBjc6Gs7JjdbykmfxV8CYNyAC sheA== MIME-Version: 1.0 X-Received: by 10.224.124.137 with SMTP id u9mr12760856qar.91.1376583580016; Thu, 15 Aug 2013 09:19:40 -0700 (PDT) Received: by 10.224.5.195 with HTTP; Thu, 15 Aug 2013 09:19:39 -0700 (PDT) In-Reply-To: <090F0843-3C20-4B32-8670-C990FA4579BA@kreme.com> References: <090F0843-3C20-4B32-8670-C990FA4579BA@kreme.com> Date: Thu, 15 Aug 2013 19:19:39 +0300 Message-ID: Subject: Re: Searching the port tree with portmaster? From: Kimmo Paasiala To: LuKreme Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 16:19:41 -0000 There's also ports-mgmt/psearch. Works fine for me. -Kimmo On Thu, Aug 15, 2013 at 6:45 PM, LuKreme wrote: > > On 15 Aug 2013, at 06:33 , Adam Vande More wrote: > > > whereis sudo > > Sure, if sudo is installed. Sudo was not installed, so I had to search the > ports tree for it. Same with openssl. > > I setup an alias > > alias pf='find /usr/ports -maxdepth 2 -type d | grep -i ' > > but was afraid I was missing a command in portmaster. > > On 15 Aug 2013, at 00:56 , Sergey V. Dyatko > wrote: > > > man ports > > > /search[enter] > > cd /usr/ports && make search name=pear- > cd /usr/ports && make search name=pear- xname='ht(tp|ml)' > > Well, OK. That seems a lot more effort, and loses your current directory, > but that does work. It's fugly though. > > -- > The Drum jealously guarded its reputation as the most stylishly > disreputable tavern in Ankh-Morpork and the big troll that now guarded > the door carefully vetted customers for suitability in the way of black > cloaks, glowing eyes, magic swords and so forth. Rincewind never found > out what he did to the failures. Perhaps he ate them. --Sourcery > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >