1d04d3c8274274dd83ff5fb75e93c7a6b0bd154c
[dragonfly.git] / share / examples / cvsup / cvs-supfile
1 # $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.26.2.10 2003/03/05 23:03:06 peter Exp $
2 # $DragonFly: src/share/examples/cvsup/Attic/cvs-supfile,v 1.2 2003/06/17 04:36:57 dillon Exp $
3 #
4 # This file contains all of the "CVSup collections" that make up the
5 # CVS development tree of the FreeBSD system.
6 #
7 # CVSup (CVS Update Protocol) allows you to download the latest CVS
8 # tree (or any branch of development therefrom) to your system easily
9 # and efficiently (far more so than with sup, which CVSup is aimed
10 # at replacing).  If you're running CVSup interactively, and are
11 # currently using an X display server, you should run CVSup as follows
12 # to keep your CVS tree up-to-date:
13 #
14 #       cvsup cvs-supfile
15 #
16 # If not running X, or invoking cvsup from a non-interactive script, then
17 # run it as follows:
18 #
19 #       cvsup -g -L 2 cvs-supfile
20 #
21 # You may wish to change some of the settings in this file to better
22 # suit your system:
23 #
24 # host=CHANGE_THIS.FreeBSD.org
25 #               This specifies the server host which will supply the
26 #               file updates.  You must change it to one of the CVSup
27 #               mirror sites listed in the FreeBSD Handbook at
28 #               http://www.freebsd.org/doc/handbook/mirrors.html.
29 #               You can override this setting on the command line
30 #               with cvsup's "-h host" option.
31 #
32 # base=/usr
33 #               This specifies the root where CVSup will store information
34 #               about the collections you have transferred to your system.
35 #               A setting of "/usr" will generate this information in
36 #               /usr/sup.  Even if you are CVSupping a large number of
37 #               collections, you will be hard pressed to generate more than
38 #               ~1MB of data in this directory.  You can override the
39 #               "base" setting on the command line with cvsup's "-b base"
40 #               option.  This directory must exist in order to run CVSup.
41 #
42 # prefix=/home/ncvs
43 #               This specifies where to place the requested files.  A
44 #               setting of "/home/ncvs" will place all of the files
45 #               requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
46 #               "/home/ncvs/ports/archivers").  The prefix directory
47 #               must exist in order to run CVSup.
48
49 # Defaults that apply to all the collections
50 #
51 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
52 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
53 *default host=CHANGE_THIS.FreeBSD.org
54 *default base=/usr
55 *default prefix=/home/ncvs
56 *default release=cvs
57 *default delete use-rel-suffix
58
59 # If your network link is a T1 or faster, comment out the following line.
60 *default compress
61
62 ## Main Source Tree.
63 #
64 # The easiest way to get the main source tree is to use the "src-all"
65 # mega-collection.  It includes all of the individual "src-*" collections.
66 src-all
67
68 # These are the individual collections that make up "src-all".  If you
69 # use these, be sure to comment out "src-all" above.
70 #src-base
71 #src-bin
72 #src-contrib
73 #src-etc
74 #src-games
75 #src-gnu
76 #src-include
77 #src-kerberos5
78 #src-kerberosIV
79 #src-lib
80 #src-libexec
81 #src-release
82 #src-sbin
83 #src-share
84 #src-sys
85 #src-tools
86 #src-usrbin
87 #src-usrsbin
88 # These are the individual collections that make up FreeBSD's crypto
89 # collection. They are no longer export-restricted and are a part of
90 # src-all
91 #src-crypto
92 #src-eBones
93 #src-secure
94 #src-sys-crypto
95
96 ## Ports Collection.
97 #
98 # The easiest way to get the ports tree is to use the "ports-all"
99 # mega-collection.  It includes all of the individual "ports-*"
100 # collections,
101 ports-all
102
103 # These are the individual collections that make up "ports-all".  If you
104 # use these, be sure to comment out "ports-all" above and always include
105 # "ports-base" if you use any of the other individual collections below.
106 # Your ports may not build correctly without an up-to-date "ports-base".
107 #
108 #ports-base
109 #
110 #ports-archivers
111 #ports-astro
112 #ports-audio
113 #ports-benchmarks
114 #ports-biology
115 #ports-cad
116 #ports-chinese
117 #ports-comms
118 #ports-converters
119 #ports-databases
120 #ports-deskutils
121 #ports-devel
122 #ports-editors
123 #ports-emulators
124 #ports-finance
125 #ports-french
126 #ports-ftp
127 #ports-games
128 #ports-german
129 #ports-graphics
130 #ports-hebrew
131 #ports-hungarian
132 #ports-irc
133 #ports-japanese
134 #ports-java
135 #ports-korean
136 #ports-lang
137 #ports-mail
138 #ports-math
139 #ports-mbone
140 #ports-misc
141 #ports-multimedia
142 #ports-net
143 #ports-news
144 #ports-palm
145 #ports-picobsd
146 #ports-portuguese
147 #ports-print
148 #ports-russian
149 #ports-science
150 #ports-security
151 #ports-shells
152 #ports-sysutils
153 #ports-textproc
154 #ports-ukrainian
155 #ports-vietnamese
156 #ports-www
157 #ports-x11
158 #ports-x11-clocks
159 #ports-x11-fm
160 #ports-x11-fonts
161 #ports-x11-servers
162 #ports-x11-toolkits
163 #ports-x11-wm
164
165 ## Documentation
166 #
167 # The easiest way to get the doc tree is to use the "doc-all"
168 # mega-collection.  It includes all of the individual "doc-*"
169 # collections,
170 doc-all
171
172 ## CVSROOT control files
173 #
174 # This is to get the control files that cvs(1) needs and the commit logs.
175 cvsroot-all
176
177 # These are the individual collections that make up "cvsroot-all"  If you
178 # use these, be sure to comment out "cvsroot-all" above.  "cvsroot-common"
179 # is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
180 # directories merged into one, and merged commitlogs via symlinks.
181 #cvsroot-common
182 #cvsroot-src
183 #cvsroot-ports
184 #cvsroot-doc