Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23889

Modified Files:
      Tag: dist-up-branch
        ChangeLog INSTALL INSTALL.html README README.html REVISION 
        USAGE VERSION postinstall.pl.in readme.en.html readme.fr.html 
        readme.ja.html readme.zh.html 
Log Message:
sync with HEAD, dist-up-branch-7

Index: INSTALL.html
===================================================================
RCS file: /cvsroot/fink/fink/INSTALL.html,v
retrieving revision 1.22
retrieving revision 1.22.6.1
diff -u -d -r1.22 -r1.22.6.1
--- INSTALL.html        2 Jan 2005 15:30:33 -0000       1.22
+++ INSTALL.html        14 Jun 2005 16:22:34 -0000      1.22.6.1
@@ -1,13 +1,13 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink 0.7.1 
Installation</title></head><body><h1 style="text-align: center;">Fink 0.7.1 
Installation</h1>
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink 0.8.0 
Installation</title></head><body><h1 style="text-align: center;">Fink 0.8.0 
Installation</h1>
 <p>
 These are the installation instructions for the "source" distribution
-of Fink 0.7.1, intended for use with OS X v.10.3 and later.  
+of Fink 0.8.0, intended for use with OS X v.10.3 and later.  
 The instructions
 can also be used for installation on OS X v.10.2 (replacing
-0.7.1 by 0.6.3 throughout the document) 
+0.8.0 by 0.6.3 throughout the document) 
 and for installation on OS X v.10.1
-(replacing 0.7.1 by 0.4.1a).
+(replacing 0.8.0 by 0.4.1a).
 </p><p>
 This document does not apply to the "<a 
href="http://fink.sourceforge.net/download/index.php";>binary</a>" distribution.
 </p><p>
@@ -36,7 +36,7 @@
 <h3><a name="install-fast.install">1.1 First Time Installation Fast
 Track</a></h3>
 <p>
-Start out by copying the <tt style="white-space: 
nowrap;">fink-0.7.1-full.tar.gz</tt>
+Start out by copying the <tt style="white-space: 
nowrap;">fink-0.8.0-full.tar.gz</tt>
 file to your home folder.
 Then, open Terminal.app and follow the session below.
 Computer output is in <tt style="white-space: nowrap;">normal face</tt>, your 
input is in
@@ -44,16 +44,16 @@
 The actual input prompts from the shell may vary, and some chunks of
 the output have been omitted (<tt style="white-space: nowrap;">...</tt>).
 </p>
-<pre>[frodo:~] testuser% <b>tar xzf fink-0.7.1-full.tar.gz</b>
-[frodo:~] testuser% <b>cd fink-0.7.1-full</b>
-[frodo:~/fink-0.7.1-full] testuser% <b>./bootstrap.sh /sw</b>
+<pre>[frodo:~] testuser% <b>tar xzf fink-0.8.0-full.tar.gz</b>
+[frodo:~] testuser% <b>cd fink-0.8.0-full</b>
+[frodo:~/fink-0.8.0-full] testuser% <b>./bootstrap.sh /sw</b>
 
 Welcome to Fink.
 
 ...
 Choose a method: [1] <b>1</b>
 
-sudo /Users/testuser/fink-0.7.1-full/bootstrap.pl .sudo '/sw'
+sudo /Users/testuser/fink-0.8.0-full/bootstrap.pl .sudo '/sw'
 Password:<b>(your normal password here)</b>
 ...
 OK, I'll ask you some questions and update the configuration file in
@@ -84,13 +84,8 @@
 
 You should now have a working Fink installation in '/sw'.
 
-Run 'source /sw/bin/init.csh ; rehash' to set up this Terminal's environment
-to use Fink. To make the software installed by Fink available in all of your
-shells, add 'source /sw/bin/init.csh' to the init script '.cshrc' in your
-home directory. Enjoy.
-
-[frodo:~/fink-0.7.1-full] testuser% <b>cd</b>
-[frodo:~] testuser% <b>rm -r fink-0.7.1-full</b>
+[frodo:~/fink-0.8.0-full] testuser% <b>cd</b>
+[frodo:~] testuser% <b>rm -r fink-0.8.0-full</b>
 [frodo:~] testuser% <b>/sw/bin/pathsetup.sh</b></pre>
 <p>
 The last command runs a little script to help set up your Unix paths
@@ -137,7 +132,7 @@
 
 <h3><a name="install-fast.update">1.2 Update Fast Track</a></h3>
 <p>
-Start out by copying the <tt style="white-space: 
nowrap;">fink-0.7.1-full.tar.gz</tt>
+Start out by copying the <tt style="white-space: 
nowrap;">fink-0.8.0-full.tar.gz</tt>
 file to your home folder.
 Then, open Terminal.app and follow the session below.
 Computer output is in <tt style="white-space: nowrap;">normal face</tt>, your 
input is in
@@ -145,9 +140,9 @@
 The actual input prompts from the shell may vary, and some chunks of
 the output have been omitted (<tt style="white-space: nowrap;">...</tt>).
 </p>
-<pre>[frodo:~] testuser% <b>tar xzf fink-0.7.1-full.tar.gz</b>
-[frodo:~] testuser% <b>cd fink-0.7.1-full</b>
-[frodo:~/fink-0.7.1-full] testuser% <b>./inject.pl /sw</b>
+<pre>[frodo:~] testuser% <b>tar xzf fink-0.8.0-full.tar.gz</b>
+[frodo:~] testuser% <b>cd fink-0.8.0-full</b>
+[frodo:~/fink-0.8.0-full] testuser% <b>./inject.pl /sw</b>
 sudo ./inject.pl /sw
 Password:<b>(your normal password here)</b>
 Copying package descriptions
@@ -156,8 +151,8 @@
 
 Your Fink installation in '/sw' was updated with new fink packages.
 
-[frodo:~/fink-0.7.1-full] testuser% <b>cd pkginfo</b>
-[frodo:~/fink-0.7.1-full/pkginfo] testuser% <b>./inject.pl /sw</b>
+[frodo:~/fink-0.8.0-full] testuser% <b>cd pkginfo</b>
+[frodo:~/fink-0.8.0-full/pkginfo] testuser% <b>./inject.pl /sw</b>
 sudo ./inject.pl /sw
 Copying...
 ...
@@ -166,8 +161,8 @@
 files. Use appropriate fink commands to update the packages, e.g. 'fink
 update-all'.
 
-[frodo:~/fink-0.7.1-full/pkginfo] testuser% <b>cd</b>
-[frodo:~] testuser% <b>rm -r fink-0.7.1-full</b>
+[frodo:~/fink-0.8.0-full/pkginfo] testuser% <b>cd</b>
+[frodo:~] testuser% <b>rm -r fink-0.8.0-full</b>
 [frodo:~] testuser% <b>fink update-all</b>
 ...</pre>
 
@@ -244,16 +239,16 @@
 
 <h3><a name="install-first.install">2.3 Installation</a></h3>
 <p>
-First, you need to unpack the fink-0.7.1-full.tar.gz tarball.
+First, you need to unpack the fink-0.8.0-full.tar.gz tarball.
 It is recommended that you do this from the command line -
 StuffIt Expander has a tendency to screw up text files.
 So, go to the directory where you put the tarball, and run this
 command:
 </p>
-<pre>tar xzf fink-0.7.1-full.tar.gz</pre>
+<pre>tar xzf fink-0.8.0-full.tar.gz</pre>
 <p>
-You now have a directory named fink-0.7.1-full.
-Change to it with <tt style="white-space: nowrap;">cd fink-0.7.1-full</tt>.
+You now have a directory named fink-0.8.0-full.
+Change to it with <tt style="white-space: nowrap;">cd fink-0.8.0-full</tt>.
 </p>
 <p>
 The actual installation is performed by the perl script
@@ -261,7 +256,7 @@
 It is accompanied by a small shell script, bootstrap.sh, which checks
 some basic requirements and then hands over control to the perl
 script.
-So, to start installation, go to the fink-0.7.1-full directory and run
+So, to start installation, go to the fink-0.8.0-full directory and run
 this command:
 </p>
 <pre>./bootstrap.sh</pre>
@@ -355,7 +350,7 @@
 
 <p>
 If you already have Fink 0.3.x installed, you can update your
-installation to 0.7.1 with the built-in 'selfupdate' command.
+installation to 0.8.0 with the built-in 'selfupdate' command.
 </p>
 
 
@@ -402,7 +397,7 @@
 
 <p>
 If you already have Fink 0.2.x installed, you can update your
-installation to 0.7.1 with this package.
+installation to 0.8.0 with this package.
 </p>
 <p>
 Actually, there are two pieces that are updated independently: the
@@ -414,7 +409,7 @@
 <h3><a name="install-up02.packman">4.1 Updating The Package Manager</a></h3>
 <p>
 To update the package manager, run the inject.pl script in the
-fink-0.7.1-full directory, like this:
+fink-0.8.0-full directory, like this:
 </p>
 <pre>./inject.pl</pre>
 <p>
@@ -432,7 +427,7 @@
 
 <h3><a name="install-up02.descriptions">4.2 Updating The Package 
Descriptions</a></h3>
 <p>
-If you downloaded the fink-0.7.1-full tarball, the package
+If you downloaded the fink-0.8.0-full tarball, the package
 descriptions are in the subdirectory pkginfo. To install them, run the
 inject.pl script in that directory:
 </p>
@@ -444,7 +439,7 @@
 </p>
 <p>
 You can also grab the package descriptions as a separate tarball,
-packages-0.7.1. If you did that, just unpack it and run the inject.pl
+packages-0.8.0. If you did that, just unpack it and run the inject.pl
 script inside.
 </p>
 <p>
@@ -539,4 +534,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: install.xml,v 1.20 2004/07/30 15:53:31 dmrrsn Exp 
$</i></p></body></html>
+<p>Generated from <i>$Fink: install.xml,v 1.21 2005/05/31 15:36:05 rangerrick 
Exp $</i></p></body></html>

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.323.2.5
retrieving revision 1.323.2.6
diff -u -d -r1.323.2.5 -r1.323.2.6
--- ChangeLog   28 May 2005 23:28:23 -0000      1.323.2.5
+++ ChangeLog   14 Jun 2005 16:22:34 -0000      1.323.2.6
@@ -1,3 +1,22 @@
+2005-06-09  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * postinstall.pl.in: must use full path for 10.4 tree symlink; also,
+       test for its presence before creating it
+
+2005-06-08  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * REVISION: no more versions for 10.2-gcc3.3
+
+2005-06-04  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * VERSION: Bumped package manager version to 0.24.7, a release
+       on branch_0_24
+
+2005-06-01  Benjamin Reed  <[EMAIL PROTECTED]>
+
+       * INSTALL, INSTALL.html: remove some faulty old csh junk from
+       the install doc.
+
 2005-05-25  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * postinstall.pl.in: Also warn about Spotlight in the postinstall.

Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.27.4.6
retrieving revision 1.27.4.7
diff -u -d -r1.27.4.6 -r1.27.4.7
--- postinstall.pl.in   28 May 2005 23:28:23 -0000      1.27.4.6
+++ postinstall.pl.in   14 Jun 2005 16:22:34 -0000      1.27.4.7
@@ -222,9 +222,9 @@
 
 if (not $distribution =~ /10.1/) {
   # For now, 10.4 should be a link to 10.4-transitional
-  if($distribution eq "10.4" and not -d "10.4") {
-    if (&execute("ln -sf 10.4-transitional 10.4")) {
-      print "ERROR: Can't create link from 10.4-transitional to 10.4\n";
+  if($distribution eq "10.4" and not -d "$basepath/fink/10.4" and not -l 
"$basepath/fink/10.4") {
+    if (&execute("ln -s 10.4-transitional $basepath/fink/10.4")) {
+      print "ERROR: Can't create link from 10.4-transitional to 
$basepath/fink/10.4\n";
       exit 1;
     }
   }

Index: USAGE
===================================================================
RCS file: /cvsroot/fink/fink/USAGE,v
retrieving revision 1.12
retrieving revision 1.12.18.1
diff -u -d -r1.12 -r1.12.18.1
--- USAGE       7 Mar 2004 21:00:58 -0000       1.12
+++ USAGE       14 Jun 2005 16:22:34 -0000      1.12.18.1
@@ -123,13 +123,13 @@
 
  fetch-all
 -----------
-Downloads _all_ package source files. Like fetch, this downloads the
-tarballs even when they were downloaded before.
+Downloads all package source files. Like fetch, this downloads the tarballs
+even when they were downloaded before.
 
 
  fetch-missing
 ---------------
-Downloads _all_ package source files. This command will only download files
+Downloads all package source files. This command will only download files
 that are not present on the system.
 
 
@@ -139,7 +139,7 @@
 downloaded if they can not be found. The result of this command is an
 installable .deb package file, which you can quickly install later with the
 install command. This command will do nothing if the .deb already exists.
-Note that dependencies are still _installed_, not just built.
+Note that dependencies are still installed, not just built.
 
 
  rebuild

Index: readme.ja.html
===================================================================
RCS file: /cvsroot/fink/fink/readme.ja.html,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- readme.ja.html      2 Jan 2005 15:30:33 -0000       1.4
+++ readme.ja.html      14 Jun 2005 16:22:34 -0000      1.4.10.1
@@ -8,6 +8,7 @@
 <a href="readme.es.html">Espa&ntilde;ol</a> | 
 <a href="readme.fr.html">Fran&ccedil;ais</a> | 
 &#26085;&#26412;&#35486; (Nihongo) | 
+<a href="readme.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 <a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> 
| 
 </td>
 </tr>

Index: README
===================================================================
RCS file: /cvsroot/fink/fink/README,v
retrieving revision 1.15
retrieving revision 1.15.18.1
diff -u -d -r1.15 -r1.15.18.1
--- README      23 Mar 2004 13:14:28 -0000      1.15
+++ README      14 Jun 2005 16:22:34 -0000      1.15.18.1
@@ -29,7 +29,7 @@
 
  * An installed Mac OS X system, version 10.0 or later. (There may still be
    some stray linker-related problems with 10.1.) Darwin 1.3.1 should also
-   work, but this has not been tested. Earlier versions of both will _not_
+   work, but this has not been tested. Earlier versions of both will not
    work.
 
  * Development tools. On Mac OS X, install the Developer.pkg package from

Index: VERSION
===================================================================
RCS file: /cvsroot/fink/fink/VERSION,v
retrieving revision 1.83.2.1
retrieving revision 1.83.2.2
diff -u -d -r1.83.2.1 -r1.83.2.2
--- VERSION     11 May 2005 20:07:09 -0000      1.83.2.1
+++ VERSION     14 Jun 2005 16:22:34 -0000      1.83.2.2
@@ -1 +1 @@
-0.24.6.cvs
+0.24.7.cvs

Index: readme.en.html
===================================================================
RCS file: /cvsroot/fink/fink/readme.en.html,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- readme.en.html      2 Jan 2005 15:30:33 -0000       1.4
+++ readme.en.html      14 Jun 2005 16:22:34 -0000      1.4.10.1
@@ -8,6 +8,7 @@
 <a href="readme.es.html">Espa&ntilde;ol</a> | 
 <a href="readme.fr.html">Fran&ccedil;ais</a> | 
 <a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="readme.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 <a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> 
| 
 </td>
 </tr>

Index: INSTALL
===================================================================
RCS file: /cvsroot/fink/fink/INSTALL,v
retrieving revision 1.18
retrieving revision 1.18.8.1
diff -u -d -r1.18 -r1.18.8.1
--- INSTALL     20 Sep 2004 20:14:23 -0000      1.18
+++ INSTALL     14 Jun 2005 16:22:34 -0000      1.18.8.1
@@ -1,13 +1,14 @@
-Generated from $Fink: install.xml,v 1.20 2004/07/30 15:53:31 dmrrsn Exp $
+Generated from $Fink: install.xml,v 1.21 2005/05/31 15:36:05 rangerrick Exp
+$
 
- Fink 0.7.1 Installation
+ Fink 0.8.0 Installation
 =========================
 
 These are the installation instructions for the "source" distribution of
-Fink 0.7.1, intended for use with OS X v.10.3 and later. The instructions
-can also be used for installation on OS X v.10.2 (replacing 0.7.1 by 0.6.3
+Fink 0.8.0, intended for use with OS X v.10.3 and later. The instructions
+can also be used for installation on OS X v.10.2 (replacing 0.8.0 by 0.6.3
 throughout the document) and for installation on OS X v.10.1 (replacing
-0.7.1 by 0.4.1a).
+0.8.0 by 0.4.1a).
 
 This document does not apply to the "binary
 [http://fink.sourceforge.net/download/index.php]"; distribution.
@@ -29,60 +30,55 @@
 
  First Time Installation Fast Track
 ------------------------------------
-Start out by copying the "fink-0.7.1-full.tar.gz" file to your home folder.
+Start out by copying the "fink-0.8.0-full.tar.gz" file to your home folder.
 Then, open Terminal.app and follow the session below. Computer output is in
-"normal face" , your input is in "_bold_face_" (or otherwise highlighted).
-The actual input prompts from the shell may vary, and some chunks of the
-output have been omitted ( "..." ).
+"normal face" , your input is in "bold_face" (or otherwise highlighted). The
+actual input prompts from the shell may vary, and some chunks of the output
+have been omitted ( "..." ).
 
-   [frodo:~] testuser% _tar_xzf_fink-0.7.1-full.tar.gz_
-   [frodo:~] testuser% _cd_fink-0.7.1-full_
-   [frodo:~/fink-0.7.1-full] testuser% _./bootstrap.sh_/sw_
+   [frodo:~] testuser% tar_xzf_fink-0.8.0-full.tar.gz
+   [frodo:~] testuser% cd_fink-0.8.0-full
+   [frodo:~/fink-0.8.0-full] testuser% ./bootstrap.sh_/sw
    
    Welcome to Fink.
    
    ...
-   Choose a method: [1] _1_
+   Choose a method: [1] 1
    
-   sudo /Users/testuser/fink-0.7.1-full/bootstrap.pl .sudo '/sw'
-   Password:_(your_normal_password_here)_
+   sudo /Users/testuser/fink-0.8.0-full/bootstrap.pl .sudo '/sw'
+   Password:(your_normal_password_here)
    ...
    OK, I'll ask you some questions and update the configuration file in
    '/sw/etc/fink.conf'.
    
-   In what additional directory should Fink look for downloaded tarballs? [] 
_(press_return)_
-   Always print verbose messages? [y/N] _(press_return)_
+   In what additional directory should Fink look for downloaded tarballs? [] 
(press_return)
+   Always print verbose messages? [y/N] (press_return)
    
    Proxy/Firewall settings
    Enter the URL of the HTTP proxy to use, or 'none' for no proxy. The URL
    should start with http:// and may contain username, password or port
-   specifications. [none] _(press_return)_
+   specifications. [none] (press_return)
    Enter the URL of the proxy to use for FTP, or 'none' for no proxy. The URL
    should start with http:// and may contain username, password or port
-   specifications. [none] _(press_return)_
-   Use passive mode FTP transfers (to get through a firewall)? [Y/n] _y_
+   specifications. [none] (press_return)
+   Use passive mode FTP transfers (to get through a firewall)? [Y/n] y
    
    Mirror selection
    Choose a continent:
    ...
-   _(enter_the_numbers_corresponding_to_your_location)_
+   (enter_the_numbers_corresponding_to_your_location)
    ...
    Writing updated configuration to '/sw/etc/fink.conf'...
    Bootstrapping a base system via /sw/bootstrap.
    ...
-   _(take_a_coffee_break_while_Fink_downloads_and_compiles_the_base_packages)_
+   (take_a_coffee_break_while_Fink_downloads_and_compiles_the_base_packages)
    ...
    
    You should now have a working Fink installation in '/sw'.
    
-   Run 'source /sw/bin/init.csh ; rehash' to set up this Terminal's environment
-   to use Fink. To make the software installed by Fink available in all of your
-   shells, add 'source /sw/bin/init.csh' to the init script '.cshrc' in your
-   home directory. Enjoy.
-   
-   [frodo:~/fink-0.7.1-full] testuser% _cd_
-   [frodo:~] testuser% _rm_-r_fink-0.7.1-full_
-   [frodo:~] testuser% _/sw/bin/pathsetup.sh_
+   [frodo:~/fink-0.8.0-full] testuser% cd
+   [frodo:~] testuser% rm_-r_fink-0.8.0-full
+   [frodo:~] testuser% /sw/bin/pathsetup.sh
 
 The last command runs a little script to help set up your Unix paths (and
 other things) for use with Fink. In most cases, it will run automatically,
@@ -101,15 +97,15 @@
 
 You can now install additional packages with the "fink" command, like this:
 
-   [frodo:~] testuser% _fink_install_xfree86-server_gimp_
+   [frodo:~] testuser% fink_install_xfree86-server_gimp
    sudo /sw/bin/fink 'install' 'xfree86-server' 'gimp'
-   Password:_(your_normal_password_here)_
+   Password:(your_normal_password_here)
    Reading package info...
    Information about 147 packages read.
    The following 14 additional packages will be installed:
     audiofile dlcompat esound giflib glib gnome-libs gtk+ imlib libjpeg libpng
     libtiff orbit xfree86-base zlib
-   Do you want to continue? [Y/n] _y_
+   Do you want to continue? [Y/n] y
    ...
 
 If these instructions don't work for you, well, you'll have to take the time
@@ -122,25 +118,25 @@
 
  Update Fast Track
 -------------------
-Start out by copying the "fink-0.7.1-full.tar.gz" file to your home folder.
+Start out by copying the "fink-0.8.0-full.tar.gz" file to your home folder.
 Then, open Terminal.app and follow the session below. Computer output is in
-"normal face" , your input is in "_bold_face_" (or otherwise highlighted).
-The actual input prompts from the shell may vary, and some chunks of the
-output have been omitted ( "..." ).
+"normal face" , your input is in "bold_face" (or otherwise highlighted). The
+actual input prompts from the shell may vary, and some chunks of the output
+have been omitted ( "..." ).
 
-   [frodo:~] testuser% _tar_xzf_fink-0.7.1-full.tar.gz_
-   [frodo:~] testuser% _cd_fink-0.7.1-full_
-   [frodo:~/fink-0.7.1-full] testuser% _./inject.pl_/sw_
+   [frodo:~] testuser% tar_xzf_fink-0.8.0-full.tar.gz
+   [frodo:~] testuser% cd_fink-0.8.0-full
+   [frodo:~/fink-0.8.0-full] testuser% ./inject.pl_/sw
    sudo ./inject.pl /sw
-   Password:_(your_normal_password_here)_
+   Password:(your_normal_password_here)
    Copying package descriptions
    ...
    Done.
    
    Your Fink installation in '/sw' was updated with new fink packages.
    
-   [frodo:~/fink-0.7.1-full] testuser% _cd_pkginfo_
-   [frodo:~/fink-0.7.1-full/pkginfo] testuser% _./inject.pl_/sw_
+   [frodo:~/fink-0.8.0-full] testuser% cd_pkginfo
+   [frodo:~/fink-0.8.0-full/pkginfo] testuser% ./inject.pl_/sw
    sudo ./inject.pl /sw
    Copying...
    ...
@@ -149,9 +145,9 @@
    files. Use appropriate fink commands to update the packages, e.g. 'fink
    update-all'.
    
-   [frodo:~/fink-0.7.1-full/pkginfo] testuser% _cd_
-   [frodo:~] testuser% _rm_-r_fink-0.7.1-full_
-   [frodo:~] testuser% _fink_update-all_
+   [frodo:~/fink-0.8.0-full/pkginfo] testuser% cd
+   [frodo:~] testuser% rm_-r_fink-0.8.0-full
+   [frodo:~] testuser% fink_update-all
    ...
 
 
@@ -164,7 +160,7 @@
 
  * An installed Mac OS X system, version 10.1 or later. Darwin 5.0 and later
    should also work, but this has not been tested. Earlier versions of both
-   are not supported and probably will _not_ work.
+   are not supported and probably will not work.
 
  * Development tools. On Mac OS X, install the Developer.pkg package from
    the Developer Tools CD. On Darwin, the tools should be present in the
@@ -206,20 +202,20 @@
 
  Installation
 --------------
-First, you need to unpack the fink-0.7.1-full.tar.gz tarball. It is
+First, you need to unpack the fink-0.8.0-full.tar.gz tarball. It is
 recommended that you do this from the command line - StuffIt Expander has a
 tendency to screw up text files. So, go to the directory where you put the
 tarball, and run this command:
 
-   tar xzf fink-0.7.1-full.tar.gz
+   tar xzf fink-0.8.0-full.tar.gz
 
-You now have a directory named fink-0.7.1-full. Change to it with "cd
-fink-0.7.1-full" .
+You now have a directory named fink-0.8.0-full. Change to it with "cd
+fink-0.8.0-full" .
 
 The actual installation is performed by the perl script bootstrap.pl. It is
 accompanied by a small shell script, bootstrap.sh, which checks some basic
 requirements and then hands over control to the perl script. So, to start
-installation, go to the fink-0.7.1-full directory and run this command:
+installation, go to the fink-0.8.0-full directory and run this command:
 
    ./bootstrap.sh
 
@@ -280,7 +276,7 @@
 ===========================
 
 If you already have Fink 0.3.x installed, you can update your installation
-to 0.7.1 with the built-in 'selfupdate' command.
+to 0.8.0 with the built-in 'selfupdate' command.
 
 
  Updating The Package Manager
@@ -320,7 +316,7 @@
 ===========================
 
 If you already have Fink 0.2.x installed, you can update your installation
-to 0.7.1 with this package.
+to 0.8.0 with this package.
 
 Actually, there are two pieces that are updated independently: the package
 manager and the package descriptions. It is recommended to update the
@@ -330,7 +326,7 @@
  Updating The Package Manager
 ------------------------------
 To update the package manager, run the inject.pl script in the
-fink-0.7.1-full directory, like this:
+fink-0.8.0-full directory, like this:
 
    ./inject.pl
 
@@ -347,7 +343,7 @@
 
  Updating The Package Descriptions
 -----------------------------------
-If you downloaded the fink-0.7.1-full tarball, the package descriptions are
+If you downloaded the fink-0.8.0-full tarball, the package descriptions are
 in the subdirectory pkginfo. To install them, run the inject.pl script in
 that directory:
 
@@ -357,7 +353,7 @@
 This inject.pl script works just like the one for the package manager.
 
 You can also grab the package descriptions as a separate tarball,
-packages-0.7.1. If you did that, just unpack it and run the inject.pl script
+packages-0.8.0. If you did that, just unpack it and run the inject.pl script
 inside.
 
 As a third alternative, you can have Fink automatically update itself to the

Index: README.html
===================================================================
RCS file: /cvsroot/fink/fink/README.html,v
retrieving revision 1.17
retrieving revision 1.17.6.1
diff -u -d -r1.17 -r1.17.6.1
--- README.html 2 Jan 2005 15:30:33 -0000       1.17
+++ README.html 14 Jun 2005 16:22:34 -0000      1.17.6.1
@@ -8,6 +8,7 @@
 <a href="readme.es.html">Espa&ntilde;ol</a> | 
 <a href="readme.fr.html">Fran&ccedil;ais</a> | 
 <a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="readme.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 <a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> 
| 
 </td>
 </tr>

Index: readme.zh.html
===================================================================
RCS file: /cvsroot/fink/fink/readme.zh.html,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- readme.zh.html      2 Jan 2005 15:30:33 -0000       1.4
+++ readme.zh.html      14 Jun 2005 16:22:34 -0000      1.4.10.1
@@ -8,6 +8,7 @@
 <a href="readme.es.html">Espa&ntilde;ol</a> | 
 <a href="readme.fr.html">Fran&ccedil;ais</a> | 
 <a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="readme.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 &#20013;&#25991; (&#31616;) (Simplified Chinese) | 
 </td>
 </tr>

Index: readme.fr.html
===================================================================
RCS file: /cvsroot/fink/fink/readme.fr.html,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- readme.fr.html      2 Jan 2005 15:30:33 -0000       1.4
+++ readme.fr.html      14 Jun 2005 16:22:34 -0000      1.4.10.1
@@ -8,6 +8,7 @@
 <a href="readme.es.html">Espa&ntilde;ol</a> | 
 Fran&ccedil;ais | 
 <a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="readme.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 <a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> 
| 
 </td>
 </tr>

Index: REVISION
===================================================================
RCS file: /cvsroot/fink/fink/REVISION,v
retrieving revision 1.1.10.1
retrieving revision 1.1.10.2
diff -u -d -r1.1.10.1 -r1.1.10.2
--- REVISION    11 May 2005 20:07:09 -0000      1.1.10.1
+++ REVISION    14 Jun 2005 16:22:34 -0000      1.1.10.2
@@ -1,4 +1,3 @@
-10.2-gcc3.3: 1
 10.3: 11
 10.4-transitional: 21
 10.4: 31



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to