Add a cvsup tag, cvs-dfports
[dragonfly.git] / share / examples / cvsup / FreeBSD-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/FreeBSD-cvs-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 # 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-lib
79 #src-libexec
80 #src-release
81 #src-sbin
82 #src-share
83 #src-sys
84 #src-tools
85 #src-usrbin
86 #src-usrsbin
87 # These are the individual collections that make up FreeBSD's crypto
88 # collection. They are no longer export-restricted and are a part of
89 # src-all
90 #src-crypto
91 #src-secure
92 #src-sys-crypto
93
94 ## Ports Collection.
95 #
96 # The easiest way to get the ports tree is to use the "ports-all"
97 # mega-collection.  It includes all of the individual "ports-*"
98 # collections,
99 ports-all
100
101 # These are the individual collections that make up "ports-all".  If you
102 # use these, be sure to comment out "ports-all" above and always include
103 # "ports-base" if you use any of the other individual collections below.
104 # Your ports may not build correctly without an up-to-date "ports-base".
105 #
106 #ports-base
107 #
108 #ports-archivers
109 #ports-astro
110 #ports-audio
111 #ports-benchmarks
112 #ports-biology
113 #ports-cad
114 #ports-chinese
115 #ports-comms
116 #ports-converters
117 #ports-databases
118 #ports-deskutils
119 #ports-devel
120 #ports-editors
121 #ports-emulators
122 #ports-finance
123 #ports-french
124 #ports-ftp
125 #ports-games
126 #ports-german
127 #ports-graphics
128 #ports-hebrew
129 #ports-hungarian
130 #ports-irc
131 #ports-japanese
132 #ports-java
133 #ports-korean
134 #ports-lang
135 #ports-mail
136 #ports-math
137 #ports-mbone
138 #ports-misc
139 #ports-multimedia
140 #ports-net
141 #ports-news
142 #ports-palm
143 #ports-picobsd
144 #ports-portuguese
145 #ports-print
146 #ports-russian
147 #ports-science
148 #ports-security
149 #ports-shells
150 #ports-sysutils
151 #ports-textproc
152 #ports-ukrainian
153 #ports-vietnamese
154 #ports-www
155 #ports-x11
156 #ports-x11-clocks
157 #ports-x11-fm
158 #ports-x11-fonts
159 #ports-x11-servers
160 #ports-x11-toolkits
161 #ports-x11-wm
162
163 ## Documentation
164 #
165 # The easiest way to get the doc tree is to use the "doc-all"
166 # mega-collection.  It includes all of the individual "doc-*"
167 # collections,
168 doc-all
169
170 ## CVSROOT control files
171 #
172 # This is to get the control files that cvs(1) needs and the commit logs.
173 cvsroot-all
174
175 # These are the individual collections that make up "cvsroot-all"  If you
176 # use these, be sure to comment out "cvsroot-all" above.  "cvsroot-common"
177 # is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
178 # directories merged into one, and merged commitlogs via symlinks.
179 #cvsroot-common
180 #cvsroot-src
181 #cvsroot-ports
182 #cvsroot-doc