public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
doc-new: Xincluded macports.conf.xml into the guide and removed the old 
"configuration files" section.


git-svn-id: http://svn.macports.org/repository/macports/trunk@36140 
d073be05-634f-4543-b044-5fe20cf6d1d6
Simon Ruderich (author)
Sat Apr 19 01:33:49 -0700 2008
commit  0eed2cbce871bdc00614c9794778f92c5e176d40
tree    cea519b8798eb186743e4a83d337edc6b8d6ae69
parent  ec190e789b4121b85dce23106ce575f062c687ed
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
 
48
49
50
...
15
16
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
19
20
21
22
0
@@ -15,36 +15,8 @@
0
                 xmlns:xi="http://www.w3.org/2001/XInclude" />
0
   </section>
0
 
0
- <section id="internals.configuration-files">
0
- <title>Configuration Files</title>
0
-
0
- <para>The MacPorts configuration files do not need to be modified for the
0
- general end user. They contain options that may be of use to advanced
0
- users and port developers. All the MacPorts configuration files are
0
- located in <filename>${prefix}/etc/macports</filename>.</para>
0
-
0
- <section id="internals.configuration-files.sources-conf">
0
- <title>sources.conf</title>
0
-
0
- <para><filename>sources.conf</filename> is where the location(s) are set
0
- to scan for MacPorts Portfiles. This file is commonly modified to add a
0
- local Portfile repository.</para>
0
- </section>
0
-
0
- <section id="internals.configuration-files.macports-conf">
0
- <title>macports.conf</title>
0
-
0
- <para><filename>macports.conf</filename> contains advanced MacPorts
0
- configuration options. See the file comments for instructions.</para>
0
- </section>
0
-
0
- <section id="internals.configuration-files.variants-conf">
0
- <title>variants.conf</title>
0
-
0
- <para><filename>variants.conf</filename> is used to specify variants to
0
- be used for all ports where they exist.</para>
0
- </section>
0
- </section>
0
+ <xi:include href="macports.conf.xml"
0
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
0
 
0
   <section id="internals.images">
0
     <title>Port Images</title>
...
1
2
3
4
5
 
 
 
 
 
 
6
7
8
...
13
14
15
16
 
17
18
19
...
372
373
374
375
 
376
377
378
...
386
387
388
389
 
390
391
392
...
1
2
3
 
 
4
5
6
7
8
9
10
11
12
...
17
18
19
 
20
21
22
23
...
376
377
378
 
379
380
381
382
...
390
391
392
 
393
394
395
396
0
@@ -1,8 +1,12 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
0
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
0
-<section id="reference.variables">
0
- <title>MacPorts configuration files</title>
0
+<section id="internals.configuration-files">
0
+ <title>Configuration Files</title>
0
+
0
+ <para>The MacPorts configuration files do not need to be modified for the
0
+ general end user. They contain options that may be of use to advanced
0
+ users and port developers.</para>
0
 
0
   <para>There are three MacPorts configuration files that define important
0
   variables used by the MacPorts system: macports.conf, sources.conf, and
0
@@ -13,7 +17,7 @@
0
   separated by either a space or a tab. Lines beginning with '#' are comments,
0
   empty lines are ignored.</para>
0
 
0
- <section>
0
+ <section id="internals.configuration-files.macports-conf">
0
     <title>macports.conf</title>
0
 
0
     <para>macports.conf is the configuration file used to bootstrap the
0
@@ -372,7 +376,7 @@
0
     </variablelist>
0
   </section>
0
 
0
- <section>
0
+ <section id="internals.configuration-files.sources-conf">
0
     <title>sources.conf</title>
0
 
0
     <para>This file enables rsync synchronization of the default ports tree
0
@@ -386,7 +390,7 @@
0
     <replaceable>file:///path/to/localportsrepository</replaceable></para>
0
   </section>
0
 
0
- <section>
0
+ <section id="internals.configuration-files.variants-conf">
0
     <title>variants.conf</title>
0
 
0
     <para>This optional file specifies any variants you'd like to be invoked

Comments

    No one has commented yet.