Whitespace-only fixes, translators please ignore.

This commit is contained in:
Warren Block 2014-01-14 02:20:20 +00:00
parent efd16c98ff
commit ac84fd7511
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43494

View file

@ -59,26 +59,28 @@
<entry>(none), <literal>outsource</literal></entry> <entry>(none), <literal>outsource</literal></entry>
<entry>Uses <application>CMake</application> for <entry>Uses <application>CMake</application> for configuring and
configuring and building. With the <literal>outsource</literal> building. With the <literal>outsource</literal> argument, an
argument, an out-of-source build will be performed. For more out-of-source build will be performed. For more information see
information see <xref linkend="using-cmake"/>.</entry> <xref linkend="using-cmake"/>.</entry>
</row> </row>
<row> <row>
<entry><literal>compiler</literal></entry> <entry><literal>compiler</literal></entry>
<entry>(none), <literal>c++0x</literal>, <literal>c++11-lang</literal>, <entry>(none), <literal>c++0x</literal>,
<literal>c++11-lib</literal>, <literal>c11</literal>, <literal>c++11-lang</literal>, <literal>c++11-lib</literal>,
<literal>openmp</literal>, <literal>nestedfct</literal>, <literal>features</literal></entry> <literal>c11</literal>, <literal>openmp</literal>,
<literal>nestedfct</literal>, <literal>features</literal></entry>
<entry>Determines which compiler to use based on any given wishes. <entry>Determines which compiler to use based on any given wishes.
Use <literal>c++11-lang</literal> if the port needs a C+11-capable Use <literal>c++11-lang</literal> if the port needs a C+11-capable
compiler, and <literal>c++11-lib</literal> if the port also needs compiler, and <literal>c++11-lib</literal> if the port also needs
a C++11-ready standard library. If the port needs a compiler a C++11-ready standard library. If the port needs a compiler
understanding C++0X, C11, OpenMP, or nested functions, the corresponding parameters can be understanding C++0X, C11, OpenMP, or nested functions, the
used. Use <literal>features</literal> to request a list of corresponding parameters can be used. Use
features supported by the default compiler. After including <literal>features</literal> to request a list of features
supported by the default compiler. After including
<filename>bsd.port.pre.mk</filename> the port can inspect the <filename>bsd.port.pre.mk</filename> the port can inspect the
results using these variables: results using these variables:
@ -134,8 +136,7 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>Uses <entry>Uses <application>update-desktop-database</application> from
<application>update-desktop-database</application> from
<package role="port">devel/desktop-file-utils</package>. An extra <package role="port">devel/desktop-file-utils</package>. An extra
post-install step will be run without interfering with any post-install step will be run without interfering with any
post-install steps already in the port post-install steps already in the port
@ -164,10 +165,11 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>The port has files with line endings in <acronym>DOS</acronym> format which need <entry>The port has files with line endings in
to be converted. Three variables can be set to control which <acronym>DOS</acronym> format which need to be converted. Three
files will be converted. The default is to convert variables can be set to control which files will be converted.
<emphasis>all</emphasis> files, including binaries. The default is to convert <emphasis>all</emphasis> files,
including binaries.
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -192,8 +194,8 @@
<entry>(none), fam, gamin</entry> <entry>(none), fam, gamin</entry>
<entry>Uses a File Alteration Monitor as a library dependency, either <entry>Uses a File Alteration Monitor as a library dependency,
<package role="port">devel/fam</package> or either <package role="port">devel/fam</package> or
<package role="port">devel/gamin</package>. End users can set <package role="port">devel/gamin</package>. End users can set
WITH_FAM_SYSTEM to specify their preference.</entry> WITH_FAM_SYSTEM to specify their preference.</entry>
</row> </row>
@ -210,7 +212,8 @@
<row> <row>
<entry><literal>fortran</literal></entry> <entry><literal>fortran</literal></entry>
<entry><literal>gcc</literal> (default), <literal>ifort</literal></entry> <entry><literal>gcc</literal> (default),
<literal>ifort</literal></entry>
<entry>Uses the Fortran compiler from either GNU or Intel.</entry> <entry>Uses the Fortran compiler from either GNU or Intel.</entry>
</row> </row>
@ -220,9 +223,9 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>The port will depend on the FUSE library and handle <entry>The port will depend on the FUSE library and handle the
the dependency on the kernel module depending on the version dependency on the kernel module depending on the version of
of &os;.</entry> &os;.</entry>
</row> </row>
<row> <row>
@ -231,13 +234,12 @@
<entry>(none), <literal>lib</literal>, <literal>build</literal>, <entry>(none), <literal>lib</literal>, <literal>build</literal>,
<literal>run</literal></entry> <literal>run</literal></entry>
<entry>Uses <package role="port">devel/gettext</package>. <entry>Uses <package role="port">devel/gettext</package>. By
By default, with no arguments or with the default, with no arguments or with the <literal>lib</literal>
<literal>lib</literal> argument, implies argument, implies <command>gettext</command> with build-time and
<command>gettext</command> with build-time and run-time run-time dependencies. <literal>build</literal> implies a
dependencies. <literal>build</literal> implies a build-time build-time dependency, and <literal>run</literal> implies a
dependency, and <literal>run</literal> implies a run-time run-time dependency.</entry>
dependency.</entry>
</row> </row>
<row> <row>
@ -255,11 +257,10 @@
<entry>(none), <literal>lib</literal>, <literal>build</literal>, <entry>(none), <literal>lib</literal>, <literal>build</literal>,
<literal>patch</literal></entry> <literal>patch</literal></entry>
<entry>Uses <command>iconv</command> <entry>Uses <command>iconv</command> functions, either from the port
functions, either from the port <package role="port">converters/libiconv</package> as a build-time
<package role="port">converters/libiconv</package> as a build-time and and run-time dependency, or from the base system on 10-CURRENT
run-time dependency, or from the base system on 10-CURRENT after a after a native <command>iconv</command> was committed in
native <command>iconv</command> was committed in
<revnumber>254273</revnumber>. By default, with no arguments or <revnumber>254273</revnumber>. By default, with no arguments or
with the <literal>lib</literal> argument, implies with the <literal>lib</literal> argument, implies
<command>iconv</command> with build-time and run-time <command>iconv</command> with build-time and run-time
@ -342,10 +343,10 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>Uses <entry>Uses <package role="port">devel/open-motif</package> as a
<package role="port">devel/open-motif</package> as a library dependency. End library dependency. End users can set
users can set <varname>WANT_LESSTIF</varname> for the dependency <varname>WANT_LESSTIF</varname> for the dependency to be on
to be on <package role="port">devel/lesstif</package> instead of <package role="port">devel/lesstif</package> instead of
<package role="port">devel/open-motif</package>.</entry> <package role="port">devel/open-motif</package>.</entry>
</row> </row>
@ -355,9 +356,8 @@
<entry>(none), <literal>base</literal>, <entry>(none), <literal>base</literal>,
<literal>port</literal></entry> <literal>port</literal></entry>
<entry>Uses <entry>Uses <application>ncurses</application>, and causes some
<application>ncurses</application>, and causes some useful useful variables to be set.</entry>
variables to be set.</entry>
</row> </row>
<row> <row>
@ -376,10 +376,11 @@
<entry><literal>al</literal>, <literal>soft</literal> (default), <entry><literal>al</literal>, <literal>soft</literal> (default),
<literal>si</literal>, <literal>alut</literal></entry> <literal>si</literal>, <literal>alut</literal></entry>
<entry>Uses <application>OpenAL</application>. The backend can be specified, <entry>Uses <application>OpenAL</application>. The backend can be
with the software implementation as the default. The user can specify a specified, with the software implementation as the default. The
preferred backend with the <varname>WANT_OPENAL</varname> knob. Valid user can specify a preferred backend with the
values for this knob are <literal>soft</literal> (default) and <varname>WANT_OPENAL</varname> knob. Valid values for this knob
are <literal>soft</literal> (default) and
<literal>si</literal>.</entry> <literal>si</literal>.</entry>
</row> </row>
@ -399,8 +400,8 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>Depends on <application>Perl</application>. <entry>Depends on <application>Perl</application>. These variables
These variables can be set: can be set:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -450,10 +451,9 @@
<entry>(none), <literal>build</literal>, <literal>run</literal>, <entry>(none), <literal>build</literal>, <literal>run</literal>,
<literal>both</literal></entry> <literal>both</literal></entry>
<entry>Uses <package role="port">devel/pkgconf</package>. <entry>Uses <package role="port">devel/pkgconf</package>. With no
With no arguments or with the arguments or with the <literal>build</literal> argument, it
<literal>build</literal> argument, it implies implies <command>pkg-config</command> as a build-time dependency.
<command>pkg-config</command> as a build-time dependency.
<literal>run</literal> implies a run-time dependency and <literal>run</literal> implies a run-time dependency and
<literal>both</literal> implies both run-time and build-time <literal>both</literal> implies both run-time and build-time
dependencies.</entry> dependencies.</entry>
@ -464,9 +464,9 @@
<entry>(none), <literal>ffi</literal></entry> <entry>(none), <literal>ffi</literal></entry>
<entry>Uses <package role="port">lang/pure</package>. <entry>Uses <package role="port">lang/pure</package>. Largely used
Largely used for building related <application>pure</application> for building related <application>pure</application> ports. With
ports. With the <literal>ffi</literal> argument, it implies the <literal>ffi</literal> argument, it implies
<package role="port">devel/pure-ffi</package> as a run-time <package role="port">devel/pure-ffi</package> as a run-time
dependency.</entry> dependency.</entry>
</row> </row>
@ -477,9 +477,9 @@
<entry>(none), <literal>build</literal>, <literal>run</literal>, <entry>(none), <literal>build</literal>, <literal>run</literal>,
<literal>both</literal>, <literal>vars</literal></entry> <literal>both</literal>, <literal>vars</literal></entry>
<entry>Uses <package role="port">mail/qmail</package>. <entry>Uses <package role="port">mail/qmail</package>. With the
With the <literal>build</literal> argument, <literal>build</literal> argument, it implies
it implies <command>qmail</command> as a build-time dependency. <command>qmail</command> as a build-time dependency.
<literal>run</literal> implies a run-time dependency. Using no <literal>run</literal> implies a run-time dependency. Using no
argument or the <literal>both</literal> argument implies both argument or the <literal>both</literal> argument implies both
run-time and build-time dependencies. <literal>vars</literal> run-time and build-time dependencies. <literal>vars</literal>
@ -491,9 +491,8 @@
<entry>(none), <literal>norecursive</literal></entry> <entry>(none), <literal>norecursive</literal></entry>
<entry>Uses <application>QMake</application> for <entry>Uses <application>QMake</application> for configuring. For
configuring. For more information see more information see <xref linkend="using-qmake"/>.</entry>
<xref linkend="using-qmake"/>.</entry>
</row> </row>
<row> <row>
@ -501,10 +500,9 @@
<entry>(none), port</entry> <entry>(none), port</entry>
<entry>Uses <entry>Uses <application>readline</application> as library
<application>readline</application> as library dependency, and dependency, and sets <varname>CPPFLAGS</varname> and
sets <varname>CPPFLAGS</varname> and <varname>LDFLAGS</varname> as <varname>LDFLAGS</varname> as necessary.</entry>
necessary.</entry>
</row> </row>
<row> <row>
@ -512,14 +510,13 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>Uses <entry>Uses <application>update-mime-database</application> from
<application>update-mime-database</application> from <package role="port">misc/shared-mime-info</package>. This uses
<package role="port">misc/shared-mime-info</package>. This uses will will automatically add a post-install step in such a way that the
automatically add a post-install step in such a way that the port port itself still can specify there own post-install step if
itself still can specify there own post-install step if needed. needed. It also insert lines into the plist for package install
It also insert lines into the plist for package install and and removal to run <application>update-mime-data</application>
removal to run <application>update-mime-data</application> with with the correct arguments.</entry>
the correct arguments.</entry>
</row> </row>
<row> <row>
@ -547,23 +544,24 @@
<entry><literal>PORT</literal></entry> <entry><literal>PORT</literal></entry>
<entry>Add a dependency on <application>Tcl</application>. The <entry>Add a dependency on <application>Tcl</application>. The
<literal>PORT</literal> parameter can be either <literal>tcl</literal> <literal>PORT</literal> parameter can be either
or <literal>tk</literal>. Either a version or wrapper dependency <literal>tcl</literal> or <literal>tk</literal>. Either a version
can be appended using <literal>PORT:version</literal> or or wrapper dependency can be appended using
<literal>PORT:version</literal> or
<literal>PORT:wrapper</literal>. The version can be empty, one or <literal>PORT:wrapper</literal>. The version can be empty, one or
more exact version numbers (currently <literal>84</literal>, more exact version numbers (currently <literal>84</literal>,
<literal>85</literal>, or <literal>86</literal>), or a minimal <literal>85</literal>, or <literal>86</literal>), or a minimal
version number (currently <literal>84+</literal>, version number (currently <literal>84+</literal>,
<literal>85+</literal> or <literal>86+</literal>). A build- or <literal>85+</literal> or <literal>86+</literal>). A build- or
run-time only dependency can be specified using run-time only dependency can be specified using
<literal>PORT,build</literal> or <literal>PORT,run</literal>. After <literal>PORT,build</literal> or <literal>PORT,run</literal>.
including <filename>bsd.port.pre.mk</filename> the port can inspect After including <filename>bsd.port.pre.mk</filename> the port can
the results using these variables: inspect the results using these variables:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para><varname>TCL_VER</varname>: chosen major.minor version of <para><varname>TCL_VER</varname>: chosen major.minor version
<application>Tcl</application></para> of <application>Tcl</application></para>
</listitem> </listitem>
<listitem> <listitem>
@ -609,8 +607,8 @@
<entry>Same as arguments for <literal>tcl</literal></entry> <entry>Same as arguments for <literal>tcl</literal></entry>
<entry>Small wrapper when using both <application>Tcl</application> <entry>Small wrapper when using both <application>Tcl</application>
and <application>Tk</application>. The same variables are returned and <application>Tk</application>. The same variables are
as when using <application>Tcl</application>.</entry> returned as when using <application>Tcl</application>.</entry>
</row> </row>
<row> <row>
@ -729,8 +727,9 @@
<entry>(none)</entry> <entry>(none)</entry>
<entry>Uses <package role="port">www/zope</package>. <entry>Uses <package role="port">www/zope</package>. Mostly used
Mostly used for building <application>zope</application> related for building <application>zope</application> related ports.
ports. <varname>ZOPE_VERSION</varname> can be used by a port to <varname>ZOPE_VERSION</varname> can be used by a port to indicate
indicate that a specific version of <application>zope</application> shall be used.</entry> that a specific version of <application>zope</application> shall
be used.</entry>
</row> </row>