cvs-supfile revision 122805
1# $FreeBSD: head/share/examples/cvsup/cvs-supfile 122805 2003-11-16 17:55:54Z ceri $
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.  Even if you are CVSupping a large number of
36#		collections, you will be hard pressed to generate more than
37#		~1MB of data in this directory.  You can override the
38#		"base" setting on the command line with cvsup's "-b base"
39#		option.  This directory must exist in order to run CVSup.
40#
41# prefix=/home/ncvs
42#		This specifies where to place the requested files.  A
43#		setting of "/home/ncvs" will place all of the files
44#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
45#		"/home/ncvs/ports/archivers").  The prefix directory
46#		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=/home/ncvs
55*default release=cvs
56*default delete use-rel-suffix
57
58# If you seem to be limited by CPU rather than network or disk bandwidth, try
59# commenting out the following line.  (Normally, today's CPUs are fast enough
60# that you want to run compression.)
61*default compress
62
63## Main Source Tree.
64#
65# The easiest way to get the main source tree is to use the "src-all"
66# mega-collection.  It includes all of the individual "src-*" collections.
67src-all
68
69# These are the individual collections that make up "src-all".  If you
70# use these, be sure to comment out "src-all" above.
71#src-base
72#src-bin
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-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,
102ports-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-arabic
112#ports-archivers
113#ports-astro
114#ports-audio
115#ports-benchmarks
116#ports-biology
117#ports-cad
118#ports-chinese
119#ports-comms
120#ports-converters
121#ports-databases
122#ports-deskutils
123#ports-devel
124#ports-dns
125#ports-editors
126#ports-emulators
127#ports-finance
128#ports-french
129#ports-ftp
130#ports-games
131#ports-german
132#ports-graphics
133#ports-hebrew
134#ports-hungarian
135#ports-irc
136#ports-japanese
137#ports-java
138#ports-korean
139#ports-lang
140#ports-mail
141#ports-math
142#ports-mbone
143#ports-misc
144#ports-multimedia
145#ports-net
146#ports-news
147#ports-palm
148#ports-picobsd
149#ports-polish
150#ports-portuguese
151#ports-print
152#ports-russian
153#ports-science
154#ports-security
155#ports-shells
156#ports-sysutils
157#ports-textproc
158#ports-ukrainian
159#ports-vietnamese
160#ports-www
161#ports-x11
162#ports-x11-clocks
163#ports-x11-fm
164#ports-x11-fonts
165#ports-x11-servers
166#ports-x11-toolkits
167#ports-x11-wm
168
169## Documentation
170#
171# The easiest way to get the doc tree is to use the "doc-all"
172# mega-collection.  It includes all of the individual "doc-*"
173# collections,
174doc-all
175
176## CVSROOT control files
177#
178# This is to get the control files that cvs(1) needs and the commit logs.
179cvsroot-all
180
181# These are the individual collections that make up "cvsroot-all"  If you
182# use these, be sure to comment out "cvsroot-all" above.  "cvsroot-common"
183# is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
184# directories merged into one, and merged commitlogs via symlinks.
185#cvsroot-common
186#cvsroot-src
187#cvsroot-ports
188#cvsroot-doc
189