From owner-svn-doc-all@FreeBSD.ORG Sun Mar 16 22:07:36 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32DCADA3; Sun, 16 Mar 2014 22:07:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12811A71; Sun, 16 Mar 2014 22:07:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GM7ZeC090008; Sun, 16 Mar 2014 22:07:35 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2GM7ZwB090007; Sun, 16 Mar 2014 22:07:35 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403162207.s2GM7ZwB090007@svn.freebsd.org> From: Warren Block Date: Sun, 16 Mar 2014 22:07:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44250 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 22:07:36 -0000 Author: wblock Date: Sun Mar 16 22:07:35 2014 New Revision: 44250 URL: http://svnweb.freebsd.org/changeset/doc/44250 Log: Restore lost tags. 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 Mar 16 21:59:34 2014 (r44249) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sun Mar 16 22:07:35 2014 (r44250) @@ -249,7 +249,7 @@ If the Ports Collection is already installed, there are several methods to query the local version of the ports tree. To find out which category a port is in, type - whereis file, + whereis file, where file is the program to be installed: @@ -311,9 +311,9 @@ Info: Lists information about open fil For more in-depth searching, use make search - key=string or + key=string or make quicksearch - key=string, where + key=string, where string is some text to search for. The text can be in comments, descriptions, or dependencies in order to find ports which relate to a @@ -390,7 +390,7 @@ Info: Lists information about open fil pkg_add - &prompt.root; pkg_add -r lsof + &prompt.root; pkg_add -r lsof In this example, lsof is used without specifying a version number as the version is not included @@ -539,7 +539,7 @@ docbook = To remove a previously installed software package, use &man.pkg.delete.1;: - &prompt.root; pkg_delete xchat-2.8.8_1 + &prompt.root; pkg_delete xchat-2.8.8_1 Note that &man.pkg.delete.1; requires the full package name and number and that the above command would not work if @@ -548,7 +548,7 @@ docbook = &man.pkg.version.1; to find the version of the installed package, or use a wildcard: - &prompt.root; pkg_delete xchat\* + &prompt.root; pkg_delete xchat\* in this case, all packages whose names start with xchat will be deleted. @@ -688,7 +688,7 @@ pkg-1.1.4_1 where packagename is the name of the package to install: - &prompt.root; pkg install packagename + &prompt.root; pkg install packagename This command uses repository data to determine which version of the software to install and if it has any @@ -799,7 +799,7 @@ Deinstalling ca_root_nss-3.15.1_1... don pkgng.db with a suitable file name: - &prompt.root; pkg backup -d pkgng.db + &prompt.root; pkg backup -d pkgng.db Additionally, pkgng includes a &man.periodic.8; script to automatically perform a daily @@ -817,7 +817,7 @@ Deinstalling ca_root_nss-3.15.1_1... don To restore the contents of a previous package database backup, run: - &prompt.root; pkg backup -r /path/to/pkgng.db + &prompt.root; pkg backup -r /path/to/pkgng.db @@ -870,7 +870,7 @@ Deinstalling ca_root_nss-3.15.1_1... don the modified origin. To force a reinstallation of dependent packages, run: - &prompt.root; pkg install -Rf graphics/freeglut + &prompt.root; pkg install -Rf graphics/freeglut @@ -1221,9 +1221,9 @@ Deinstalling ca_root_nss-3.15.1_1... don specified in the Makefile. When using, specify the alternate location: - &prompt.root; cd /usr/ports/directory + &prompt.root; cd /usr/ports/directory &prompt.root; make MASTER_SITE_OVERRIDE= \ -ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch +ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch The WRKDIRPREFIX and PREFIX variables can override the default @@ -1428,7 +1428,7 @@ The deinstallation will free 229 kB port. To use this function, specify the location of the port in the Ports Collection: - &prompt.root; portmaster shells/bash + &prompt.root; portmaster shells/bash @@ -1462,7 +1462,7 @@ The deinstallation will free 229 kB To upgrade only a specified application instead of all available ports, use portupgrade - pkgname. It is very important to include + pkgname. It is very important to include to first upgrade all the ports required by the given application: