From owner-cvs-src@FreeBSD.ORG Tue Dec 11 08:34:00 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 999E616A41A; Tue, 11 Dec 2007 08:34:00 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id 56EAE13C467; Tue, 11 Dec 2007 08:34:00 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1J20Xm-0001pM-OU; Tue, 11 Dec 2007 09:32:46 +0100 Date: Tue, 11 Dec 2007 09:32:46 +0100 From: Kirill Ponomarew To: David O'Brien Message-ID: <20071211083246.GJ47398@voodoo.bawue.com> References: <200712091101.lB9B1w0C070261@repoman.freebsd.org> <20071210180238.GA93589@dragon.NUXI.org> <475D8C81.9010805@FreeBSD.org> <20071210193701.GA96763@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071210193701.GA96763@dragon.NUXI.org> X-NIC-HDL: KP869-RIPE Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Doug Barton , Kirill Ponomarew , src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/delete pkg_delete.1 src/usr.sbin/pkg_install/info pkg_info.1 src/usr.sbin/pkg_install/search Makefile pkg_search.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 08:34:00 -0000 On Mon, Dec 10, 2007 at 11:37:01AM -0800, David O'Brien wrote: > On Mon, Dec 10, 2007 at 10:59:13AM -0800, Doug Barton wrote: > > You can accomplish the same thing by doing: > > cd /usr/ports > > make search name=blah > > > > Note, I'm not commenting on the value of the pkg_search tool, or the > > worth of including it in the base, or anything else other than to say > > that what you want to do is already possible, and fairly well documented. > > *shrug* I guess my memory is slipping in my old age.. but I can never > remember the manual way to do that even after 14 years of FreeBSD. That's why the work which started during Summer Of Code still continues, and hopefully will be accomplished soon. -Kirill