Enclose contributors in <sect1info> tags.
Remove extra prompts from <screen> examples. Remove lame text telling the user to "Forget about it" if a port is broken. Use absolute links since relative links don't mean much in PostScript form.
This commit is contained in:
parent
20ac95335e
commit
568e399b34
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9949
1 changed files with 21 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.124 2001/07/16 15:12:18 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.125 2001/07/17 00:11:22 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
|
@ -221,9 +221,18 @@
|
|||
</sect1>
|
||||
|
||||
<sect1 id="packages-using">
|
||||
<sect1info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Chern</firstname>
|
||||
<surname>Lee</surname>
|
||||
<contrib>Contributed</contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<!-- 30 Mar 2001 -->
|
||||
</sect1info>
|
||||
|
||||
<title>Using the Packages System</title>
|
||||
<para><emphasis>Contributed by &a.chern;, April 30, 2001.</emphasis>
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Installing a Package</title>
|
||||
|
|
@ -294,8 +303,7 @@ local: xchat-1.7.1.tgz remote: xchat-1.7.1.tgz
|
|||
|
||||
<sect2>
|
||||
<title>Deleting a Package</title>
|
||||
<screen>&prompt.root <userinput>pkg_delete <replaceable>xchat-1.7.1</replaceable></userinput>
|
||||
&prompt.root</screen>
|
||||
<screen>&prompt.root <userinput>pkg_delete <replaceable>xchat-1.7.1</replaceable></userinput></screen>
|
||||
<para>&man.pkg.delete.1; is the utility for removing
|
||||
previously installed software package distributions.
|
||||
</para>
|
||||
|
|
@ -457,8 +465,7 @@ docbook =
|
|||
your system, you will be told where it is, like so:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>whereis xchat</userinput>
|
||||
xchat: /usr/ports/irc/xchat
|
||||
&prompt.root;</screen>
|
||||
xchat: /usr/ports/irc/xchat</screen>
|
||||
|
||||
<para>This tells us that xchat (an irc client) can be found in the
|
||||
<filename>/usr/ports/irc/xchat</filename> directory.</para>
|
||||
|
|
@ -634,9 +641,9 @@ Receiving xchat-1.3.8.tar.bz2 (305543 bytes): 100%
|
|||
<para>As you can see, the only difference is the line that tells
|
||||
you where the system is fetching the port from.</para>
|
||||
|
||||
<para>That about does it for installing ports onto your system.
|
||||
In the section you will learn how to remove a port from your
|
||||
system.</para>
|
||||
<para>That about does it for installing ports onto your
|
||||
system. In the next section you will learn how to remove a
|
||||
port from your system.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
|
@ -1198,8 +1205,9 @@ arcade game.</screen>
|
|||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Fix it! The <link linkend="porting"><quote>how to make a
|
||||
port</quote></link> section should help you do this.</para>
|
||||
<para>Fix it! The <ulink
|
||||
url="http://www.FreeBSD.org/porters-handbook/index.html">Porter's
|
||||
Handbook</ulink> should help you do this.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -1215,13 +1223,6 @@ arcade game.</screen>
|
|||
<command>send-pr</command> to submit a bug report.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Forget about it. This is the easiest route—very
|
||||
few ports can be classified as <quote>essential</quote>. There's
|
||||
also a good chance any problems will be fixed in the next
|
||||
version when the port is updated.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Grab the package from an ftp site near you. The
|
||||
<quote>master</quote> package collection is on <hostid
|
||||
|
|
@ -1241,7 +1242,7 @@ arcade game.</screen>
|
|||
<title>Advanced Topics</title>
|
||||
|
||||
<para>The documentation that was here has been moved to its own <ulink
|
||||
url="../porters-handbook/index.html">Porter's Handbook</ulink> for ease of
|
||||
url="http://www.FreeBSD.org/porters-handbook/index.html">Porter's Handbook</ulink> for ease of
|
||||
reference. Please go there if you wish to create and submit your own
|
||||
ports.</para>
|
||||
</sect1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue