[22726] branches/release_1_4/portmgr/dmg/ReadMe.rtf

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 12 17:34:10 PDT 2007


Revision: 22726
          http://trac.macosforge.org/projects/macports/changeset/22726
Author:   jmpp at macports.org
Date:     2007-03-12 17:34:10 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------

Merging r22655 & r22724 into release_1_4 branch: ReadMe.rtf file cleanups.

Modified Paths:
--------------
    branches/release_1_4/portmgr/dmg/ReadMe.rtf

Modified: branches/release_1_4/portmgr/dmg/ReadMe.rtf
===================================================================
--- branches/release_1_4/portmgr/dmg/ReadMe.rtf	2007-03-13 00:24:12 UTC (rev 22725)
+++ branches/release_1_4/portmgr/dmg/ReadMe.rtf	2007-03-13 00:34:10 UTC (rev 22726)
@@ -24,27 +24,23 @@
 \f1\b Install Location:\
 
 \f0\b0 \
-This installer places a ready to use  copy of MacPorts into its default location, /opt/local. If you wish to install onto a path other than this, you must resort to MacPorts' source code, configuring to your particular needs. See {\field{\*\fldinst{HYPERLINK "http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts"}}{\fldrslt Installing MacPorts}} on the MacPorts Wiki for instructions on installation alternatives.\
+The MacPorts installer copies MacPorts to the target directory /opt/local. If you wish to install to any path other than /opt/local, you must install MacPorts via the source code. See {\field{\*\fldinst{HYPERLINK "http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts"}}{\fldrslt Installing MacPorts}} on the MacPorts Wiki for instructions on installation alternatives.\
 
 \f1\b \
 \
 What is Installed:\
 
 \f0\b0 \
-Aside from a few MacPorts executable commands in /opt/local/bin, most MacPorts files are installed in /opt/local/var/db/dports. Within these directories you will find a "sources" directory containing the Portfiles that hold the necessary instructions to install ports and the MacPorts sources themselves. Both are kept up to date through the 
-\f2\i sync
-\f0\i0  and 
-\f2\i selfupdate
-\f0\i0  targets of the 
-\f2\i port
-\f0\i0  command, respectively. Please read the port(1) man page for more information.\
+Aside from a few MacPorts executable commands in /opt/local/bin, most MacPorts files are installed in /opt/local/var/db/dports. Within these directories you will find a "sources" directory containing the Portfiles that hold the necessary instructions to install ports, and also the source code for MacPorts itself. Both are kept up to date by using the 
+\f2\i port selfupdate
+\f0\i0  command as shown below. Please read the port(1) man page for more information.\
 
 \f1\b \
 \
 Shell Environment:
 \f0\b0 \
 \
-A file named ~/.profile is created for the use of the "bash" shell (default on Mac OS X 10.3 and newer) during the binary file install of MacPorts. It contains the necessary statements to append MacPorts' binary paths within /opt/local/ to your environment, so MacPorts will be available to you for subsequent terminal sessions. You may have to quit and restart your terminal application for this change to take effect.\
+A file named ~/.profile is created for the "bash" shell (default on Mac OS X 10.3 and newer) during the MacPorts install. It contains the necessary statements to append MacPorts' binary paths within /opt/local/ to your environment so MacPorts will be available for subsequent terminal sessions. You may have to quit and restart your terminal application for this change to take effect.\
 \
 
 \f1\b \
@@ -53,8 +49,8 @@
 \f0\b0 \
 The main user interface to MacPorts is the 
 \f2\i port
-\f0\i0  command and the various facilities it provides for installing ports. The first thing you should do after you install MacPorts is to make sure it is fully up to date by pulling the latest revisions to the Portfiles and any newer MacPorts point release that might be available from our rsync servers, all accomplished simply by running the "selfupdate" target of the 
-\f2\i port 
+\f0\i0  command and the various facilities it provides for installing ports. The first thing you should do after you install MacPorts is to make sure it is fully up to date by pulling the latest revisions to the Portfiles and any updated MacPorts base code from the rsync servers, all accomplished simply by running the 
+\f2\i port selfupdate 
 \f0\i0 command as the Unix superuser:\
 \
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
@@ -63,7 +59,7 @@
 \f0\i0 \
 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
 \cf0 \
-Running this command on a regular basis is a good idea, as it'll ensure your MacPorts installation is always up to date. Following that, you may wish to search for a specific software package:\
+Running this command on a regular basis is a good idea; it ensures your MacPorts installation is always up to date. Afterwards, you may search for ports to install:\
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
 \cf0 \
 	
@@ -74,19 +70,19 @@
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
 \cf0 where 
 \f2\i <portname>
-\f0\i0  is the name of the package you are searching for or that you wish to install. You may use partial names for searching, MacPorts will return the best matches to your query within our ports tree. To finally install a port you've chosen, you need to run the corresponding "install" target of 
-\f2\i port
-\f0\i0   as the superuser:\
+\f0\i0  is the name of the port for which you are searching, or a partial name. To install a port you've chosen, you need to run the 
+\f2\i port install
+\f0\i0  command as the Unix superuser:\
 \
 	
 \f2\i sudo port install <portname> 
 \f0\i0 \
 \
-where in this case 
+where 
 \f2\i <portname>
-\f0\i0  maps to an exact port name that we carry in our ports tree, such as those returned by the "search" target
-\f2\i . 
-\f0\i0 Please consult the port(1) man page for complete documentation of this command and the software installation process.\
+\f0\i0  maps to an exact port name in the ports tree, such as those returned by the command 
+\f2\i port search. 
+\f0\i0 Please consult the port(1) man page for complete documentation for this command and the software installation process.\
 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
 
 \f1\b \cf0 \

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


More information about the macports-changes mailing list