# MacPorts system wide configuration file, tests module # $Id: test-macports.conf 77511 2011-04-02 01:47:03Z jmr@macports.org $ # 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" portdbformat sqlite # 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 # 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