stable-supfile revision 240545
162053Smarkm# $FreeBSD: stable/9/share/examples/cvsup/stable-supfile 240545 2012-09-16 00:35:09Z eadler $
262765Smarkm#
362053Smarkm# This file contains all of the "CVSup collections" that make up the
462053Smarkm# FreeBSD-stable source tree.
562053Smarkm#
662053Smarkm# csup (CVS Update Protocol) allows you to download the latest CVS
762053Smarkm# tree (or any branch of development therefrom) to your system easily
862053Smarkm# and efficiently
962053Smarkm#
1062053Smarkm# To keep your CVS tree up-to-date run:
1162053Smarkm#
1262053Smarkm#	csup stable-supfile
1362053Smarkm#
1462053Smarkm# Note that this only updates the tree contents and does not
1562053Smarkm# update what is actually installed.
1662053Smarkm#
1762053Smarkm# You may wish to change some of the settings in this file to better
1862053Smarkm# suit your system:
1962053Smarkm#
2062053Smarkm# host=CHANGE_THIS.FreeBSD.org
2162053Smarkm#		This specifies the server host which will supply the
2262053Smarkm#		file updates.  You must change it to one of the CVSup
2362053Smarkm#		mirror sites listed in the FreeBSD Handbook at
2462053Smarkm#		http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
2562053Smarkm#		You can	override this setting on the command line
2662053Smarkm#		with cvsup's "-h host" option.
2762053Smarkm#
2862053Smarkm# base=/var/db
2962053Smarkm#		This specifies the root where csup will store information
3062053Smarkm#		about the collections you have transferred to your system.
3165686Smarkm#		A setting of "/var/db" will generate this information in
3274914Sjhb#		/var/db/sup.  You can override the "base" setting on the
3367365Sjhb#		command line with cvsup's "-b base" option.  This directory
3462053Smarkm#		must exist in order to run CVSup.
3574072Smarkm#
3669168Smarkm# prefix=/usr
3774072Smarkm#		This specifies where to place the requested files.  A
38100082Smarkm#		setting of "/usr" will place all of the files requested
3969168Smarkm#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
4067112Smarkm#		The prefix directory must exist in order to run CVSup.
4174072Smarkm#
4267112Smarkm###############################################################################
4362053Smarkm#
4462765Smarkm# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
4562053Smarkm#
4674072Smarkm# If you add any of the ports collections to this file, be sure to
4774072Smarkm# specify them with a "tag" value set to ".", like this:
4874072Smarkm#
4974072Smarkm#   ports-all tag=.
5074072Smarkm#
5174072Smarkm# If you leave out the "tag=." portion, CVSup will delete all of
5289170Smsmith# the files in your ports.  That is because the ports
5389170Smsmith# collections do not use the same tags as the main part of the FreeBSD 
5489170Smsmith# source tree.
5574072Smarkm#
5674072Smarkm###############################################################################
5774072Smarkm
5874072Smarkm# Defaults that apply to all the collections
5974072Smarkm#
6074072Smarkm# IMPORTANT: Change the next line to use one of the CVSup mirror sites
6174072Smarkm# listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
6274072Smarkm*default host=CHANGE_THIS.FreeBSD.org
6374072Smarkm*default base=/var/db
6474072Smarkm*default prefix=/usr
6574072Smarkm# The following line is for 9-stable.  If you want 8-stable, 7-stable,
6674072Smarkm# 6-stable, 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_8",
6774072Smarkm# "RELENG_7", "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or
6874072Smarkm# "RELENG_2_2" respectively.
6974072Smarkm*default release=cvs tag=RELENG_9
7074072Smarkm*default delete use-rel-suffix
7174072Smarkm
7262765Smarkm# If you seem to be limited by CPU rather than network or disk bandwidth, try
7374072Smarkm# commenting out the following line.  (Normally, today's CPUs are fast enough
7462053Smarkm# that you want to run compression.)
7565686Smarkm*default compress
7665856Sjhb
7762765Smarkm## Main Source Tree.
7874072Smarkm#
7974072Smarkm# The easiest way to get the main source tree is to use the "src-all"
8074072Smarkm# mega-collection.  It includes all of the individual "src-*" collections.
8162765Smarkm# Please note:  If you want to track -STABLE, leave this uncommented.
8291600Smarkmsrc-all
8365686Smarkm
8491600Smarkm# These are the individual collections that make up "src-all".  If you
8565686Smarkm# use these, be sure to comment out "src-all" above.
8674072Smarkm#src-base
8774072Smarkm#src-bin
8874072Smarkm#src-cddl
8974072Smarkm#src-contrib
9074072Smarkm#src-etc
9174072Smarkm#src-games
9274072Smarkm#src-gnu
9374072Smarkm#src-include
9474072Smarkm#src-kerberos5
9574072Smarkm#src-kerberosIV
9665686Smarkm#src-lib
9774072Smarkm#src-libexec
9874072Smarkm#src-release
9974072Smarkm#src-rescue
10091600Smarkm#src-sbin
10174072Smarkm#src-share
10274072Smarkm#src-sys
10374072Smarkm#src-tools
10465686Smarkm#src-usrbin
10574072Smarkm#src-usrsbin
10665686Smarkm# These are the individual collections that make up FreeBSD's crypto
10774072Smarkm# collection. They are no longer export-restricted and are a part of
10874072Smarkm# src-all
10974072Smarkm#src-crypto
11065686Smarkm#src-eBones
11174072Smarkm#src-secure
11274072Smarkm#src-sys-crypto
11374072Smarkm