svn commit: r43747 - head/en_US.ISO8859-1/books/handbook/ports

Dru Lavigne dru at FreeBSD.org
Tue Feb 4 14:04:00 UTC 2014


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 @@
       </listitem>
 
       <listitem>
-	<para>How to manage binary packages using the traditional
-	  package system.</para>
-      </listitem>
-
-      <listitem>
 	<para>How to manage binary packages using
 	  <application>pkgng</application>.</para>
       </listitem>
@@ -101,14 +96,9 @@
       writing, over &os.numports; third-party applications have been
       ported to &os;.</para>
 
-    <para>&os; provides two technologies which automate these
-      steps.</para>
-
     <para>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
       <application>pkgng</application> commands, such as
       <command>pkg install</command>.</para>
 
@@ -334,9 +324,8 @@ Info:   Lists information about open fil
     </itemizedlist>
   </sect1>
 
-
-  <sect1 xml:id="packages-using">
     <!--
+  <sect1 xml:id="packages-using">
     <sect1info>
       <authorgroup>
 	<author>
@@ -346,7 +335,6 @@ Info:   Lists information about open fil
 	</author>
       </authorgroup>
     </sect1info>
-    -->
 
     <title>Using Binary Packages</title>
 
@@ -561,6 +549,7 @@ docbook                     =
 	<literal>xchat</literal> will be deleted.</para>
     </sect2>
   </sect1>
+    -->
 
   <sect1 xml:id="pkgng-intro">
     <title>Using <application>pkgng</application> for Binary Package
@@ -582,7 +571,7 @@ docbook                     =
       <title>Getting Started with
 	<application>pkgng</application></title>
 
-      <para>&os; 9.1 and later includes a bootstrap utility
+      <para>&os; 8.4 and later includes a bootstrap utility
 	which can be used to download and install
 	<application>pkgng</application>, along with its manual
 	pages.</para>
@@ -944,7 +933,7 @@ Deinstalling ca_root_nss-3.15.1_1... don
 	  <application>Subversion</application> can be installed as
 	  a package:</para>
 
-	<screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen>
+	<screen>&prompt.root; <userinput>pkg install subversion</userinput></screen>
 
 	<para>If <application>pkgng</application> is being used to
 	  manage packages, <application>Subversion</application> can
@@ -1249,10 +1238,8 @@ ftp://ftp.organization.org/pub/FreeBSD/p
       </indexterm>
 
       <para>Installed ports can be uninstalled using
-	&man.pkg.delete.1;.  Alternately, if the &os; system has been
-	configured to use <application>pkg</application>, a port can
-	be uninstalled using <command>pkg delete</command>.  Examples
-	for using these commands can be found in <xref linkend="packages-using"/> and <xref linkend="pkgng-intro"/></para>
+	<command>pkg delete</command>.  Examples
+	for using is command can be found in <xref linkend="pkgng-intro"/></para>
 
       <para>Alternately, <command>make deinstall</command> can be
 	run in the port's directory:</para>
@@ -1572,11 +1559,9 @@ The deinstallation will free 229 kB
       </listitem>
 
       <listitem>
-	<para>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 <application>pkgng</application>, instead
-	  use <command>pkg info</command>.</para>
+	<para>Use
+	  use <command>pkg info</command> to determine which files, man pages,
+	  and binaries were installed with the application.</para>
       </listitem>
     </itemizedlist>
   </sect1>
@@ -1634,7 +1619,7 @@ The deinstallation will free 229 kB
 
       <listitem>
 	<para>Install the package instead of the port using the
-	  instructions in <xref linkend="packages-using"/> or <xref linkend="pkgng-intro"/>.</para>
+	  instructions in <xref linkend="pkgng-intro"/>.</para>
       </listitem>
     </orderedlist>
   </sect1>


More information about the svn-doc-all mailing list