freebsd-dev/share/examples/cvsup/ports-supfile
1996-11-10 21:51:31 +00:00

90 lines
6.1 KiB
Plaintext

# $Id: ports-supfile,v 1.4 1996/11/07 12:38:33 asami Exp $
#
# This file contains all of the "CVSup collections" that comprise the FreeBSD
# ports collection 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 ports 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
#
# If your network link is ISDN or slower, you'll save time by using
# compression. Either add the "-z" option to the cvsup command line,
# or add the "compress" keyword to each collection in this supfile.
#
# You may want to change some of the settings in this file to better
# suit your system:
#
# base=/usr
# base 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.
#
# prefix=/usr
# prefix specifies where to place the requested files. A
# setting of "/usr" will place the all of the files
# requested in /usr/ports (e.g., /usr/ports/devel, /usr/ports/cad).
# The directory that is the prefix must exist in order for
# CVSup to transfer files successfully.
# There are two ways to CVSup the latest ports. One is to use the individual
# collections, and the other is to use the "ports-all" mega-collection,
# which includes everything except ports-distfiles.
# ports-all. Transfers everything except the distfiles.
ports-all release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
# ports-distfiles. This collection is HUGE. You will need a big disk
# and a good network connection to keep up with it.
#
# Note that the line for the ports-distfiles collection deviates from
# the pattern used for the other collections. That is because the other
# collections are taken from the CVS repository, whereas ports-distfiles
# is not.
#ports-distfiles release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
# Individual collections. See note on distfiles above.
#ports-base release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-archivers release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-astro release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-benchmarks release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-audio release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-cad release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-chinese release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-comms release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-databases release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-devel release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-editors release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-emulators release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-games release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-graphics release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-japanese release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-lang release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-mail release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-math release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-mbone release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-misc release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-net release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-news release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-plan9 release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-print release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-russian release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-security release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-shells release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-sysutils release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-www release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
#ports-x11 release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.