cvs-supfile revision 45460
1221420Sdes# $Id: cvs-supfile,v 1.18 1999/02/11 18:14:03 jdp Exp $
298937Sdes#
3124208Sdes# This file contains all of the "CVSup collections" that make up the
4124208Sdes# CVS development tree of the FreeBSD system.
5124208Sdes#
6124208Sdes# CVSup (CVS Update Protocol) allows you to download the latest CVS
7124208Sdes# tree (or any branch of development therefrom) to your system easily
8124208Sdes# and efficiently (far more so than with sup, which CVSup is aimed
9124208Sdes# at replacing).  If you're running CVSup interactively, and are
10124208Sdes# currently using an X display server, you should run CVSup as follows
11124208Sdes# to keep your CVS tree up-to-date:
12124208Sdes#
13124208Sdes#	cvsup cvs-supfile
14124208Sdes#
15124208Sdes# If not running X, or invoking cvsup from a non-interactive script, then
16124208Sdes# run it as follows:
17124208Sdes#
18124208Sdes#	cvsup -g -L 2 cvs-supfile
19124208Sdes#
20124208Sdes# You may wish to change some of the settings in this file to better
21124208Sdes# suit your system:
22124208Sdes#
23124208Sdes# host=CHANGE_THIS.FreeBSD.org
24124208Sdes#		This specifies the server host which will supply the
25124208Sdes#		file updates.  You must change it to one of the CVSup
26124208Sdes#		mirror sites listed in the FreeBSD Handbook at
27124208Sdes#		http://www.freebsd.org/handbook/mirrors.html.
2898937Sdes#		You can	override this setting on the command line
29124208Sdes#		with cvsup's "-h host" option.
30124208Sdes#
3198937Sdes# base=/usr
32124208Sdes#		This specifies the root where CVSup will store information
33124208Sdes#		about the collections you have transferred to your system.
34162852Sdes#		A setting of "/usr" will generate this information in
35162852Sdes#		/usr/sup.  Even if you are CVSupping a large number of
36162852Sdes#		collections, you will be hard pressed to generate more than
37162852Sdes#		~1MB of data in this directory.  You can override the
38162852Sdes#		"base" setting on the command line with cvsup's "-b base"
3998937Sdes#		option.  This directory must exist in order to run CVSup.
4098937Sdes#
4198937Sdes# prefix=/home/ncvs
4298937Sdes#		This specifies where to place the requested files.  A
4398937Sdes#		setting of "/home/ncvs" will place all of the files
44113908Sdes#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
45124208Sdes#		"/home/ncvs/ports/archivers").  The prefix directory
46162852Sdes#		must exist in order to run CVSup.
4798937Sdes
48124208Sdes# Defaults that apply to all the collections
49124208Sdes#
50124208Sdes# IMPORTANT: Change the next line to use one of the CVSup mirror sites
51124208Sdes# listed at http://www.freebsd.org/handbook/mirrors.html.
52124208Sdes*default host=CHANGE_THIS.FreeBSD.org
53124208Sdes*default base=/usr
54124208Sdes*default prefix=/home/ncvs
55124208Sdes*default release=cvs
56137015Sdes*default delete use-rel-suffix
57137015Sdes
58137015Sdes# If your network link is a T1 or faster, comment out the following line.
59137015Sdes*default compress
60124208Sdes
61124208Sdes## Main Source Tree.
62124208Sdes#
63124208Sdes# The easiest way to get the main source tree is to use the "src-all"
64124208Sdes# mega-collection.  It includes all of the individual "src-*" collections,
65124208Sdes# except "src-crypto", "src-eBones", and "src-secure".
66124208Sdessrc-all
67124208Sdes
68124208Sdes# These are the individual collections that make up "src-all".  If you
69124208Sdes# use these, be sure to comment out "src-all" above.
70124208Sdes#src-base
71124208Sdes#src-bin
72124208Sdes#src-contrib
73124208Sdes#src-etc
74124208Sdes#src-games
75124208Sdes#src-gnu
76124208Sdes#src-include
77124208Sdes#src-kerberosIV
78124208Sdes#src-lib
79124208Sdes#src-libexec
80124208Sdes#src-release
81124208Sdes#src-sbin
82124208Sdes#src-share
83124208Sdes#src-sys
84124208Sdes#src-tools
85124208Sdes#src-usrbin
86124208Sdes#src-usrsbin
87124208Sdes
88124208Sdes## Export-restricted collections.
89124208Sdes#
90215116Sdes# Only people in the USA and Canada may fetch these collections.  If
91215116Sdes# you are not in the USA or Canada, please use the collections in the
92215116Sdes# "secure-cvs-supfile" instead.
93215116Sdes#src-crypto
94215116Sdes#src-eBones
95124208Sdes#src-secure
96124208Sdes
97124208Sdes## Ports Collection.
98124208Sdes#
99124208Sdes# The easiest way to get the ports tree is to use the "ports-all"
100124208Sdes# mega-collection.  It includes all of the individual "ports-*"
101124208Sdes# collections,
102124208Sdesports-all
103124208Sdes
104124208Sdes# These are the individual collections that make up "ports-all".  If you
105124208Sdes# use these, be sure to comment out "ports-all" above.
106124208Sdes#ports-archivers
107124208Sdes#ports-astro
108124208Sdes#ports-audio
109181111Sdes#ports-base
110181111Sdes#ports-benchmarks
111181111Sdes#ports-biology
112181111Sdes#ports-cad
113181111Sdes#ports-chinese
114124208Sdes#ports-comms
115124208Sdes#ports-converters
116124208Sdes#ports-databases
117124208Sdes#ports-deskutils
118124208Sdes#ports-devel
119124208Sdes#ports-editors
120124208Sdes#ports-emulators
121124208Sdes#ports-games
122124208Sdes#ports-german
123124208Sdes#ports-graphics
124124208Sdes#ports-japanese
125124208Sdes#ports-korean
126124208Sdes#ports-lang
127124208Sdes#ports-mail
128124208Sdes#ports-math
129124208Sdes#ports-mbone
130124208Sdes#ports-misc
131124208Sdes#ports-net
132124208Sdes#ports-news
133124208Sdes#ports-palm
134124208Sdes#ports-print
135124208Sdes#ports-russian
136124208Sdes#ports-security
137124208Sdes#ports-shells
138124208Sdes#ports-sysutils
139124208Sdes#ports-textproc
140124208Sdes#ports-vietnamese
141124208Sdes#ports-www
142124208Sdes#ports-x11
143124208Sdes#ports-x11-clocks
144162852Sdes#ports-x11-fm
145162852Sdes#ports-x11-fonts
146162852Sdes#ports-x11-toolkits
147162852Sdes#ports-x11-wm
148162852Sdes