Merge from vendor branch GCC:
[dragonfly.git] / share / examples / cvsup / FreeBSD-standard-supfile
1 # $FreeBSD: src/share/examples/cvsup/standard-supfile,v 1.17.2.6 2002/08/06 08:24:46 blackend Exp $
2 # $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-standard-supfile,v 1.1 2003/08/11 12:14:24 rob Exp $
3 #
4 # This file contains all of the "CVSup collections" that make up the
5 # FreeBSD-stable source tree.
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 standard-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 standard-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=/usr
43 #               This specifies where to place the requested files.  A
44 #               setting of "/usr" will place all of the files requested
45 #               in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
46 #               The prefix directory must exist in order to run CVSup.
47
48 # Defaults that apply to all the collections
49 #
50 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
51 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
52 *default host=CHANGE_THIS.FreeBSD.org
53 *default base=/usr
54 *default prefix=/usr
55 *default release=cvs tag=RELENG_4
56 *default delete use-rel-suffix
57
58 # If your network link is a T1 or faster, comment out the following line.
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-contrib
72 #src-etc
73 #src-games
74 #src-gnu
75 #src-include
76 #src-kerberos5
77 #src-lib
78 #src-libexec
79 #src-release
80 #src-sbin
81 #src-share
82 #src-sys
83 #src-tools
84 #src-usrbin
85 #src-usrsbin
86 # These are the individual collections that make up FreeBSD's crypto
87 # collection. They are no longer export-restricted and are a part of
88 # src-all
89 #src-crypto
90 #src-secure
91 #src-sys-crypto