[25515] branches/dp2mp-move/base

source_changes at macosforge.org source_changes at macosforge.org
Wed May 23 13:49:04 PDT 2007


Revision: 25515
          http://trac.macosforge.org/projects/macports/changeset/25515
Author:   jmpp at macports.org
Date:     2007-05-23 13:49:03 -0700 (Wed, 23 May 2007)

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

Update some comments on main configuration file and sources file, while also sycning comments in tests module configuration file.

Modified Paths:
--------------
    branches/dp2mp-move/base/doc/macports.conf.in
    branches/dp2mp-move/base/doc/sources.conf
    branches/dp2mp-move/base/tests/test-ports.conf

Modified: branches/dp2mp-move/base/doc/macports.conf.in
===================================================================
--- branches/dp2mp-move/base/doc/macports.conf.in	2007-05-23 20:45:25 UTC (rev 25514)
+++ branches/dp2mp-move/base/doc/macports.conf.in	2007-05-23 20:49:03 UTC (rev 25515)
@@ -43,10 +43,10 @@
 # Set whether to automatically execute "clean" after "install" of ports
 portautoclean		yes
 
-# Rsync server to fectch MacPorts sources from
+# Rsync server to fetch MacPorts sources from
 rsync_server		rsync.macports.org
 
-# Rsync directory from which to pull MacPorts sources
+# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
 rsync_dir			release/base/
 
 # Rsync options

Modified: branches/dp2mp-move/base/doc/sources.conf
===================================================================
--- branches/dp2mp-move/base/doc/sources.conf	2007-05-23 20:45:25 UTC (rev 25514)
+++ branches/dp2mp-move/base/doc/sources.conf	2007-05-23 20:49:03 UTC (rev 25515)
@@ -9,6 +9,6 @@
 # append [nosync] to the end of the line
 # Example: file:///Users/landonf/misc/MacPorts/dports [nosync]
 #
-# To get MacPorts from the rsync.macports.org server use:
+# To get the ports tree from the MacPorts rsync.macports.org server use:
 # rsync://rsync.macports.org/release/ports/
 rsync://rsync.macports.org/release/ports/

Modified: branches/dp2mp-move/base/tests/test-ports.conf
===================================================================
--- branches/dp2mp-move/base/tests/test-ports.conf	2007-05-23 20:45:25 UTC (rev 25514)
+++ branches/dp2mp-move/base/tests/test-ports.conf	2007-05-23 20:49:03 UTC (rev 25515)
@@ -1,14 +1,17 @@
+# MacPorts system wide configuration file, tests module
+# $Id$
+
 # Set the directory in which to install ports
 prefix			/tmp/macports-tests/opt/local
 
-# Where to store ports specific database files
-portdbpath		/tmp/macports-tests/opt/local/var/db/macports
+# Where to store MacPorts working data
+portdbpath		/tmp/macports-tests/opt/local/var/macports
 
 # Type of storage to use for the port registry information, "flat" or "sqlite"
 # NOTE: sqlite not yet supported.
 portdbformat		flat
 
-# Type of installation to do for ports, "direct" or "image".  See documentation.
+# Type of installation to do for ports, "direct" or "image".  See macports.conf(5) and online documentation.
 portinstalltype		image
 
 # Directory containing the X11 installation.
@@ -24,7 +27,7 @@
 portarchivemode		no
 
 # Where to store/retrieve ports binary archive files
-portarchivepath		/tmp/macports-tests/opt/local/var/db/macports/packages
+portarchivepath		/tmp/macports-tests/opt/local/var/macports/packages
 
 # Type of binary archive packages to create when using archive mode
 #
@@ -34,21 +37,28 @@
 # Unarchive uses multiple types as a search list to locate the archive,
 # first archive to match one of the specified types in order is used.
 #
-# Supported types: tgz (default), tar, tbz, xar, zip, cpgz, cpio
+# Supported types: tgz (default), tar, tbz, tbz2, xar, zip, cpgz, cpio
 portarchivetype		tbz
 
 # Set whether to automatically execute "clean" after "install" of ports
 portautoclean		yes
 
-# Rsync server to use
+# Rsync server to fetch MacPorts sources from
 rsync_server		rsync.macports.org
 
-# Rsync directory from which to pull the base/ component (infrastructure) of DP
+# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
 rsync_dir			release/base/
 
 # Rsync options
-rsync_options		-rtzv --delete --delete-after
+rsync_options		-rtzv --delete-after
 
+# Options for generated startup items
+# startupitem_type may be "default", "systemstarter", or "launchd";
+# if the option is empty or "default" then a startupitem type appropriate
+# to the platform will be chosen. Tiger will default to launchd, while
+# older Mac OS X systems will default to systemstarter.
+startupitem_type 	 default
+
 # Extra environment variables to keep. Any variables listed here are added
 # to the list of variables that are not removed from the environment used
 # while processing ports

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


More information about the macports-changes mailing list