]> arthur.barton.de Git - pt.git/blob - etc/pt.conf
Initial GIT commit: pt 0.0.9 (2007-11-15)
[pt.git] / etc / pt.conf
1 #
2 # pt -- the MacPorts port tool
3 # Default configuration settings
4 #
5 # $Id$
6 #
7 # The following settings are boolean options. If a variable is set the
8 # option is enabled, the value of the variable doesn't matter. To disable
9 # an option, the variable must be empty/unset.
10 #
11 # Note: the value "0" is "set", so the option will be enabled!
12 # Use "XYZ=1" to enable an options, and "XYZ=" to disaple it.
13 #
14
15 # Run in "quiet mode", very few output. [Default: empty (=off)]
16 #QUIET=1
17
18 # Run in "verbose mode", display more information. [Default: empty (=off)]
19 #VERBOSE=1
20
21 # Run the port(1) command in "verbose" mode, so more output is displayed
22 # when MacPorts is working. [Default: empty (=off)]
23 #PORT_VERBOSE=1
24
25 # Enable "debug mode": a lot of (useful?) information is displayed.
26 # Very useful when analyzing problems with pt(1). [Default: empty (=off)]
27 #DEBUG=1
28
29 # Remove ports which have been deaktivated during upgrades, as the old
30 # versions of an installed port. [Default: 1 (=on)]
31 #UPGRADE_REMOVE_INACTIVE=
32
33 # Use "autoclean mode" of the port(1) command, e. g. execute the "clean"
34 # target after installation of packages. [Default: 1 (=on)]
35 #CLEAN_WORKDIR=
36
37 # -eof-