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