[25535] branches/dp2mp-move/base/tests

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 08:25:02 PDT 2007


Revision: 25535
          http://trac.macosforge.org/projects/macports/changeset/25535
Author:   jmpp at macports.org
Date:     2007-05-24 08:25:02 -0700 (Thu, 24 May 2007)

Log Message:
-----------
Even in the test module, the configuration file is gonna be referenced as 'macports.conf'.

Added Paths:
-----------
    branches/dp2mp-move/base/tests/test-macports.conf

Removed Paths:
-------------
    branches/dp2mp-move/base/tests/test-ports.conf

Copied: branches/dp2mp-move/base/tests/test-macports.conf (from rev 25516, branches/dp2mp-move/base/tests/test-ports.conf)
===================================================================
--- branches/dp2mp-move/base/tests/test-macports.conf	                        (rev 0)
+++ branches/dp2mp-move/base/tests/test-macports.conf	2007-05-24 15:25:02 UTC (rev 25535)
@@ -0,0 +1,66 @@
+# 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 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 macports.conf(5) and online documentation.
+portinstalltype		image
+
+# Directory containing the X11 installation.
+x11prefix		/tmp/macports-tests/usr/X11R6
+
+# Where to find the sources list.
+sources_conf		/tmp/macports-tests/opt/local/etc/macports/sources.conf
+
+# Where to find global variants definition file (optional)
+#variants_conf		/opt/local/etc/macports/variants.conf
+
+# Create and use binary archive packages for installation/reinstallation ease
+portarchivemode		no
+
+# Where to store/retrieve ports binary archive files
+portarchivepath		/tmp/macports-tests/opt/local/var/macports/packages
+
+# Type of binary archive packages to create when using archive mode
+#
+# Note: Multiple types ARE allowed and must be a colon or comma
+# separated list of choices (NO spaces). Use of multiple types will
+# cause archive creation to build all the specified types in one step.
+# 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, tbz2, xar, zip, cpgz, cpio
+portarchivetype		tbz
+
+# Set whether to automatically execute "clean" after "install" of ports
+portautoclean		yes
+
+# Rsync server to fetch MacPorts sources from
+rsync_server		rsync.macports.org
+
+# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
+rsync_dir			release/base/
+
+# Rsync options
+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
+# extra_env                     KEEP_THIS THIS_TOO
+extra_env			ENVA ENVB

Deleted: branches/dp2mp-move/base/tests/test-ports.conf
===================================================================
--- branches/dp2mp-move/base/tests/test-ports.conf	2007-05-24 15:17:06 UTC (rev 25534)
+++ branches/dp2mp-move/base/tests/test-ports.conf	2007-05-24 15:25:02 UTC (rev 25535)
@@ -1,66 +0,0 @@
-# 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 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 macports.conf(5) and online documentation.
-portinstalltype		image
-
-# Directory containing the X11 installation.
-x11prefix		/tmp/macports-tests/usr/X11R6
-
-# Where to find the sources list.
-sources_conf		/tmp/macports-tests/opt/local/etc/macports/sources.conf
-
-# Where to find global variants definition file (optional)
-#variants_conf		/opt/local/etc/macports/variants.conf
-
-# Create and use binary archive packages for installation/reinstallation ease
-portarchivemode		no
-
-# Where to store/retrieve ports binary archive files
-portarchivepath		/tmp/macports-tests/opt/local/var/macports/packages
-
-# Type of binary archive packages to create when using archive mode
-#
-# Note: Multiple types ARE allowed and must be a colon or comma
-# separated list of choices (NO spaces). Use of multiple types will
-# cause archive creation to build all the specified types in one step.
-# 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, tbz2, xar, zip, cpgz, cpio
-portarchivetype		tbz
-
-# Set whether to automatically execute "clean" after "install" of ports
-portautoclean		yes
-
-# Rsync server to fetch MacPorts sources from
-rsync_server		rsync.macports.org
-
-# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
-rsync_dir			release/base/
-
-# Rsync options
-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
-# extra_env                     KEEP_THIS THIS_TOO
-extra_env			ENVA ENVB

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


More information about the macports-changes mailing list