Fwd: web/xml/users-guide uguide.en.xml,1.29,1.30

"Alexander K. Hansen" <[email protected]> Sat, 21 May 2005 07:31:53 -0400
Newsgroups gmane.os.apple.fink.i18n
Message-ID <[email protected]>
Sorry for the delay: I went to bed while I was committing the PHP and 
HTML.

--AH

Begin forwarded message:

> From: Alexander Hansen <[email protected]>
> Date: May 20, 2005 9:26:39 PM EDT
> To: [email protected]
> Subject: web/xml/users-guide uguide.en.xml,1.29,1.30
> Reply-To: [email protected]
>
> Update of /cvsroot/fink/web/xml/users-guide
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15065
>
> Modified Files:
> 	uguide.en.xml
> Log Message:
> Add stuff in Chapter 6 (man fink) that somehow got left out last 
> update.
>
> Also, add descriptions of selfupdate-cvs and selfupdate-rsync.  Maybe 
> the
> manpage needs these?
>
>
> Index: uguide.en.xml
> ===================================================================
> RCS file: /cvsroot/fink/web/xml/users-guide/uguide.en.xml,v
> retrieving revision 1.29
> retrieving revision 1.30
> diff -u -d -r1.29 -r1.30
> --- uguide.en.xml	1 Apr 2005 16:08:57 -0000	1.29
> +++ uguide.en.xml	21 May 2005 01:26:36 -0000	1.30
> @@ -1,4 +1,4 @@
> -<?xml version="1.0" encoding="ISO-8859-1"?>
> +<?xml version="1.0" encoding="UTF-8"?>
>  <!DOCTYPE document SYSTEM "../finkdoc.dtd">
>  <document filename="index" lang="en">
>    <title>Fink User's Guide</title>
> @@ -1199,7 +1199,7 @@
>  There are some options, which apply to all fink commands. If you
>  type <code>fink --help</code> you get the list of options:
>        </p>
> -      <p>(as of <code>fink-0.24.1</code>)</p>
> +      <p>(as of <code>fink-0.24.6</code>)</p>
>        <codeblock>-h, --help            - display this help text
>  -q, --quiet           - causes fink to be less verbose, opposite of 
> --verbose
>  -V, --version         - display version information
> @@ -1302,6 +1302,8 @@
>   i   latest version is installed
>  (i)  installed, but a newer version is available
>   p   a virtual package provided by a package that is 
> installed</codeblock>
> +      <p> The version column always lists the latest (highest) 
> version known for the package, regardless of what version (if any) you 
> have installed.  To see all versions of a package available on your 
> sys-
> +           tem, use the <xref section="dumpinfo">dumpinfo</xref> 
> command.</p>
>        <p>
>  There are also some flags for the <code>fink list</code> command
>  </p>
> @@ -1319,7 +1321,7 @@
>  	  Show only packages which are up to date.
>  -n,--notinstalled
>  	  Show packages which are not currently installed.
> --s=expr,--section=expr
> +-s expr,--section=expr
>  	  Show only packages in the sections matching the regular
>  	  expression expr.
>  -m expr,--maintainer=expr
> @@ -1378,8 +1380,18 @@
>      </section>
>      <section name="fetch">
>        <title>fetch</title>
> -      <p>Downloads the named packages, but does not install it. This 
> command
> +      <p>Downloads the named packages, but does not install them. 
> This command
>  will download the tarballs even if they were downloaded before.</p>
> +      <p>The following flags can be used with the <code>fetch</code> 
> command:</p>
> +      <codeblock>-h,--help		Show the options which are available.
> +-i,--ignore-restrictive	Do not fetch packages that are 
> &amp;quot;License: Restrictive&amp;quot;.
> +                      	Useful for mirrors, because some restrictive 
> packages
> +                      	do not allow source mirroring.
> +-d,--dry-run		Just display information about the file(s) that would
> +			be downloaded for the package(s) to be fetched; do not
> +			actually download anything.
> +-r,--recursive		Also fetch packages that are dependencies of the
> +			package(s) to be fetched.</codeblock>
>      </section>
>      <section name="fetch-all">
>        <title>fetch-all</title>
> @@ -1441,7 +1453,7 @@
>  	available. It then downloads the package descriptions and updates
>  	the core packages, including <code>fink</code> itself. This command 
> can upgrade
>  	to regular releases, but it can also setup your 
> <filename>/sw/fink/dists</filename>
> -	directory tree for direct CVS updates.  This means that you then
> +	directory tree for direct CVS or rsync updates, if you select one of 
> those options the first time this command is run.  This means that you 
> then
>  	will be able to access the very latest revisions of all packages.
>  </p>
>        <p>
> @@ -1449,6 +1461,17 @@
>  the list of available packages in the binary distribution is also 
> updated.
>        </p>
>      </section>
> +    <section name="selfupdate-cvs">
> +      <title>selfupdate-rsync</title>
> +      <p>Use this command to make <code>fink selfupdate</code> use 
> rsync to update its package list.</p>
> +      <p>This is the recommended way to use Fink when building from 
> source.</p>
> +      <p><em>Note:</em>  rsync updates only update the active <xref 
> chapter="conf" section="optional">trees</xref> (e.g. if unstable isn't 
> turned on in <code>fink.conf</code> the list of unstable packages 
> won't be updated.</p>
> +    </section>
> +    <section name="selfupdate-cvs">
> +      <title>selfupdate-cvs</title>
> +      <p>Use this command to make <code>fink selfupdate</code> use 
> CVS access to update its package list.</p>
> +      <p>CVS updating is deprecated, except for developers and those 
> people who are behind firewalls that disallow rsync.</p>
> +    </section>
>      <section name="index">
>        <title>index</title>
>        <p>
> @@ -1514,7 +1537,7 @@
>      <section name="show-deps">
>        <title>show-deps</title>
>        <p>Only available in fink-0.23-6 and later.</p>
> -<p>Displays a human-readable list of the compile-time (build) and run-
> +      <p>Displays a human-readable list of the compile-time (build) 
> and run-
>             time (installation) dependencies of the listed 
> package(s).</p>
>      </section>
>      <!-- 'fink snapshot' will not be included in 0.24
>
>
>