From 0f3cedb16255a9fbe32b4269a04521e724953338 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 10 Feb 2008 22:25:36 +0000 Subject: [PATCH] Clean up and update our supfile examples. Remove most FreeBSD supfiles and keep FreeBSD-cvs-supfile (renamed to FreeBSD-supfile, like OpenBSD and NetBSD). --- share/examples/cvsup/FreeBSD-doc-supfile | 70 ----------- share/examples/cvsup/FreeBSD-gnats-supfile | 66 ---------- share/examples/cvsup/FreeBSD-ports-supfile | 139 --------------------- share/examples/cvsup/FreeBSD-stable-supfile | 116 ----------------- share/examples/cvsup/FreeBSD-standard-supfile | 95 -------------- .../cvsup/{FreeBSD-cvs-supfile => FreeBSD-supfile} | 18 +-- share/examples/cvsup/FreeBSD-www-supfile | 64 ---------- share/examples/cvsup/NetBSD-supfile | 22 +++- share/examples/cvsup/OpenBSD-supfile | 3 +- share/examples/cvsup/README | 19 +-- share/examples/cvsup/refuse | 27 ---- share/examples/cvsup/refuse.README | 59 --------- 12 files changed, 35 insertions(+), 663 deletions(-) delete mode 100644 share/examples/cvsup/FreeBSD-doc-supfile delete mode 100644 share/examples/cvsup/FreeBSD-gnats-supfile delete mode 100644 share/examples/cvsup/FreeBSD-ports-supfile delete mode 100644 share/examples/cvsup/FreeBSD-stable-supfile delete mode 100644 share/examples/cvsup/FreeBSD-standard-supfile rename share/examples/cvsup/{FreeBSD-cvs-supfile => FreeBSD-supfile} (90%) delete mode 100644 share/examples/cvsup/FreeBSD-www-supfile delete mode 100644 share/examples/cvsup/refuse delete mode 100644 share/examples/cvsup/refuse.README diff --git a/share/examples/cvsup/FreeBSD-doc-supfile b/share/examples/cvsup/FreeBSD-doc-supfile deleted file mode 100644 index ffab3dadac..0000000000 --- a/share/examples/cvsup/FreeBSD-doc-supfile +++ /dev/null @@ -1,70 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/doc-supfile,v 1.9 2004/05/24 06:23:15 cjc Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-doc-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# source of the FreeBSD doc tree -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup doc-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 doc-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/doc" (e.g., "/usr/doc/en_US.ISO8859-1"). -# The prefix directory must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -# -# "tag" in the next line should always either be "." to receive the most -# up-to-date files, or left blank (i.e., "*default release=cvs") to receive -# the CVS ,v files. The doc collection is not branched. -# -*default release=cvs tag=. -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -# This will retrieve the entire doc branch of the FreeBSD repository. -# This includes the handbook, FAQ, and translations thereof. -doc-all diff --git a/share/examples/cvsup/FreeBSD-gnats-supfile b/share/examples/cvsup/FreeBSD-gnats-supfile deleted file mode 100644 index 52311e49b4..0000000000 --- a/share/examples/cvsup/FreeBSD-gnats-supfile +++ /dev/null @@ -1,66 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/gnats-supfile,v 1.7 2004/05/24 06:23:15 cjc Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-gnats-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# FreeBSD GNATS bug report database. -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup gnats-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 gnats-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/gnats". -# The prefix directory must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -*default release=current -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -## GNATS database -# -gnats - diff --git a/share/examples/cvsup/FreeBSD-ports-supfile b/share/examples/cvsup/FreeBSD-ports-supfile deleted file mode 100644 index 017105d7eb..0000000000 --- a/share/examples/cvsup/FreeBSD-ports-supfile +++ /dev/null @@ -1,139 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.36 2007/01/31 14:35:05 pav Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-ports-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ src/share/examples/cvsup/ports-supfile,v 1.2 2003/06/17 04:36:57 dillon Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# FreeBSD-current ports collection. -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup ports-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 ports-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang"). -# The prefix directory must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -*default release=cvs tag=. -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -## Ports Collection. -# -# The easiest way to get the ports tree is to use the "ports-all" -# mega-collection. It includes all of the individual "ports-*" -# collections, -ports-all - -# These are the individual collections that make up "ports-all". If you -# use these, be sure to comment out "ports-all" above. -# -# Be sure to ALWAYS cvsup the ports-base collection if you use any of the -# other individual collections below. ports-base is a mandatory collection -# for the ports collection, and your ports may not build correctly if it -# is not kept up to date. -#ports-base -#ports-accessibility -#ports-arabic -#ports-archivers -#ports-astro -#ports-audio -#ports-benchmarks -#ports-biology -#ports-cad -#ports-chinese -#ports-comms -#ports-converters -#ports-databases -#ports-deskutils -#ports-devel -#ports-dns -#ports-editors -#ports-emulators -#ports-finance -#ports-french -#ports-ftp -#ports-games -#ports-german -#ports-graphics -#ports-hebrew -#ports-hungarian -#ports-irc -#ports-japanese -#ports-java -#ports-korean -#ports-lang -#ports-mail -#ports-math -#ports-mbone -#ports-misc -#ports-multimedia -#ports-net -#ports-net-im -#ports-net-mgmt -#ports-net-p2p -#ports-news -#ports-palm -#ports-polish -#ports-ports-mgmt -#ports-portuguese -#ports-print -#ports-russian -#ports-science -#ports-security -#ports-shells -#ports-sysutils -#ports-textproc -#ports-ukrainian -#ports-vietnamese -#ports-www -#ports-x11 -#ports-x11-clocks -#ports-x11-fm -#ports-x11-fonts -#ports-x11-servers -#ports-x11-themes -#ports-x11-toolkits -#ports-x11-wm diff --git a/share/examples/cvsup/FreeBSD-stable-supfile b/share/examples/cvsup/FreeBSD-stable-supfile deleted file mode 100644 index 6266483149..0000000000 --- a/share/examples/cvsup/FreeBSD-stable-supfile +++ /dev/null @@ -1,116 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/stable-supfile,v 1.30 2005/09/12 13:31:33 kensmith Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-stable-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# FreeBSD-stable source tree. -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup stable-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 stable-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib"). -# The prefix directory must exist in order to run CVSup. -# -############################################################################### -# -# DANGER! WARNING! LOOK OUT! VORSICHT! -# -# If you add any of the ports or doc collections to this file, be sure to -# specify them with a "tag" value set to ".", like this: -# -# ports-all tag=. -# doc-all tag=. -# -# If you leave out the "tag=." portion, CVSup will delete all of -# the files in your ports or doc tree. That is because the ports and doc -# collections do not use the same tags as the main part of the FreeBSD -# source tree. -# -############################################################################### - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -# The following line is for 6-stable. If you want 5-stable, 4-stable, -# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3", -# or "RELENG_2_2" respectively. -*default release=cvs tag=RELENG_6 -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -## Main Source Tree. -# -# The easiest way to get the main source tree is to use the "src-all" -# mega-collection. It includes all of the individual "src-*" collections. -# Please note: If you want to track -STABLE, leave this uncommented. -src-all - -# These are the individual collections that make up "src-all". If you -# use these, be sure to comment out "src-all" above. -#src-base -#src-bin -#src-contrib -#src-etc -#src-games -#src-gnu -#src-include -#src-kerberos5 -#src-kerberosIV -#src-lib -#src-libexec -#src-release -#src-sbin -#src-share -#src-sys -#src-tools -#src-usrbin -#src-usrsbin -# These are the individual collections that make up FreeBSD's crypto -# collection. They are no longer export-restricted and are a part of -# src-all -#src-crypto -#src-eBones -#src-secure -#src-sys-crypto diff --git a/share/examples/cvsup/FreeBSD-standard-supfile b/share/examples/cvsup/FreeBSD-standard-supfile deleted file mode 100644 index 6bce636af2..0000000000 --- a/share/examples/cvsup/FreeBSD-standard-supfile +++ /dev/null @@ -1,95 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/standard-supfile,v 1.23 2004/05/24 06:23:15 cjc Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-standard-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# FreeBSD-current source tree. -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup standard-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 standard-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib"). -# The prefix directory must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -*default release=cvs tag=. -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -## Main Source Tree. -# -# The easiest way to get the main source tree is to use the "src-all" -# mega-collection. It includes all of the individual "src-*" collections. -src-all - -# These are the individual collections that make up "src-all". If you -# use these, be sure to comment out "src-all" above. -#src-base -#src-bin -#src-contrib -#src-etc -#src-games -#src-gnu -#src-include -#src-kerberos5 -#src-kerberosIV -#src-lib -#src-libexec -#src-release -#src-sbin -#src-share -#src-sys -#src-tools -#src-usrbin -#src-usrsbin -# These are the individual collections that make up FreeBSD's crypto -# collection. They are no longer export-restricted and are a part of -# src-all -#src-crypto -#src-eBones -#src-secure -#src-sys-crypto diff --git a/share/examples/cvsup/FreeBSD-cvs-supfile b/share/examples/cvsup/FreeBSD-supfile similarity index 90% rename from share/examples/cvsup/FreeBSD-cvs-supfile rename to share/examples/cvsup/FreeBSD-supfile index eadc437060..c6000e4996 100644 --- a/share/examples/cvsup/FreeBSD-cvs-supfile +++ b/share/examples/cvsup/FreeBSD-supfile @@ -1,5 +1,5 @@ -# $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.43 2004/05/24 06:23:15 cjc Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-cvs-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ +# $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.47 2007/09/07 22:01:19 gabor Exp $ +# $DragonFly: src/share/examples/cvsup/FreeBSD-supfile,v 1.1 2008/02/10 22:25:36 swildner Exp $ # # This file contains all of the "CVSup collections" that make up the # CVS development tree of the FreeBSD system. @@ -33,11 +33,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. +# /usr/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/home/ncvs # This specifies where to place the requested files. A @@ -71,6 +69,7 @@ src-all # use these, be sure to comment out "src-all" above. #src-base #src-bin +#src-cddl #src-contrib #src-etc #src-games @@ -81,6 +80,7 @@ src-all #src-lib #src-libexec #src-release +#src-rescue #src-sbin #src-share #src-sys @@ -145,11 +145,14 @@ ports-all #ports-misc #ports-multimedia #ports-net +#ports-net-im #ports-net-mgmt +#ports-net-p2p #ports-news #ports-palm #ports-picobsd #ports-polish +#ports-ports-mgmt #ports-portuguese #ports-print #ports-russian @@ -163,6 +166,7 @@ ports-all #ports-www #ports-x11 #ports-x11-clocks +#ports-x11-drivers #ports-x11-fm #ports-x11-fonts #ports-x11-servers diff --git a/share/examples/cvsup/FreeBSD-www-supfile b/share/examples/cvsup/FreeBSD-www-supfile deleted file mode 100644 index 7b0100db7a..0000000000 --- a/share/examples/cvsup/FreeBSD-www-supfile +++ /dev/null @@ -1,64 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/www-supfile,v 1.6 2004/05/24 06:23:15 cjc Exp $ -# $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-www-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# source of the FreeBSD www tree -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup www-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 www-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. -# -# prefix=/usr -# This specifies where to place the requested files. A -# setting of "/usr" will place all of the files requested -# in "/usr/www" (e.g., "/usr/www/en", "/usr/www/ja"). -# The prefix directory must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/usr -*default release=cvs tag=. -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -# This collection retrieves the www/ tree of the FreeBSD repository -www diff --git a/share/examples/cvsup/NetBSD-supfile b/share/examples/cvsup/NetBSD-supfile index c65f101945..0e020bfdb7 100644 --- a/share/examples/cvsup/NetBSD-supfile +++ b/share/examples/cvsup/NetBSD-supfile @@ -1,4 +1,5 @@ -# $DragonFly: src/share/examples/cvsup/NetBSD-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ +# $NetBSD: netbsd-supfile,v 1.1 2007/06/09 11:32:56 dsieger Exp $ +# $DragonFly: src/share/examples/cvsup/NetBSD-supfile,v 1.3 2008/02/10 22:25:36 swildner Exp $ # # NETBSD-CVS-SUPFILE # @@ -25,11 +26,9 @@ # This specifies the root where CVSup will store information # about the collections you have transferred to your system. # A setting of "/usr" will generate this information in -# /usr/sup. Even if you are CVSupping a large number of -# collections, you will be hard pressed to generate more than -# ~1MB of data in this directory. You can override the -# "base" setting on the command line with cvsup's "-b base" -# option. This directory must exist in order to run CVSup. +# /usr/sup. You can override the "base" setting on the +# command line with cvsup's "-b base" option. This directory +# must exist in order to run CVSup. # # prefix=/home/nbcvs # This specifies where to place the requested files. A @@ -44,4 +43,15 @@ *default delete use-rel-suffix *default compress +# If you want all tree we have, use this line. netbsd + +# smaller collections +#netbsd-basesrc +#netbsd-cryptosrc-intl +#netbsd-doc +#netbsd-gnusrc +#netbsd-pkgsrc +#netbsd-sharesrc +#netbsd-syssrc +#netbsd-xsrc diff --git a/share/examples/cvsup/OpenBSD-supfile b/share/examples/cvsup/OpenBSD-supfile index 09d5c08f7e..78a4d8cb44 100644 --- a/share/examples/cvsup/OpenBSD-supfile +++ b/share/examples/cvsup/OpenBSD-supfile @@ -1,4 +1,4 @@ -# $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.3 2008/02/10 22:25:36 swildner Exp $ # # OPENBSD-CVS-SUPFILE # @@ -51,3 +51,4 @@ OpenBSD-all #OpenBSD-ports #OpenBSD-x11 #OpenBSD-xf4 +#OpenBSD-xenocara diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README index 383874ab1a..5d8d41c0be 100644 --- a/share/examples/cvsup/README +++ b/share/examples/cvsup/README @@ -1,10 +1,10 @@ # $FreeBSD: src/share/examples/cvsup/README,v 1.15.2.5 2002/12/03 05:58:04 kuriyama Exp $ -# $DragonFly: src/share/examples/cvsup/README,v 1.6 2007/04/01 12:20:50 swildner Exp $ +# $DragonFly: src/share/examples/cvsup/README,v 1.7 2008/02/10 22:25:36 swildner Exp $ This directory contains sample "supfiles" for obtaining and updating -the various BSD's via the Internet. These supfiles will work with CVSup -version 14.0 or later. For general information on CVSup itself, please -see http://www.freebsd.org/doc/handbook/cvsup.html +DragonFly and the various BSDs via the Internet. These supfiles will +work with CVSup version 14.0 or later. For general information on CVSup +itself, please see http://www.freebsd.org/doc/handbook/cvsup.html To maintain the sources for DragonFlyBSD, use one of: @@ -23,13 +23,11 @@ To maintain the sources for DragonFlyBSD, use one of: To maintain the sources for FreeBSD, use: - FreeBSD-cvs-supfile Main source tree for FreeBSD - - FreeBSD-ports-supfile Latest FreeBSD ports tree. + FreeBSD-supfile Main source tree for FreeBSD A list of mirrors is maintained at: - http://www.freebsd.org/doc/handbook/mirrors.html + http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS To maintain the sources for NetBSD, use: @@ -47,8 +45,3 @@ To maintain the sources for OpenBSD, use: A list of mirrors is maintained at: http://www.openbsd.org/cvsup.html#CVSROOT - -To prevent CVSup from updating particular directories and files, use -this file: - - refuse diff --git a/share/examples/cvsup/refuse b/share/examples/cvsup/refuse deleted file mode 100644 index 2bb4478f01..0000000000 --- a/share/examples/cvsup/refuse +++ /dev/null @@ -1,27 +0,0 @@ -doc/da_* -doc/de_* -doc/es_* -doc/el_* -doc/fr_* -doc/it_* -doc/ja_* -doc/nl_* -doc/no_* -doc/pl_* -doc/pt_* -doc/ru_* -doc/sr_* -doc/zh_* -ports/arabic -ports/chinese -ports/french -ports/german -ports/hebrew -ports/hungarian -ports/japanese -ports/korean -ports/polish -ports/portuguese -ports/russian -ports/ukrainian -ports/vietnamese diff --git a/share/examples/cvsup/refuse.README b/share/examples/cvsup/refuse.README deleted file mode 100644 index db45e84473..0000000000 --- a/share/examples/cvsup/refuse.README +++ /dev/null @@ -1,59 +0,0 @@ -$FreeBSD: /repoman/r/ncvs/src/share/examples/cvsup/refuse.README,v 1.1.2.11 2004/01/20 22:44:18 marcus Exp $ -$DragonFly: src/share/examples/cvsup/Attic/refuse.README,v 1.3 2004/08/09 20:55:19 justin Exp $ - -This describes the "refuse" file found in this directory. The -explanation cannot be put inside the file itself because: - - COMMENTS ARE NOT ALLOWED IN refuse FILES! - -Each line of the refuse file contains one or more filename patterns -separated by white space. Everything matched by a pattern will be -left untouched by CVSup. If a pattern matches a directory, then -everything beneath that directory will be left alone. - -You can copy "refuse" to your sup directory and add or remove -whatever you like. The example supfiles in this directory set -CVSup's base directory to "/usr". The sup directory is in the base -directory; i.e., it is "/usr/sup". If you have changed your base -directory, your sup directory is /path/to/base/sup. - -This file used to contain /usr/src/etc/sendmail/freebsd.mc in case -you modified that file. However, this was removed as it can break -buildworld. Modify /etc/mail/`hostname`.mc instead. - -If you are an English speaker and don't wish to receive the -foreign-language documentation or ports, use the following patterns: - - doc/da_* - doc/de_* - doc/es_* - doc/el_* - doc/fr_* - doc/it_* - doc/ja_* - doc/nl_* - doc/no_* - doc/pl_* - doc/pt_* - doc/ru_* - doc/sr_* - doc/zh_* - ports/arabic - ports/chinese - ports/french - ports/german - ports/hebrew - ports/hungarian - ports/japanese - ports/korean - ports/portuguese - ports/russian - ports/ukrainian - ports/vietnamese - -Use refuse files with care. Some parts of the src distribution -depend on files in completely different parts. - -For more information about refuse files see cvsup(1), which is -installed by the "cvsup" and "cvsup-bin" ports. See also the CVSup -FAQ at . -- 2.11.4.GIT