[29597] trunk/www/install.php

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 2 00:12:28 PDT 2007


Revision: 29597
          http://trac.macosforge.org/projects/macports/changeset/29597
Author:   afb at macports.org
Date:     2007-10-02 00:12:27 -0700 (Tue, 02 Oct 2007)

Log Message:
-----------
more details

Modified Paths:
--------------
    trunk/www/install.php

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2007-10-02 07:00:05 UTC (rev 29596)
+++ trunk/www/install.php	2007-10-02 07:12:27 UTC (rev 29597)
@@ -10,7 +10,7 @@
     <h2 class="hdr">Installing MacPorts</h2>
 
     <p>MacPorts version <?php print "$mp_version_major"; ?> is available in binary form as dmg disk images for <a
-    href="<?php print $tiger_dmg; ?>"> Tiger (Universal)</a> and <a href="<?php print $panther_dmg; ?>"> Panther</a>,
+    href="<?php print $tiger_dmg; ?>"> Tiger (Universal)</a> and <a href="<?php print $panther_dmg; ?>"> Panther (PowerPC)</a>,
     both containing a pkg installer, or in source form as either a <a href="<?php print $bz2_tarball ?>">tar.bz2</a>
     package or a <a href="<?php print $gz_tarball; ?>">tar.gz</a> one. Checksums for all these are contained in the
     <a href="<?php print $checksums; ?>">checksums file</a>.</p>
@@ -20,7 +20,7 @@
 
     <p>Please note that in order to install and run MacPorts on Mac OS X you must have Apple's Developer Tools
     package installed, found at the <a href="http://developer.apple.com/tools/xcode/">Apple Developer site</a>
-    or on your Mac OS X installation CDs/DVD. It is also strongly recommended to have the X11 windowing environment
+    or on your Mac OS X installation CDs/DVD. It is also strongly recommended to have the X11 windowing environment (X11 User)
     and its related SDK package (X11 SDK) installed if you wish to install ports that depend on the functionality
     they provide to compile and run. While the former is part of the base Mac OS X installation process, the latter
     is an optional installation in the Developer Tools package, so you need to add it explicitly through the
@@ -97,9 +97,9 @@
     <ul>
         <li><a href="http://www.tcl.tk/">Tcl</a> (8.3 or 8.4), with threads</li>
         <li><a href="http://gnustep.org/">GNUstep</a> (Base), for Foundation</li>
-        <li><a href="http://rsync.samba.org/">rsync</a></li>
-        <li><a href="http://curl.haxx.se/">cURL</a></li>
-        <li><a href="http://www.openssl.org/">OpenSSL</a> or <a href="http://martin.hinner.info/libmd/">libmd</a></li>
+        <li><a href="http://rsync.samba.org/">rsync</a> for syncing the ports</li>
+        <li><a href="http://curl.haxx.se/">cURL</a> for downloading distfiles</li>
+        <li><a href="http://www.openssl.org/">OpenSSL</a> or <a href="http://martin.hinner.info/libmd/">libmd</a> for checksums</li>
     </ul>
 
     <h3 class="subhdr">Help</h3>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071002/a5c0869f/attachment.html


More information about the macports-changes mailing list