Wrap long lines, and remove eol-whitespace.

Translators please ignore this change.
This commit is contained in:
Giorgos Keramidas 2002-09-08 01:01:42 +00:00
parent 17cc9c98a8
commit eecc7b09b2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14209

View file

@ -123,10 +123,10 @@
<listitem><para>This file contains the free space on each disc <listitem><para>This file contains the free space on each disc
and whether packages, distfiles, or both are allowed on any and whether packages, distfiles, or both are allowed on any
given disc. The first column is the disc name. It must be given disc. The first column is the disc name. It must be
of the form <literal>disc[0-9a-z]</literal>. Currently it is setup to allow of the form <literal>disc[0-9a-z]</literal>. Currently it is setup
for 10 discs (4 for the release set and 6 for the toolkit). to allow for 10 discs (4 for the release set and 6 for the toolkit).
There is an implied extra disc called <quote>scratch</quote> where all of There is an implied extra disc called <quote>scratch</quote> where
the remaining distfiles/packages land if they do not fit all of the remaining distfiles/packages land if they do not fit
elsewhere. The second column can be either a 1 or 0, where 1 elsewhere. The second column can be either a 1 or 0, where 1
says that it is okay to place packages on this disc. The says that it is okay to place packages on this disc. The
third column works the same way, but it controls third column works the same way, but it controls
@ -150,8 +150,8 @@
<term><filename>checkdeps.pl</filename></term> <term><filename>checkdeps.pl</filename></term>
<listitem><para>Makes sure all packages dependencies are <listitem><para>Makes sure all packages dependencies are
satisfied given an <filename>INDEX</filename> file and a directory of satisfied given an <filename>INDEX</filename> file and a directory
packages.</para></listitem> of packages.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -176,11 +176,11 @@
<varlistentry> <varlistentry>
<term><filename>scrubindex.pl</filename></term> <term><filename>scrubindex.pl</filename></term>
<listitem><para>This script removes lines from an <filename>INDEX</filename> file <listitem><para>This script removes lines from an
for packages that are not present. It also removes the <filename>INDEX</filename> file for packages that are not present.
XFree86 dependencies. NOTE: you will need to tweak the value It also removes the XFree86 dependencies. NOTE: you will need to
of the <varname>xdep</varname> variable to make sure the version number is tweak the value of the <varname>xdep</varname> variable to make sure
correct.</para></listitem> the version number is correct.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -201,21 +201,21 @@
them want to contain packages, distfiles, both, or them want to contain packages, distfiles, both, or
neither.</para></listitem> neither.</para></listitem>
<listitem><para>Make sure you remove the <varname>gen</varname> directory if <listitem><para>Make sure you remove the <varname>gen</varname>
there is an old one laying around. This directory contains directory if there is an old one laying around. This directory
working files that will only be valid for the current contains working files that will only be valid for the current
split.</para></listitem> split.</para></listitem>
<listitem><para>On your first pass through a split it is best to <listitem><para>On your first pass through a split it is best to
fake the copying of packages and distfiles. This will save fake the copying of packages and distfiles. This will save
both time and diskspace while you do a couple of trial runs to both time and diskspace while you do a couple of trial runs to
make sure things fit, etc. In the make sure things fit, etc. In the
<filename>oneshot.pl</filename> set the <varname>fake</varname> variable <filename>oneshot.pl</filename> set the <varname>fake</varname>
to 1 and instead of actually copying the files it will variable to 1 and instead of actually copying the files it will
&man.touch.1; them. Be sure you turn this off or set <varname>fake</varname> to &man.touch.1; them. Be sure you turn this off or set
0 before you give the resultant discs to the person that will <varname>fake</varname> to 0 before you give the resultant discs to
be mastering the discs otherwise they will get a directory full the person that will be mastering the discs otherwise they will get a
of zero-sized files.</para></listitem> directory full of zero-sized files.</para></listitem>
<listitem><para>Make sure you have a recent copy of the <listitem><para>Make sure you have a recent copy of the
<filename>print-cdrom-packages.sh</filename> and that it is <filename>print-cdrom-packages.sh</filename> and that it is
@ -276,8 +276,9 @@
non-cdromable packages/distfiles. Most of the time you will non-cdromable packages/distfiles. Most of the time you will
want to answer (y)es here.</para></listitem> want to answer (y)es here.</para></listitem>
<listitem><para>Copies the <filename>INDEX</filename> from the <filename>ports</filename> directory to the <listitem><para>Copies the <filename>INDEX</filename> from the
<filename>gen</filename> directory. In doing so it removes the lines for ports <filename>ports</filename> directory to the <filename>gen</filename>
directory. In doing so it removes the lines for ports
where the packages do not exist. It also checks to make sure where the packages do not exist. It also checks to make sure
that all of the required dependency packages are that all of the required dependency packages are
present.</para></listitem> present.</para></listitem>
@ -301,9 +302,9 @@
<Filename>oneshot.pl</filename> and re-run <Filename>oneshot.pl</filename> and re-run
<command>./doit.sh</command>. The second and subsequent times <command>./doit.sh</command>. The second and subsequent times
around it will skip steps 1-5 above. If you want to re-run any around it will skip steps 1-5 above. If you want to re-run any
of those steps refer to <filename>doit.sh</filename> for which files need to be of those steps refer to <filename>doit.sh</filename> for which files
removed to not short-circuit those steps. If you want to repeat need to be removed to not short-circuit those steps. If you want to
all of these steps then the easiest way is to <command>rm -rf repeat all of these steps then the easiest way is to <command>rm -rf
gen</command>.</para> gen</command>.</para>
<para>Upon successful completion the packages/distfiles will be in <para>Upon successful completion the packages/distfiles will be in
@ -320,8 +321,8 @@
<listitem><para>This is a pretty common occurrence. You will <listitem><para>This is a pretty common occurrence. You will
either need to wait for a new set of packages where the either need to wait for a new set of packages where the
missing packages were built or get someone to re-start the missing packages were built or get someone to re-start the
package build for you. <emphasis>Do not</emphasis> attempt to build the missing package build for you. <emphasis>Do not</emphasis> attempt to build
packages on your own machine and add them into the fray. the missing packages on your own machine and add them into the fray.
While you might be able to get away with this if you are While you might be able to get away with this if you are
extremely careful the vast majority of the time you will miss extremely careful the vast majority of the time you will miss
some little detail and the simple process of adding a some little detail and the simple process of adding a
@ -333,11 +334,12 @@
<term>Required packages will not fit</term> <term>Required packages will not fit</term>
<listitem><para>This happens on occasion too and is relatively <listitem><para>This happens on occasion too and is relatively
easy to fix. Simply edit <filename>print-cdrom-packages.sh</filename> to move easy to fix. Simply edit
<filename>print-cdrom-packages.sh</filename> to move
packages around until they fit. Yes this is an iterative packages around until they fit. Yes this is an iterative
process and one of the reasons why you should enable <varname>fake</varname> in process and one of the reasons why you should enable
<filename>oneshot.pl</filename> until you have gotten <varname>fake</varname> in <filename>oneshot.pl</filename> until you
things the way you want them. Re-run have gotten things the way you want them. Re-run
<command>./doit.sh</command> after you made your <command>./doit.sh</command> after you made your
adjustments.</para></listitem> adjustments.</para></listitem>
</varlistentry> </varlistentry>