Changeset 82429
- Timestamp:
- 08/13/11 14:39:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/doc-new/guide/xml/macports.conf.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc-new/guide/xml/macports.conf.xml
r75365 r82429 5 5 <title>Configuration Files</title> 6 6 7 <para>The MacPorts configuration files do not need to be modified for the7 <para>The MacPorts configuration files often do not need to be modified for the 8 8 general end user. They contain options that may be of use to advanced users 9 and port developers.</para> 9 and port developers. Some automatically configured options may need to be 10 updated when migrating to a new CPU architecture or a new OS version.</para> 10 11 11 12 <para>There are three MacPorts configuration files that define important … … 84 85 85 86 <listitem> 86 <para> Storage type to use for the MacPorts registry: flat or sqlite.87 Preferred format is sqlite, flat is legacy.</para>87 <para>Formerly selected the storage type to use for the MacPorts registry: flat or sqlite. 88 Currently, only sqlite can be used.</para> 88 89 89 90 <para>Default: <option>sqlite</option></para> 90 </listitem>91 </varlistentry>92 93 <varlistentry>94 <term>portinstalltype</term>95 96 <listitem>97 <para>Sets the mode in which ports are installed by MacPorts.98 Supported values are "direct" or "image". In "direct" mode ports are99 installed directly into "${prefix}" and only one version of a port100 can be installed at any given time. In "image" mode multiple101 versions (and any possible combination of its variants) can be102 installed concurrently into "${portdbpath}/software/${portname}" and103 only one can be "activated" (hardlinked) into "${prefix}".</para>104 105 <para>Default: <option>image</option></para>106 91 </listitem> 107 92 </varlistentry> … … 115 100 116 101 <para>Default: </para> 117 <para>(Snow Leopard ) <option>x86_64</option> or <option>i386</option> depending on hardware</para>102 <para>(Snow Leopard and later) <option>x86_64</option> or <option>i386</option> depending on hardware</para> 118 103 <para>(Leopard/Tiger) <option>i386</option> or <option>ppc</option> depending on hardware</para> 119 104 </listitem> … … 146 131 147 132 <listitem> 148 <para>Directory where Xcode Toolsis installed.</para>133 <para>Directory where Xcode is installed.</para> 149 134 150 135 <para>Default: … … 154 139 155 140 <varlistentry> 156 <term>portarchivemode</term>157 158 <listitem>159 <para>Create and use binary archive packages for160 installation/reinstallation ease.</para>161 162 <para>Default: <option>no</option></para>163 </listitem>164 </varlistentry>165 166 <varlistentry>167 <term>portarchivepath</term>168 169 <listitem>170 <para>Where to store/retrieve port binary archive files.</para>171 172 <para>Default:173 <filename>${prefix}/var/macports/packages</filename></para>174 </listitem>175 </varlistentry>176 177 <varlistentry>178 141 <term>portarchivetype</term> 179 142 180 143 <listitem> 181 <para>Type of binary archive packages to create when using archive182 mode.Available types are: tgz, tar, tbz, tbz2, tlz, xar, zip, cpgz,144 <para>Type of archive to use for port images. 145 Available types are: tgz, tar, tbz, tbz2, tlz, xar, zip, cpgz, 183 146 cpio.</para> 184 147 185 <para>Multiple types are supported to build multiple file types in 186 one step. Unarchive uses multiple types as a search list to locate 187 an archive, and the first to match a specified type is used. 188 Multiple types must be separated by a colon or comma (NO 189 spaces).</para> 190 191 <para>Default: <filename>.tgz</filename></para> 148 <para>Default: <filename>tbz2</filename></para> 192 149 </listitem> 193 150 </varlistentry> … … 277 234 (infrastructure) of MacPorts.</para> 278 235 279 <para>Default: <filename>release/ base/</filename></para>236 <para>Default: <filename>release/tarballs/base.tar</filename></para> 280 237 </listitem> 281 238 </varlistentry> … … 402 359 403 360 <para>Default: 404 <filename>rsync://rsync.macports.org/release/ ports/</filename></para>361 <filename>rsync://rsync.macports.org/release/tarballs/ports.tar [default]</filename></para> 405 362 406 363 <para>Optional local repositories are enabled using a file url:
Note: See TracChangeset
for help on using the changeset viewer.

