Whitespace-only cleanup, translators please ignore.

This commit is contained in:
Warren Block 2014-02-16 02:10:29 +00:00
parent 21a4722a83
commit 60480178de
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43952

View file

@ -4,7 +4,9 @@
$FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="quick-porting">
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="quick-porting">
<title>Quick Porting</title>
@ -140,10 +142,9 @@ WWW: http://www.oneko.org/</programlisting>
is also called the <quote>packing list</quote> because the
package is generated by packing the files listed here. The
pathnames are relative to the installation prefix (usually
<filename>/usr/local</filename>.
If the
port creates directories during installation, make sure to
add <literal>@dirrm</literal> lines to remove them when the
<filename>/usr/local</filename>. If the port creates
directories during installation, make sure to add
<literal>@dirrm</literal> lines to remove them when the
package is deleted.</para>
<para>Here is a small example:</para>
@ -195,7 +196,6 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
unset if a port installs no directories of its own.</para>
<note>
<para>Several ports can share a common directory. In that
case, <varname>PLIST_DIRS</varname> should be replaced by
<varname>PLIST_DIRSTRY</varname> so that the directory is
@ -340,8 +340,8 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
<sect1 xml:id="porting-submitting">
<title>Submitting the New Port</title>
<para>Before submitting the new port, read
the <link linkend="porting-dads">DOs and DON'Ts</link>
<para>Before submitting the new port, read the
<link linkend="porting-dads">DOs and DON'Ts</link>
section.</para>
<para>Once happy with your port, the only thing remaining is to
@ -358,20 +358,18 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
<command>shar `find oneko` &gt; oneko.shar</command></para>
<para>Include <filename>oneko.shar</filename> in a bug
report and send it with &man.send-pr.1;. See
<link
report and send it with &man.send-pr.1;. See <link
xlink:href="&url.articles.contributing;/contrib-how.html#CONTRIB-GENERAL">Bug
Reports and General Commentary</link> for more information
about &man.send-pr.1;.</para>
<para>Classify the bug report as Category
<literal>ports</literal> and Class
<literal>change-request</literal>. Do
<emphasis>not</emphasis> mark the report
<literal>confidential</literal>! Add a short description of
the program to the Description field of the PR (perhaps a
short version of the <varname>COMMENT</varname>), and add the
<filename>.shar</filename> file to the Fix field.</para>
<literal>change-request</literal>. Do <emphasis>not</emphasis>
mark the report <literal>confidential</literal>! Add a short
description of the program to the Description field of the PR
(perhaps a short version of the <varname>COMMENT</varname>), and
add the <filename>.shar</filename> file to the Fix field.</para>
<note>
<para>Giving a good description in the synopsis of the problem
@ -402,4 +400,3 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
&os; Contributors</link> and other files.</para>
</sect1>
</chapter>