ports collection -> Ports Collection

This commit is contained in:
Ryusuke SUZUKI 2011-09-03 08:15:35 +00:00
parent 38543262fb
commit e98a030c0d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37632

View file

@ -21,8 +21,8 @@
<para>FreeBSD can run a wide variety of desktop applications, such <para>FreeBSD can run a wide variety of desktop applications, such
as browsers and word processors. Most of these are available as as browsers and word processors. Most of these are available as
packages or can be automatically built from the ports packages or can be automatically built from the Ports Collection.
collection. Many new users expect to find these kinds of Many new users expect to find these kinds of
applications on their desktop. This chapter will show you how applications on their desktop. This chapter will show you how
to install some popular desktop applications effortlessly, to install some popular desktop applications effortlessly,
either from their packages or from the Ports Collection.</para> either from their packages or from the Ports Collection.</para>
@ -520,8 +520,8 @@
<screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
<para>If the package is not available, you can use the ports <para>If the package is not available, you can use the Ports Collection.
collection. For instance, to install For instance, to install
<application>KOffice</application> for <application>KOffice</application> for
<application>KDE3</application>, do:</para> <application>KDE3</application>, do:</para>
@ -888,8 +888,7 @@
<screen>&prompt.root; <userinput>pkg_add -r gv</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r gv</userinput></screen>
<para>If you cannot get the package, you can use the Ports <para>If you cannot get the package, you can use the Ports Collection:</para>
collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/print/gv</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/print/gv</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>
@ -1035,8 +1034,7 @@
<screen>&prompt.root; <userinput>pkg_add -r gnucash</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r gnucash</userinput></screen>
<para>If the package is not available, you can use the ports <para>If the package is not available, you can use the Ports Collection:</para>
collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/finance/gnucash</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/finance/gnucash</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>
@ -1069,8 +1067,8 @@
<screen>&prompt.root; <userinput>pkg_add -r gnumeric</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r gnumeric</userinput></screen>
<para>If the package is not available, you can use the ports <para>If the package is not available, you can use the Ports Collection
collection by doing:</para> by doing:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/math/gnumeric</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/math/gnumeric</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>
@ -1098,8 +1096,8 @@
<screen>&prompt.root; <userinput>pkg_add -r abacus</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r abacus</userinput></screen>
<para>If the package is not available, you can use the ports <para>If the package is not available, you can use the Ports Collection
collection by doing:</para> by doing:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/deskutils/abacus</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/deskutils/abacus</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>