<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[31977] trunk/www/install.php</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/31977">31977</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2007-12-12 18:36:38 -0800 (Wed, 12 Dec 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>mostly hyphenation, some typos, some wording for clarity</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwwwinstallphp">trunk/www/install.php</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwwwinstallphp"></a>
<div class="modfile"><h4>Modified: trunk/www/install.php (31976 => 31977)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/install.php        2007-12-13 02:02:57 UTC (rev 31976)
+++ trunk/www/install.php        2007-12-13 02:36:38 UTC (rev 31977)
</span><span class="lines">@@ -40,10 +40,10 @@
</span><span class="cx"> components:</p>
</span><span class="cx">
</span><span class="cx"> <ol>
</span><del>- <li>Apple's Developer Tools, found at the <a href="http://developer.apple.com/tools/xcode/"> Apple Developer site</a>
</del><ins>+ <li>Apple's Developer Tools, found at the <a href="http://developer.apple.com/tools/xcode/">Apple Developer site</a>
</ins><span class="cx"> or on your Mac OS X installation CDs/DVD.</li>
</span><span class="cx"> <li>The X11 windowing environment (A.K.A. &ldquo;X11 User&rdquo;) and its related SDK package (&ldquo;X11SDK&rdquo;)
</span><del>- for ports that depend on the functioanlity they provide to compile and run.
</del><ins>+ for ports that depend on the functionality they provide to compile and run.
</ins><span class="cx"> <ul>
</span><span class="cx"> <li>the &ldquo;X11 User&rdquo; package is an optional installation on your system CDs/DVD for Panther and
</span><span class="cx"> Tiger, enabled through the &ldquo;Customize&rdquo; button of the installer, whereas it is included by default
</span><span class="lines">@@ -61,10 +61,10 @@
</span><span class="cx">
</span><span class="cx"> <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for <a href="<?php print $leopard_dmg;
</span><span class="cx"> ?>">Leopard (Universal)</a>, <a href="<?php print $tiger_dmg; ?>">Tiger (Universal)</a> or <a href="<?php print $panther_dmg;
</span><del>- ?>">Panther (PowerPC)</a>, respectively, and running the system's Installer by double clicking on the pkg contained therein,
</del><ins>+ ?>">Panther (PowerPC)</a>, respectively, and running the system's Installer by double-clicking on the pkg contained therein,
</ins><span class="cx"> following the on-screen instructions until completion.</p>
</span><span class="cx">
</span><del>- <p>This procedure will place a fully functional and default MacPorts installation on your host system, ready for usage.
</del><ins>+ <p>This procedure will place a fully-functional and default MacPorts installation on your host system, ready for usage.
</ins><span class="cx"> If needed your shell configuration files will be adapted by the installer to include the necessary settings to run MacPorts
</span><span class="cx"> and the programs it installs, but you may need to open a new shell for these changes to take effect.</p>
</span><span class="cx">
</span><span class="lines">@@ -120,11 +120,11 @@
</span><span class="cx">
</span><span class="cx"> <ul>
</span><span class="cx"> <li><kbd>Add ${prefix}/bin</kbd> and <kbd>${prefix}/sbin</kbd> to the start of your <kbd>PATH</kbd> environment variable
</span><del>- so that MacPorts installed programs take precedence over equally named system provided programs.</li>
</del><ins>+ so that MacPorts-installed programs take precedence over system-provided programs of the same name.</li>
</ins><span class="cx"> <li>If a standard <kbd>MANPATH</kbd> environment variable already exists (that is, one that doesn't contain any empty
</span><del>- components), add the <kbd>${prefix}/share/man</kbd> path to it so that MacPorts installed man pages are found by your
</del><ins>+ components), add the <kbd>${prefix}/share/man</kbd> path to it so that MacPorts-installed man pages are found by your
</ins><span class="cx"> shell.</li>
</span><del>- <li>For Tiger and earlier only, add an appropriate X11 <kbd>DISPLAY</kbd> environment variable to run X11 dependent
</del><ins>+ <li>For Tiger and earlier only, add an appropriate X11 <kbd>DISPLAY</kbd> environment variable to run X11-dependent
</ins><span class="cx"> programs, as Leopard takes care of this requirement on its own.</li>
</span><span class="cx"> </ul>
</span><span class="cx">
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">
</span><span class="cx"> <pre>sudo port -v selfupdate</pre>
</span><span class="cx">
</span><del>- <p>Upon completion MacPorts will be ready to install ports! </p>
</del><ins>+ <p>Upon completion MacPorts will be ready to install ports!</p>
</ins><span class="cx">
</span><span class="cx"> <p>It is recommended to run the above command on a regular basis to keep your installation current. Type &ldquo;<kbd>man
</span><span class="cx"> port</kbd>&rdquo; at the command line prompt and/or browse over to our <a href="<?php print $guide_url; ?>">Guide</a> to
</span><span class="lines">@@ -149,7 +149,7 @@
</span><span class="cx">
</span><span class="cx"> <pre>svn co <?php print $svn_url . 'trunk'; ?></pre>
</span><span class="cx">
</span><del>- <p>Purpose specific branches are also available at the <kbd><?php print $svn_url . 'branches'; ?></kbd> url.</p>
</del><ins>+ <p>Purpose-specific branches are also available at the <kbd><?php print $svn_url . 'branches'; ?></kbd> url.</p>
</ins><span class="cx">
</span><span class="cx"> <p>Alternatively, if you'd simply like to view the SVN repository without checking it out, you can do so via the <a
</span><span class="cx"> href="http://trac.macports.org/projects/macports/browser">Trac source browser</a>.</p>
</span><span class="lines">@@ -166,8 +166,8 @@
</span><span class="cx"> <h3 class="subhdr" id="other">Other Platforms</h3>
</span><span class="cx">
</span><span class="cx"> <p>Running on platforms other than Mac OS X is not the main focus of The MacPorts Project, so remaining cross-platform is
</span><del>- not an actively pursued development goal. Nevertheless, it is not an actively discouraged goal either and as a result some
- experimental support does exist for other POSIX compliant platforms such as *BSD and GNU/Linux.</p>
</del><ins>+ not an actively-pursued development goal. Nevertheless, it is not an actively-discouraged goal either and as a result some
+ experimental support does exist for other POSIX-compliant platforms such as *BSD and GNU/Linux.</p>
</ins><span class="cx">
</span><span class="cx"> <p>The full list of requirements to run MacPorts on these other platforms is as follows (we assume you have the basics such
</span><span class="cx"> as GCC and X11):</p>
</span><span class="lines">@@ -190,8 +190,8 @@
</span><span class="cx"> through our <a href="<?php print $trac_url; ?>">Trac portal</a> should you run into any problems installing and/or using
</span><span class="cx"> MacPorts. Of particular relevance are the <a href="<?php print $guide_url . '#installing'; ?>">installation</a> &amp;
</span><span class="cx"> <a href="<?php print $guide_url . '#using'; ?>">usage</a> sections of the former and the <a href="<?php print $trac_url .
</span><del>- 'wiki/FAQ'; ?>">FAQ</a> section of the <a href="<?php print $trac_url . 'wiki'; ?>">Wiki</a>, where track of quesitons that
- are fielded often on our <a href="contact.php#lists">mailing lists</a> is kept.</p>
</del><ins>+ 'wiki/FAQ'; ?>">FAQ</a> section of the <a href="<?php print $trac_url . 'wiki'; ?>">Wiki</a>, where we keep track of questions
+ frequently fielded on our <a href="contact.php#lists">mailing lists</a>.</p>
</ins><span class="cx">
</span><span class="cx"> <p>If any of these resources do not answer your questions or if you need any kind of extended support, there are many ways
</span><span class="cx"> to <a href="contact.php">contact us</a>!</p>
</span></span></pre>
</div>
</div>
</body>
</html>