Fix whitespace-only issues found with 'igor -RZ'. Translators, please

ignore.
This commit is contained in:
Warren Block 2013-07-07 18:32:15 +00:00
parent 2b8f29a84c
commit 2e3ad8306b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42188
2 changed files with 55 additions and 48 deletions
en_US.ISO8859-1/books/porters-handbook

View file

@ -5768,11 +5768,11 @@ CMAKE_SOURCE_PATH= &dollar;{WRKSRC}/subproject</programlisting>
<title>Basic Usage</title>
<para>If your port requires <literal>gettext</literal>, set
<literal>USES= gettext</literal>, and your
port will inherit a dependency on <filename
role="package">devel/gettext</filename>. Other values for
<literal>gettext</literal> usage are listed in <xref
linkend="uses-values"/>.</para>
<literal>USES= gettext</literal>, and your port will inherit
a dependency on
<filename role="package">devel/gettext</filename>. Other
values for <literal>gettext</literal> usage are listed in
<xref linkend="uses-values"/>.</para>
<para>A rather common case is a port using
<literal>gettext</literal> and <command>configure</command>.
@ -15743,8 +15743,8 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
<entry>901501</entry>
<entry>November 11, 2012</entry>
<entry>9.1-STABLE after LIST_PREV() added to queue.h
(rev <svnref>242893</svnref>) and KBI change in USB
serial devices (rev <svnref>240659</svnref>).</entry>
(rev <svnref>242893</svnref>) and KBI change in USB
serial devices (rev <svnref>240659</svnref>).</entry>
</row>
<row>
@ -16011,8 +16011,8 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
<row>
<entry>1000028</entry>
<entry>February 13, 2013</entry>
<entry>10-CURRENT after USB moved to the driver structure
requiring a rebuild of all USB modules (rev
<entry>10-CURRENT after USB moved to the driver
structure requiring a rebuild of all USB modules (rev
<svnref>246759</svnref>).</entry>
</row>

View file

@ -19,8 +19,9 @@
<row>
<entry><literal>ada</literal></entry>
<entry>(none)</entry>
<entry>Depends on an <application>Ada</application>-capable compiler, and
sets <makevar>CC</makevar> accordingly.</entry>
<entry>Depends on an <application>Ada</application>-capable
compiler, and sets <makevar>CC</makevar> accordingly.</entry>
</row>
<row>
@ -39,12 +40,12 @@
<row>
<entry><literal>charsetfix</literal></entry>
<entry>(none)</entry>
<entry>Prevents the port from installing <filename>charset.alias</filename>.
This should be installed only by
<filename role="package">converters/libiconv</filename>.
<makevar>CHARSETFIX_MAKEFILEIN</makevar> can be set to a path relative
to <makevar>WRKSRC</makevar> if <filename>charset.alias</filename> is
not installed by
<entry>Prevents the port from installing
<filename>charset.alias</filename>. This should be installed only
by <filename role="package">converters/libiconv</filename>.
<makevar>CHARSETFIX_MAKEFILEIN</makevar> can be set to a path
relative to <makevar>WRKSRC</makevar> if
<filename>charset.alias</filename> is not installed by
<makevar>WRKSRC</makevar>/<filename>Makefile.in</filename>.</entry>
</row>
@ -64,12 +65,12 @@
<entry>Implies that the port uses the
<application>update-desktop-database</application> from
<filename role="package">devel/desktop-file-utils</filename>.
This uses will automatically add a post-install step in such a way
that the port itself still can specify there own post-install step
if needed. It also insert lines into the plist for package
install and removal to run
<application>update-desktop-database</application>.</entry>
<filename role="package">devel/desktop-file-utils</filename>. An
extra post-install step will be run without interfering with any
post-install steps already in the port
<filename>Makefile</filename>. Lines will be inserted into the
plist to run <application>update-desktop-database</application> on
package install or removal.</entry>
</row>
<row>
@ -85,11 +86,12 @@
<entry><literal>gettext</literal></entry>
<entry>(none), <literal>lib</literal>, <literal>build</literal>,
<literal>run</literal></entry>
<entry>Implies that the port uses <filename
role="package">devel/gettext</filename> in one way or another. By
default, with no arguments or with the <literal>lib</literal>
argument, implies <command>gettext</command> with build-time and
run-time dependencies, <literal>build</literal> implies a build-time
<entry>Implies that the port uses
<filename role="package">devel/gettext</filename> in one way or
another. By default, with no arguments or with the
<literal>lib</literal> argument, implies
<command>gettext</command> with build-time and run-time
dependencies, <literal>build</literal> implies a build-time
dependency, and <literal>run</literal> implies a run-time
dependency.</entry>
</row>
@ -99,15 +101,16 @@
<entry>(none)</entry>
<entry>Implies that the port uses <filename
role="package">converters/libiconv</filename> as build-time and
run-time dependency.
</entry>
run-time dependency.</entry>
</row>
<row>
<entry><literal>ncurses</literal></entry>
<entry>(none), <literal>base</literal>, <literal>port</literal></entry>
<entry>Implies that the port uses <application>ncurses</application>, and
causes some useful variables to be set.</entry>
<entry>(none), <literal>base</literal>,
<literal>port</literal></entry>
<entry>Implies that the port uses
<application>ncurses</application>, and causes some useful
variables to be set.</entry>
</row>
<row>
@ -151,9 +154,10 @@
<row>
<entry><literal>readline</literal></entry>
<entry>(none), port</entry>
<entry>Implies that the port uses <application>readline</application> as
library dependency, and sets <makevar>CPPFLAGS</makevar> and
<makevar>LDFLAGS</makevar> as necessary.</entry>
<entry>Implies that the port uses
<application>readline</application> as library dependency, and
sets <makevar>CPPFLAGS</makevar> and <makevar>LDFLAGS</makevar> as
necessary.</entry>
</row>
<row>
@ -174,23 +178,26 @@
<row>
<entry><literal>shebangfix</literal></entry>
<entry>(none)</entry>
<entry>A lot of software uses incorrect locations for script interpreters,
most notably <filename>/usr/bin/perl</filename> and
<filename>/bin/bash</filename>. This fixes shebang lines in scripts
listed in <makevar>SHEBANG_FILES</makevar>. Currently
<application>Perl</application>, <application>Python</application>,
<entry>A lot of software uses incorrect locations for script
interpreters, most notably <filename>/usr/bin/perl</filename> and
<filename>/bin/bash</filename>. This fixes shebang lines in
scripts listed in <makevar>SHEBANG_FILES</makevar>. Currently
<application>Perl</application>,
<application>Python</application>,
<application>Bash</application>, <application>Ruby</application>,
and <application>PHP</application> are supported by default.
To support another interpreter, set <makevar>SHEBANG_LANG</makevar>
(for example <literal><makevar>SHEBANG_LANG</makevar>=lua</literal>), then
<makevar>lua_OLD_CMD</makevar> and <makevar>lua_CMD</makevar>.</entry>
and <application>PHP</application> are supported by default. To
support another interpreter, set <makevar>SHEBANG_LANG</makevar>
(for example
<literal><makevar>SHEBANG_LANG</makevar>=lua</literal>), then
<makevar>lua_OLD_CMD</makevar> and
<makevar>lua_CMD</makevar>.</entry>
</row>
<row>
<entry><literal>zenoss</literal></entry>
<entry>(none)</entry>
<entry>Implies the port uses <filename
role="package">net-mgmt/zenoss</filename> in one way or another,
but largely is used for building zenoss related zenpack
<entry>Implies the port uses
<filename role="package">net-mgmt/zenoss</filename> in one way or
another, but largely is used for building zenoss related zenpack
ports.</entry>
</row>