In the name of Michèle Garoche - [TRANSLATIO N: uguide.en.xml"], [COMMITS: uguide.en.xml"] s econd and last chunk

"D. Höhn" <[email protected]>
Newsgroups gmane.os.apple.fink.core,gmane.os.apple.fink.devel,gmane.os.apple.fink.i18n
Message-ID <[email protected]>
Since the commits mail fails, but not the commit itself, here are the 
changes (second and last  chunk), sorry for the trouble:

[QUOTE]

Index: uguide.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/users-guide/uguide.en.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -r1.17 -r1.18
6c6
<   <cvsid>$Id: uguide.en.xml,v 1.17 2004/10/21 08:48:47 michga Exp 
$</cvsid>
---
 >   <cvsid>$Id: uguide.en.xml,v 1.18 2004/10/21 10:20:09 michga Exp 
$</cvsid>
560c560,580
< </p>
---
 >       </p>
 >       <p>
 > For <code>fink</code> versions since 0.23.0 you can tell it to try to 
download
 > pre-compiled binary packages, if available, instead of building them. 
Just pass
 > the <xref chapter="usage" section="options">--use-binary-dist (or -b)
 > option</xref> to <code>fink</code>. This can save you a lot of time. E.g.
 > calling
 >       </p>
 >       <codeblock>fink --use-binary-dist install wget-ssl</codeblock>
 >       <p>or</p>
 >       <codeblock>fink -b install wget-ssl</codeblock>
 >       <p>
 > will first download all dependencies for wget-ssl that are available 
from the
 > binary distribution and only build the remainder from source. This 
option can
 > also be enabled permanently in the <xref chapter="conf">Fink 
configuration
 > file</xref> (fink.conf) or by running the command <code>fink 
configure</code>.
 >       </p>
 >       <p>
 > More details about the <code>fink</code> tool are available in the 
chapter
 > <xref chapter="usage">"Using the fink Tool from the Command Line"</xref>.
 >       </p>
739,740c759,774
< packages.  If you are using Fink commander, then follow the <xref 
section="bin">binary</xref> instructions, followed by those for <xref 
section="src">source</xref>.
< </p>
---
 > packages.
 >                 </p>
 >       <p>
 > Starting with fink 0.23.0 using the UseBinaryDist option (settable 
via the
 > <xref chapter="usage" section="options">--use-binary-dist (or -b) 
option</xref>
 > or in the <xref chapter="conf">Fink configuration file</xref>) both 
source and
 > binary descriptions will be updated if you call <code>fink 
selfupdate</code>.
 > In this case you don't need a separate <code>apt-get</code> call anymore.
 >      </p>
 >       <p>
 > If you are using Fink Commander select Binary-&gt;Update descriptions 
to update
 > the package list, and then Binary-&gt;Dist-Upgrade packages to update 
to new
 > versions. After that do Source-&gt;Selfupdate to download new package
 > information files, and then Source-&gt;Update-all (see previous 
sections for
 > details).
 >       </p>
952a987,1014
 >         <li>
 >           <p>
 >             <em>SelfUpdateMethod:</em> point, rsync or cvs</p>
 >           <p>
 > Fink can use some different methods to update the package info files.
 > <em>rsync</em> is the recommended setting, it uses rsync to download only
 > modified files in the trees that you have enabled. Note that if you have
 > changed or added to files in the stable or unstable trees, using 
rsync will
 > delete them. Make a backup first. <em>cvs</em> will download using 
anonymous or
 > :ext: cvs access from the fink repository. This has the disadvantage 
that cvs
 > can not switch mirrors, if the server is unavailable you will not be 
able to
 > update. <em>point</em> will download only the latest released version 
of the
 > packages. It is not recommended as your packages may be quite out of 
date.
 >           </p>
 >         </li>
 >         <li>
 >           <p>
 >             <em>UseBinaryDist:</em> boolean</p>
 >           <p>
 > Causes fink to try to download pre-compiled binary packages from the 
binary
 > distribution if available and if the binary package is not already on the
 > system. This can save a lot of installation time and it is therefore
 > recommended to set this option. Passing fink the
 > <xref chapter="usage">--use-binary-dist option</xref> has the same 
effect,
 > but only operates on that single fink invocation.
 > <em>Only available in fink newer than version 0.23.0</em>.
 >           </p>
 >         </li>
1119a1182,1208
 >     <section name="options">
 >       <title>Global options</title>
 >       <p>
 > There are some options, which apply to all fink fink commands. If you
 > type <code>fink --help</code> you get the list of options:
 >       </p>
 >       <codeblock>
 > -h, --help            - display this help text
 > -q, --quiet           - causes fink to be less verbose, opposite of 
--verbose
 > -V, --version         - display version information
 > -v, --verbose         - causes fink to be more verbose, opposite of 
--quiet
 > -y, --yes             - assume default answer for all interactive 
questions
 > -b, --use-binary-dist - download pre-compiled packages from the binary
 >                           distribution if available
 >       </codeblock>
 >       <p>
 > Most of these options are self-explanatory. They can also be set in the
 > <xref chapter="conf">Fink configuration file</xref> (fink.conf) if 
you want
 > to set them permanently and not just for that invocation of 
<code>fink</code>.
 >       </p>
 >       <p>
 > The <code>--use-binary-dist</code> option causes <code>fink</code> to 
try to
 > download pre-compiled binary packages from the binary distribution if 
available
 > and if the binary package is not already on the system. (Only 
available in
 > <code>fink</code> newer than version 0.23.0)
 >       </p>
 >     </section>
1132a1222,1226
 >       <p>
 > If you add the <xref section="options">--use-binary-dist option</xref>
 > <code>fink</code> will try to download binary packages, if available, 
instead
 > of building them. This can save a lot of installation time.
 >       </p>
1153a1248,1251
 >       <p>
 > The <xref section="options">--use-binary-dist option</xref> is also
 > applicable here.
 >       </p>
1262a1361,1363
 >       <p>
 > The <xref section="options">--use-binary-dist option</xref> is 
applicable here.
 >       </p>
1269a1371,1373
 >       <p>
 > The <xref section="options">--use-binary-dist option</xref> is 
applicable here.
 >       </p>
1296a1401,1404
 >       <p>
 > I the <xref section="options">--use-binary-dist option</xref> is enabled
 > the list of available packages in the binary distribution is also 
updated.
 >       </p>
1327a1436,1439
 >       <p>
 > If the <xref section="options">--use-binary-dist option</xref> is enabled
 > obsolete downloaded binary packages are also deleted.
 >       </p>

[/QUOTE]


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.