Change role="port" to role="package" so that package links are properly

generated

Approved by:	trhodes, gabor (mentor)
This commit is contained in:
Gabor Pali 2008-08-06 20:44:12 +00:00
parent 47ec534964
commit 002b4edbbe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32631
7 changed files with 37 additions and 37 deletions

View file

@ -57,7 +57,7 @@
<title>Basic Configuration</title> <title>Basic Configuration</title>
<para>We need to install the threaded <command>perl</command>. <para>We need to install the threaded <command>perl</command>.
Install <filename role="port">lang/perl5.8</filename> Install <filename role="package">lang/perl5.8</filename>
with the <makevar>USE_THREADS=yes</makevar> variable with the <makevar>USE_THREADS=yes</makevar> variable
set. The current version of <command>perl</command> set. The current version of <command>perl</command>
may need to be removed first; errors will be reported may need to be removed first; errors will be reported
@ -66,7 +66,7 @@
<note> <note>
<para>This will require all ports which require <para>This will require all ports which require
<command>perl</command> to be rebuilt and reinstalled; <command>perl</command> to be rebuilt and reinstalled;
<filename role="port">ports-mgmt/portupgrade</filename> <filename role="package">ports-mgmt/portupgrade</filename>
is perfect for this. At least it will point out which is perfect for this. At least it will point out which
ports have been removed and which will need to be ports have been removed and which will need to be
reinstalled.</para> reinstalled.</para>
@ -75,21 +75,21 @@
<para>Now for the database server; <para>Now for the database server;
<application>MySQL</application> is perfect for this <application>MySQL</application> is perfect for this
sort of work. Install the sort of work. Install the
<filename role="port">databases/mysql40-server</filename> <filename role="package">databases/mysql40-server</filename>
along with along with
<filename role="port">databases/p5-DBD-mysql40</filename>. <filename role="package">databases/p5-DBD-mysql40</filename>.
The previous port should imply the installation of The previous port should imply the installation of
<filename role="port">databases/p5-DBI-137</filename> <filename role="package">databases/p5-DBI-137</filename>
so that knocks off another step.</para> so that knocks off another step.</para>
<para>Install the <command>perl</command> based portable <para>Install the <command>perl</command> based portable
server plugin, <filename role="port">net/p5-Net-Daemon</filename> server plugin, <filename role="package">net/p5-Net-Daemon</filename>
port. Most of these port installations should have port. Most of these port installations should have
been straight forward. The next step will be more been straight forward. The next step will be more
involved.</para> involved.</para>
<para>Now install the <para>Now install the
<filename role="port">mail/p5-Sendmail-Milter</filename> <filename role="package">mail/p5-Sendmail-Milter</filename>
port. As of this writing the <filename>Makefile</filename> port. As of this writing the <filename>Makefile</filename>
contains a line beginning with <makevar>BROKEN</makevar>, contains a line beginning with <makevar>BROKEN</makevar>,
just remove it or comment it out. It is only marked just remove it or comment it out. It is only marked

View file

@ -138,10 +138,10 @@
<para>The Bywater Basic Interpreter can be found in the <para>The Bywater Basic Interpreter can be found in the
Ports Collection as Ports Collection as
<filename role="port">lang/bwbasic</filename> <filename role="package">lang/bwbasic</filename>
and the Phil Cockroft's Basic Interpreter and the Phil Cockroft's Basic Interpreter
(formerly Rabbit Basic) is available as (formerly Rabbit Basic) is available as
<filename role="port">lang/pbasic</filename>.</para> <filename role="package">lang/pbasic</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -163,14 +163,14 @@
<para>Various implementations of Lisp that can run on &unix; <para>Various implementations of Lisp that can run on &unix;
systems are available in the Ports Collection for &os;. systems are available in the Ports Collection for &os;.
GNU Common Lisp can be found as GNU Common Lisp can be found as
<filename role="port">lang/gcl</filename>. CLISP <filename role="package">lang/gcl</filename>. CLISP
by Bruno Haible and Michael Stoll is available as by Bruno Haible and Michael Stoll is available as
<filename role="port">lang/clisp</filename>. <filename role="package">lang/clisp</filename>.
For CMUCL, which includes a highly-optimizing compiler too, or For CMUCL, which includes a highly-optimizing compiler too, or
simpler Lisp implementations like SLisp, which implements most simpler Lisp implementations like SLisp, which implements most
of the Common Lisp constructs in a few hundred lines of C code, of the Common Lisp constructs in a few hundred lines of C code,
<filename role="port">lang/cmucl</filename> and <filename role="package">lang/cmucl</filename> and
<filename role="port">lang/slisp</filename> are available <filename role="package">lang/slisp</filename> are available
respectively.</para> respectively.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -184,7 +184,7 @@
writing <acronym>CGI</acronym> scripts.</para> writing <acronym>CGI</acronym> scripts.</para>
<para>Perl is available in the Ports Collection as <para>Perl is available in the Ports Collection as
<filename role="port">lang/perl5</filename> for all <filename role="package">lang/perl5</filename> for all
&os; releases, and is installed as <command>/usr/bin/perl</command> &os; releases, and is installed as <command>/usr/bin/perl</command>
in the base system 4.X releases.</para> in the base system 4.X releases.</para>
</listitem> </listitem>
@ -201,12 +201,12 @@
abstraction to be used in research work.</para> abstraction to be used in research work.</para>
<para>Scheme is available from the Ports Collection as <para>Scheme is available from the Ports Collection as
<filename role="port">lang/elk</filename> for the <filename role="package">lang/elk</filename> for the
Elk Scheme Interpreter. The MIT Scheme Interpreter Elk Scheme Interpreter. The MIT Scheme Interpreter
can be found in can be found in
<filename role="port">lang/mit-scheme</filename> <filename role="package">lang/mit-scheme</filename>
and the SCM Scheme Interpreter in and the SCM Scheme Interpreter in
<filename role="port">lang/scm</filename>.</para> <filename role="package">lang/scm</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -218,7 +218,7 @@
facilities for processing strings and structures. facilities for processing strings and structures.
The version of Icon for &os; can be found in the The version of Icon for &os; can be found in the
Ports Collection as Ports Collection as
<filename role="port">lang/icon</filename>.</para> <filename role="package">lang/icon</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -235,7 +235,7 @@
<para>The latest version of Logo for &os; is available from <para>The latest version of Logo for &os; is available from
the Ports Collection in the Ports Collection in
<filename role="port">lang/logo</filename>.</para> <filename role="package">lang/logo</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -253,7 +253,7 @@
<para>The latest version of Python is available from the <para>The latest version of Python is available from the
Ports Collection in Ports Collection in
<filename role="port">lang/python</filename>.</para> <filename role="package">lang/python</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -268,7 +268,7 @@
programs.</para> programs.</para>
<para>Ruby is available from the Ports Collection as <para>Ruby is available from the Ports Collection as
<filename role="port">lang/ruby18</filename>.</para> <filename role="package">lang/ruby18</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -285,7 +285,7 @@
<para>Various versions of Tcl are available as ports <para>Various versions of Tcl are available as ports
for &os;. The latest version, Tcl 8.4, can be found in for &os;. The latest version, Tcl 8.4, can be found in
<filename role="port">lang/tcl84</filename>.</para> <filename role="package">lang/tcl84</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
@ -328,14 +328,14 @@
support in the base system, but both GNU Pascal Compiler (GPC) support in the base system, but both GNU Pascal Compiler (GPC)
and the Free Pascal Compiler and the Free Pascal Compiler
are available in the Ports Collection as are available in the Ports Collection as
<filename role="port">lang/gpc</filename> and <filename role="package">lang/gpc</filename> and
<filename role="port">lang/fpc</filename>.</para> <filename role="package">lang/fpc</filename>.</para>
<para>As the edit-compile-run-debug cycle is rather tedious when <para>As the edit-compile-run-debug cycle is rather tedious when
using separate programs, many commercial compiler makers have using separate programs, many commercial compiler makers have
produced Integrated Development Environments produced Integrated Development Environments
(<acronym>IDE</acronym>s for short). FreeBSD does not include (<acronym>IDE</acronym>s for short). FreeBSD does not include
an IDE in the base system, but <filename role="port">devel/kdevelop</filename> is an IDE in the base system, but <filename role="package">devel/kdevelop</filename> is
available in the Ports Collection and many use available in the Ports Collection and many use
<application>Emacs</application> for this purpose. Using <application>Emacs</application> for this purpose. Using
<application>Emacs</application> as an IDE is discussed in <application>Emacs</application> as an IDE is discussed in
@ -1431,7 +1431,7 @@ DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz
<para>Finally, if you find its text-based command-prompt style <para>Finally, if you find its text-based command-prompt style
off-putting, there is a graphical front-end for it off-putting, there is a graphical front-end for it
(<filename role="port">devel/xxgdb</filename>) in the Ports (<filename role="package">devel/xxgdb</filename>) in the Ports
Collection.</para> Collection.</para>
<para>This section is intended to be an introduction to using <para>This section is intended to be an introduction to using
@ -1759,7 +1759,7 @@ else if (pid == 0) { /* child */
<para>And doubtless many more that I have overlooked.</para> <para>And doubtless many more that I have overlooked.</para>
<para>Emacs can be installed on &os; using <para>Emacs can be installed on &os; using
the <filename role="port">editors/emacs</filename> the <filename role="package">editors/emacs</filename>
port.</para> port.</para>
<para>Once it is installed, start it up and do <userinput>C-h <para>Once it is installed, start it up and do <userinput>C-h

View file

@ -9681,7 +9681,7 @@ ATDT1234567</programlisting>
the MSS to an appropriate value. This facility is enabled the MSS to an appropriate value. This facility is enabled
by default. If you are stuck with an older version of by default. If you are stuck with an older version of
&man.ppp.8;, you may want to look at the <filename &man.ppp.8;, you may want to look at the <filename
role="port">net/tcpmssd</filename> port.</para> role="package">net/tcpmssd</filename> port.</para>
</answer> </answer>
</qandaentry> </qandaentry>

View file

@ -67,7 +67,7 @@
<note> <note>
<para>&man.csup.1; became part of the base system in <para>&man.csup.1; became part of the base system in
&os;&nbsp;6.2-RELEASE. If you are using an earlier version of &os; &os;&nbsp;6.2-RELEASE. If you are using an earlier version of &os;
you will need to install <filename role="port">net/csup</filename> you will need to install <filename role="package">net/csup</filename>
from the Ports&nbsp;Collection.</para> from the Ports&nbsp;Collection.</para>
</note> </note>
</listitem> </listitem>
@ -150,13 +150,13 @@ ports-base</programlisting>
<para>This method will give you more advanced options, but will require <para>This method will give you more advanced options, but will require
you to install the you to install the
<filename role="port">net/cvsup-without-gui</filename> port or <filename role="package">net/cvsup-without-gui</filename> port or
package.</para> package.</para>
<note> <note>
<para>The <filename role="port">net/cvsup-without-gui</filename> <para>The <filename role="package">net/cvsup-without-gui</filename>
port has a build dependency on port has a build dependency on
<filename role="port">lang/ezm3</filename>, a Modula&nbsp;3 <filename role="package">lang/ezm3</filename>, a Modula&nbsp;3
compiler. This compiler takes quite some time to build, and since compiler. This compiler takes quite some time to build, and since
most people will not need it for anything else, it is perhaps best most people will not need it for anything else, it is perhaps best
to use a package to install <application>CVSup</application>.</para> to use a package to install <application>CVSup</application>.</para>

View file

@ -666,7 +666,7 @@ route_net2="-net 192.168.1.0/24 192.168.1.1"</programlisting>
installations. The related &man.map-mbone.8; and installations. The related &man.map-mbone.8; and
&man.mrinfo.8; utilities have also been removed. These programs &man.mrinfo.8; utilities have also been removed. These programs
are now available in the &os; Ports&nbsp;Collection as are now available in the &os; Ports&nbsp;Collection as
<filename role="port">net/mrouted</filename>.</para> <filename role="package">net/mrouted</filename>.</para>
</note> </note>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -1654,9 +1654,9 @@ test: biba/low</screen>
<literal>multilabel</literal> option must be set on each file <literal>multilabel</literal> option must be set on each file
system as stated at the beginning of this chapter. Not doing system as stated at the beginning of this chapter. Not doing
so will result in errors. While at it, ensure that the so will result in errors. While at it, ensure that the
<filename role="port">net-mngt/nagios-plugins</filename>, <filename role="package">net-mngt/nagios-plugins</filename>,
<filename role="port">net-mngt/nagios</filename>, and <filename role="package">net-mngt/nagios</filename>, and
<filename role="port">www/apache13</filename> ports are all <filename role="package">www/apache13</filename> ports are all
installed, configured, and working correctly.</para> installed, configured, and working correctly.</para>
<sect2> <sect2>

View file

@ -4089,7 +4089,7 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html</programlisting>
<application>Portaudit</application> exists solely for this <application>Portaudit</application> exists solely for this
purpose.</para> purpose.</para>
<para>The <filename role="port">ports-mgmt/portaudit</filename> port <para>The <filename role="package">ports-mgmt/portaudit</filename> port
polls a database, updated and maintained by the &os; Security polls a database, updated and maintained by the &os; Security
Team and ports developers, for known security issues.</para> Team and ports developers, for known security issues.</para>