From owner-svn-doc-all@FreeBSD.ORG Tue Feb 4 14:04:00 2014 Return-Path: Delivered-To: svn-doc-all@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 ESMTPS id 42A38FEF; Tue, 4 Feb 2014 14:04:00 +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 2D7861110; Tue, 4 Feb 2014 14:04:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14E40fW088053; Tue, 4 Feb 2014 14:04:00 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14E40cm088047; Tue, 4 Feb 2014 14:04:00 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201402041404.s14E40cm088047@svn.freebsd.org> From: Dru Lavigne Date: Tue, 4 Feb 2014 14:04:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43747 - 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: Tue, 04 Feb 2014 14:04:00 -0000 Author: dru Date: Tue Feb 4 14:03:59 2014 New Revision: 43747 URL: http://svnweb.freebsd.org/changeset/doc/43747 Log: Comment out traditional pkg_* section. Subsequent commits will chase down remaining pkg_* commands in other sections. Reviewed by: bapt Sponsored by: iXsystems 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 Tue Feb 4 12:31:52 2014 (r43746) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue Feb 4 14:03:59 2014 (r43747) @@ -33,11 +33,6 @@ - How to manage binary packages using the traditional - package system. - - - How to manage binary packages using pkgng. @@ -101,14 +96,9 @@ writing, over &os.numports; third-party applications have been ported to &os;. - &os; provides two technologies which automate these - steps. - A &os; package contains pre-compiled copies of all the commands for an application, as well as any configuration files and documentation. A package can be manipulated with the - traditional &os; package management commands, such as - &man.pkg.add.1;, or using the newer pkgng commands, such as pkg install. @@ -334,9 +324,8 @@ Info: Lists information about open fil - - Using Binary Packages @@ -561,6 +549,7 @@ docbook = xchat will be deleted. + --> Using <application>pkgng</application> for Binary Package @@ -582,7 +571,7 @@ docbook = <title>Getting Started with <application>pkgng</application> - &os; 9.1 and later includes a bootstrap utility + &os; 8.4 and later includes a bootstrap utility which can be used to download and install pkgng, along with its manual pages. @@ -944,7 +933,7 @@ Deinstalling ca_root_nss-3.15.1_1... don Subversion can be installed as a package: - &prompt.root; pkg_add -r subversion + &prompt.root; pkg install subversion If pkgng is being used to manage packages, Subversion can @@ -1249,10 +1238,8 @@ ftp://ftp.organization.org/pub/FreeBSD/p Installed ports can be uninstalled using - &man.pkg.delete.1;. Alternately, if the &os; system has been - configured to use pkg, a port can - be uninstalled using pkg delete. Examples - for using these commands can be found in and + pkg delete. Examples + for using is command can be found in Alternately, make deinstall can be run in the port's directory: @@ -1572,11 +1559,9 @@ The deinstallation will free 229 kB - If the system is running the traditional package system, - use &man.pkg.info.1; to determine which files, man pages, - and binaries were installed with the application. If the - system is running pkgng, instead - use pkg info. + Use + use pkg info to determine which files, man pages, + and binaries were installed with the application. @@ -1634,7 +1619,7 @@ The deinstallation will free 229 kB Install the package instead of the port using the - instructions in or . + instructions in .