From owner-cvs-src@FreeBSD.ORG Mon Dec 10 19:37:02 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 22C6616A417; Mon, 10 Dec 2007 19:37:02 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id EEA3913C467; Mon, 10 Dec 2007 19:37:01 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id lBAJb1MQ096806; Mon, 10 Dec 2007 11:37:01 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id lBAJb1sN096805; Mon, 10 Dec 2007 11:37:01 -0800 (PST) (envelope-from obrien) Date: Mon, 10 Dec 2007 11:37:01 -0800 From: "David O'Brien" To: Doug Barton Message-ID: <20071210193701.GA96763@dragon.NUXI.org> References: <200712091101.lB9B1w0C070261@repoman.freebsd.org> <20071210180238.GA93589@dragon.NUXI.org> <475D8C81.9010805@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <475D8C81.9010805@FreeBSD.org> X-Operating-System: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, 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 Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 19:37:02 -0000 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. -- -- David (obrien@FreeBSD.org)