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