From owner-svn-doc-head@FreeBSD.ORG Sun Nov 18 17:57:32 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55074ECF; Sun, 18 Nov 2012 17:57:32 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFC38FC12; Sun, 18 Nov 2012 17:57:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAIHvVgv080134; Sun, 18 Nov 2012 17:57:31 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAIHvV10080133; Sun, 18 Nov 2012 17:57:31 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201211181757.qAIHvV10080133@svn.freebsd.org> From: Benedict Reuschling Date: Sun, 18 Nov 2012 17:57:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40082 - head/en_US.ISO8859-1/books/handbook/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 17:57:32 -0000 Author: bcr Date: Sun Nov 18 17:57:31 2012 New Revision: 40082 URL: http://svnweb.freebsd.org/changeset/doc/40082 Log: Add a section describing the use of the quicksearch feature to find ports. PR: docs/173704 Submitted by: Edward (edward rdtan net) Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sun Nov 18 17:29:59 2012 (r40081) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sun Nov 18 17:57:31 2012 (r40082) @@ -349,17 +349,33 @@ R-deps: provided is not needed in order to install the port, so it will not be covered here. + Alternatively, there is another search feature from + ports that achieves the same purpose but with less noise, + the quicksearch feature. This feature + accepts the same parameter as the search + feature. For example, searching for lsof + would return: + + &prompt.root; cd /usr/ports +&prompt.root; make quicksearch name=lsof +Port: lsof-4.87.a,7 +Path: /usr/ports/sysutils/lsof +Info: Lists information about open files (similar to fstat(1)) + For more in-depth searching you can also use make search - key=string where + key=string or + make quicksearch + key=string, where string is some text to search for. This searches port names, comments, descriptions and dependencies and can be used to find ports which relate to a particular subject if you do not know the name of the program you are looking for. - In both of these cases, the search string is - case-insensitive. Searching for LSOF will + In both of these cases (search + and quicksearch), the search string + is case-insensitive. Searching for LSOF will yield the same results as searching for lsof.