stable-supfile revision 172083
150476Speter# $FreeBSD: head/share/examples/cvsup/stable-supfile 172083 2007-09-07 22:01:19Z gabor $
217728Sjkh#
320488Sjdp# This file contains all of the "CVSup collections" that make up the
420488Sjdp# FreeBSD-stable source tree.
517728Sjkh#
620488Sjdp# CVSup (CVS Update Protocol) allows you to download the latest CVS
720488Sjdp# tree (or any branch of development therefrom) to your system easily
820488Sjdp# and efficiently (far more so than with sup, which CVSup is aimed
920488Sjdp# at replacing).  If you're running CVSup interactively, and are
1020488Sjdp# currently using an X display server, you should run CVSup as follows
1120488Sjdp# to keep your CVS tree up-to-date:
1220488Sjdp#
1317728Sjkh#	cvsup stable-supfile
1417728Sjkh#
1517728Sjkh# If not running X, or invoking cvsup from a non-interactive script, then
1617728Sjkh# run it as follows:
1717728Sjkh#
1817728Sjkh#	cvsup -g -L 2 stable-supfile
1917728Sjkh#
2020488Sjdp# You may wish to change some of the settings in this file to better
2117728Sjkh# suit your system:
2217728Sjkh#
2343907Sjdp# host=CHANGE_THIS.FreeBSD.org
2420488Sjdp#		This specifies the server host which will supply the
2543907Sjdp#		file updates.  You must change it to one of the CVSup
2643907Sjdp#		mirror sites listed in the FreeBSD Handbook at
27100945Sblackend#		http://www.freebsd.org/doc/handbook/mirrors.html.
2843907Sjdp#		You can	override this setting on the command line
2943907Sjdp#		with cvsup's "-h host" option.
3020488Sjdp#
31129642Scjc# base=/var/db
3220488Sjdp#		This specifies the root where CVSup will store information
3317728Sjkh#		about the collections you have transferred to your system.
34129642Scjc#		A setting of "/var/db" will generate this information in
35172083Sgabor#		/var/db/sup.  You can override the "base" setting on the
36172083Sgabor#		command line with cvsup's "-b base" option.  This directory
37172083Sgabor#		must exist in order to run CVSup.
3817728Sjkh#
3919619Sjdp# prefix=/usr
4020488Sjdp#		This specifies where to place the requested files.  A
4120488Sjdp#		setting of "/usr" will place all of the files requested
4220488Sjdp#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
4320488Sjdp#		The prefix directory must exist in order to run CVSup.
4427597Sjdp#
4527597Sjdp###############################################################################
4627597Sjdp#
4727597Sjdp# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
4827597Sjdp#
4981194Snik# If you add any of the ports or doc collections to this file, be sure to
5081194Snik# specify them with a "tag" value set to ".", like this:
5127597Sjdp#
5227597Sjdp#   ports-all tag=.
5381194Snik#   doc-all tag=.
5427597Sjdp#
5527597Sjdp# If you leave out the "tag=." portion, CVSup will delete all of
5681194Snik# the files in your ports or doc tree.  That is because the ports and doc
5781194Snik# collections do not use the same tags as the main part of the FreeBSD 
5881194Snik# source tree.
5927597Sjdp#
6027597Sjdp###############################################################################
6117728Sjkh
6220488Sjdp# Defaults that apply to all the collections
6343907Sjdp#
6443907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
65100945Sblackend# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
6643907Sjdp*default host=CHANGE_THIS.FreeBSD.org
67129642Scjc*default base=/var/db
6820488Sjdp*default prefix=/usr
69150034Skensmith# The following line is for 6-stable.  If you want 5-stable, 4-stable,
70150034Skensmith# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3",
71150034Skensmith# or "RELENG_2_2" respectively.
72150034Skensmith*default release=cvs tag=RELENG_6
7320488Sjdp*default delete use-rel-suffix
7417728Sjkh
75120190Seivind# If you seem to be limited by CPU rather than network or disk bandwidth, try
76120190Seivind# commenting out the following line.  (Normally, today's CPUs are fast enough
77120190Seivind# that you want to run compression.)
7820488Sjdp*default compress
7917728Sjkh
8020488Sjdp## Main Source Tree.
8120488Sjdp#
8220488Sjdp# The easiest way to get the main source tree is to use the "src-all"
8376071Sru# mega-collection.  It includes all of the individual "src-*" collections.
8476071Sru# Please note:  If you want to track -STABLE, leave this uncommented.
8520488Sjdpsrc-all
8620488Sjdp
8720488Sjdp# These are the individual collections that make up "src-all".  If you
8820488Sjdp# use these, be sure to comment out "src-all" above.
8920488Sjdp#src-base
9020488Sjdp#src-bin
91168716Sru#src-cddl
9220488Sjdp#src-contrib
9320488Sjdp#src-etc
9420488Sjdp#src-games
9520488Sjdp#src-gnu
9620488Sjdp#src-include
9757772Sjdp#src-kerberos5
9829763Sjdp#src-kerberosIV
9920488Sjdp#src-lib
10020488Sjdp#src-libexec
10120942Sjdp#src-release
102168716Sru#src-rescue
10320488Sjdp#src-sbin
10420488Sjdp#src-share
10520488Sjdp#src-sys
10620942Sjdp#src-tools
10720488Sjdp#src-usrbin
10820488Sjdp#src-usrsbin
10962851Smarkm# These are the individual collections that make up FreeBSD's crypto
11062851Smarkm# collection. They are no longer export-restricted and are a part of
11162851Smarkm# src-all
11230047Sjkh#src-crypto
11362851Smarkm#src-eBones
11420488Sjdp#src-secure
11550708Sjdp#src-sys-crypto
116