Release engineering, Add a slip target to /usr/src/Makefile for 1.12 and
[dragonfly.git] / share / examples / cvsup / FreeBSD-supfile
1 # $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.47 2007/09/07 22:01:19 gabor Exp $
2 # $DragonFly: src/share/examples/cvsup/FreeBSD-supfile,v 1.1 2008/02/10 22:25:36 swildner 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.  You can override the "base" setting on the
37 #               command line with cvsup's "-b base" option.  This directory
38 #               must exist in order to run CVSup.
39 #
40 # prefix=/home/ncvs
41 #               This specifies where to place the requested files.  A
42 #               setting of "/home/ncvs" will place all of the files
43 #               requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
44 #               "/home/ncvs/ports/archivers").  The prefix directory
45 #               must exist in order to run CVSup.
46
47 # Defaults that apply to all the collections
48 #
49 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
50 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
51 *default host=CHANGE_THIS.FreeBSD.org
52 *default base=/usr
53 *default prefix=/home/ncvs
54 *default release=cvs
55 *default delete use-rel-suffix
56
57 # If you seem to be limited by CPU rather than network or disk bandwidth, try
58 # commenting out the following line.  (Normally, today's CPUs are fast enough
59 # that you want to run compression.)
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-cddl
73 #src-contrib
74 #src-etc
75 #src-games
76 #src-gnu
77 #src-include
78 #src-kerberos5
79 #src-kerberosIV
80 #src-lib
81 #src-libexec
82 #src-release
83 #src-rescue
84 #src-sbin
85 #src-share
86 #src-sys
87 #src-tools
88 #src-usrbin
89 #src-usrsbin
90 # These are the individual collections that make up FreeBSD's crypto
91 # collection. They are no longer export-restricted and are a part of
92 # src-all
93 #src-crypto
94 #src-eBones
95 #src-secure
96 #src-sys-crypto
97
98 ## Ports Collection.
99 #
100 # The easiest way to get the ports tree is to use the "ports-all"
101 # mega-collection.  It includes all of the individual "ports-*"
102 # collections,
103 ports-all
104
105 # These are the individual collections that make up "ports-all".  If you
106 # use these, be sure to comment out "ports-all" above and always include
107 # "ports-base" if you use any of the other individual collections below.
108 # Your ports may not build correctly without an up-to-date "ports-base".
109 #
110 #ports-base
111 #
112 #ports-accessibility
113 #ports-arabic
114 #ports-archivers
115 #ports-astro
116 #ports-audio
117 #ports-benchmarks
118 #ports-biology
119 #ports-cad
120 #ports-chinese
121 #ports-comms
122 #ports-converters
123 #ports-databases
124 #ports-deskutils
125 #ports-devel
126 #ports-dns
127 #ports-editors
128 #ports-emulators
129 #ports-finance
130 #ports-french
131 #ports-ftp
132 #ports-games
133 #ports-german
134 #ports-graphics
135 #ports-hebrew
136 #ports-hungarian
137 #ports-irc
138 #ports-japanese
139 #ports-java
140 #ports-korean
141 #ports-lang
142 #ports-mail
143 #ports-math
144 #ports-mbone
145 #ports-misc
146 #ports-multimedia
147 #ports-net
148 #ports-net-im
149 #ports-net-mgmt
150 #ports-net-p2p
151 #ports-news
152 #ports-palm
153 #ports-picobsd
154 #ports-polish
155 #ports-ports-mgmt
156 #ports-portuguese
157 #ports-print
158 #ports-russian
159 #ports-science
160 #ports-security
161 #ports-shells
162 #ports-sysutils
163 #ports-textproc
164 #ports-ukrainian
165 #ports-vietnamese
166 #ports-www
167 #ports-x11
168 #ports-x11-clocks
169 #ports-x11-drivers
170 #ports-x11-fm
171 #ports-x11-fonts
172 #ports-x11-servers
173 #ports-x11-themes
174 #ports-x11-toolkits
175 #ports-x11-wm
176
177 ## Documentation
178 #
179 # The easiest way to get the doc tree is to use the "doc-all"
180 # mega-collection.  It includes all of the individual "doc-*"
181 # collections,
182 doc-all
183
184 ## Website
185 #
186 # This collection retrieves the www tree of the FreeBSD
187 # repository
188 www
189
190 ## CVSROOT control files
191 #
192 # This is to get the control files that cvs(1) needs and the commit logs.
193 cvsroot-all
194
195 # These are the individual collections that make up "cvsroot-all"  If you
196 # use these, be sure to comment out "cvsroot-all" above.  "cvsroot-common"
197 # is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
198 # directories merged into one, and merged commitlogs via symlinks.
199 #cvsroot-common
200 #cvsroot-src
201 #cvsroot-ports
202 #cvsroot-doc