aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/ports
diff options
context:
space:
mode:
authorDru Lavigne <dru@FreeBSD.org>2014-02-04 14:03:59 +0000
committerDru Lavigne <dru@FreeBSD.org>2014-02-04 14:03:59 +0000
commit897fac74741bfaf022f6d63449d3dc28fe1e58c6 (patch)
treeb19341af8cdc5e932201e0c0bca7eab154b073a2 /en_US.ISO8859-1/books/handbook/ports
parentc41afce43e7e925be4f81d2480fad00777ac4565 (diff)
downloaddoc-897fac74741bfaf022f6d63449d3dc28fe1e58c6.tar.gz
doc-897fac74741bfaf022f6d63449d3dc28fe1e58c6.zip
Comment out traditional pkg_* section.
Subsequent commits will chase down remaining pkg_* commands in other sections. Reviewed by: bapt Sponsored by: iXsystems
Notes
Notes: svn path=/head/; revision=43747
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/ports')
-rw-r--r--en_US.ISO8859-1/books/handbook/ports/chapter.xml35
1 files changed, 10 insertions, 25 deletions
diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
index f935160146..ac56325714 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
@@ -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 files (similar to fstat(1))</screen>
</itemizedlist>
</sect1>
-
- <sect1 xml:id="packages-using">
<!--
+ <sect1 xml:id="packages-using">
<sect1info>
<authorgroup>
<author>
@@ -346,7 +335,6 @@ Info: Lists information about open files (similar to fstat(1))</screen>
</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;&nbsp;9.1 and later includes a bootstrap utility
+ <para>&os;&nbsp;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... done</screen>
<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/ports/distfiles/ fetch</userinput></scree
</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>