cvs-supfile revision 34113
1# $Id: cvs-supfile,v 1.15 1997/10/02 00:01:32 jkh 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=cvsup.FreeBSD.org
24#		This specifies the server host which will supply the
25#		file updates.  Please change this to one of the mirror
26#		sites if possible.  (See the "README" file.)  You can
27#		override this setting on the command line with cvsup's
28#		"-h host" option.
29#
30# base=/usr
31#		This specifies the root where CVSup will store information
32#		about the collections you have transferred to your system.
33#		A setting of "/usr" will generate this information in
34#		/usr/sup.  Even if you are CVSupping a large number of
35#		collections, you will be hard pressed to generate more than
36#		~1MB of data in this directory.  You can override the
37#		"base" setting on the command line with cvsup's "-b base"
38#		option.  This directory must exist in order to run CVSup.
39#
40# prefix=/home/ncvs
41#		This specifies where to place the requested files.  A
42#		setting of "/home/ncvs" will place all of the files
43#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
44#		"/home/ncvs/ports/archivers").  The prefix directory
45#		must exist in order to run CVSup.
46
47# Defaults that apply to all the collections
48*default host=cvsup.FreeBSD.org
49*default base=/usr
50*default prefix=/home/ncvs
51*default release=cvs
52*default delete use-rel-suffix
53
54# If your network link is a T1 or faster, comment out the following line.
55*default compress
56
57## Main Source Tree.
58#
59# The easiest way to get the main source tree is to use the "src-all"
60# mega-collection.  It includes all of the individual "src-*" collections,
61# except "src-crypto", "src-eBones", and "src-secure".
62src-all
63
64# These are the individual collections that make up "src-all".  If you
65# use these, be sure to comment out "src-all" above.
66#src-base
67#src-bin
68#src-contrib
69#src-etc
70#src-games
71#src-gnu
72#src-include
73#src-kerberosIV
74#src-lib
75#src-libexec
76#src-release
77#src-sbin
78#src-share
79#src-sys
80#src-tools
81#src-usrbin
82#src-usrsbin
83
84## Export-restricted collections.
85#
86# Only people in the USA and Canada may fetch these collections.  If
87# you are not in the USA or Canada, please use the collections in the
88# "secure-cvs-supfile" instead.
89#src-crypto
90#src-eBones
91#src-secure
92
93## Ports Collection.
94#
95# The easiest way to get the ports tree is to use the "ports-all"
96# mega-collection.  It includes all of the individual "ports-*"
97# collections,
98ports-all
99
100# These are the individual collections that make up "ports-all".  If you
101# use these, be sure to comment out "ports-all" above.
102#ports-archivers
103#ports-astro
104#ports-audio
105#ports-base
106#ports-benchmarks
107#ports-biology
108#ports-cad
109#ports-chinese
110#ports-comms
111#ports-converters
112#ports-databases
113#ports-devel
114#ports-editors
115#ports-emulators
116#ports-games
117#ports-german
118#ports-graphics
119#ports-japanese
120#ports-korean
121#ports-lang
122#ports-mail
123#ports-math
124#ports-mbone
125#ports-misc
126#ports-net
127#ports-news
128#ports-plan9
129#ports-print
130#ports-russian
131#ports-security
132#ports-shells
133#ports-sysutils
134#ports-textproc
135#ports-vietnamese
136#ports-www
137#ports-x11
138