cvs-supfile revision 43907
1# $Id: cvs-supfile,v 1.17 1998/08/09 23:29:14 asami 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/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/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 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# except "src-crypto", "src-eBones", and "src-secure".
66src-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-kerberosIV
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
88## Export-restricted collections.
89#
90# Only people in the USA and Canada may fetch these collections.  If
91# you are not in the USA or Canada, please use the collections in the
92# "secure-cvs-supfile" instead.
93#src-crypto
94#src-eBones
95#src-secure
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.
106#ports-archivers
107#ports-astro
108#ports-audio
109#ports-base
110#ports-benchmarks
111#ports-biology
112#ports-cad
113#ports-chinese
114#ports-comms
115#ports-converters
116#ports-databases
117#ports-deskutils
118#ports-devel
119#ports-editors
120#ports-emulators
121#ports-games
122#ports-german
123#ports-graphics
124#ports-japanese
125#ports-korean
126#ports-lang
127#ports-mail
128#ports-math
129#ports-mbone
130#ports-misc
131#ports-net
132#ports-news
133#ports-plan9
134#ports-print
135#ports-russian
136#ports-security
137#ports-shells
138#ports-sysutils
139#ports-textproc
140#ports-vietnamese
141#ports-www
142#ports-x11
143#ports-x11-clocks
144#ports-x11-fm
145#ports-x11-fonts
146#ports-x11-toolkits
147#ports-x11-wm
148