summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup/ports-supfile
blob: a395cbf5cf1ce5e849d9f554746b2db0668f1e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# $Id: ports-supfile,v 1.2 1996/08/21 00:26:25 jkh 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
#
# You may want to change some of the settings in this file to better
# suit your system:
#
# base=/usr	
#		base specifies the root where SUP 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 SUPing a large number of
#		collections, you will be hard pressed to generate more than
#		~1MB of data in this directory.
#
# prefix=/usr/ports
#		prefix specifies where to place the requested files.  A
#		setting of "/usr/ports" will place the all of the files
#		requested in /usr/ports (ie /usr/ports/devel, /usr/ports/cad).
#		The directory that is the prefix must exist in order for
#		SUP to transfer files successfully.

# There are two ways to sup 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-distfile.

# ports-all and distfiles.  Note that the distfiles collection is HUGE,
# you will need a big disk and a good network connection to keep up.

#ports-distfiles release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix

ports-all release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.

# Individual collections.  See note on distfiles above.

#ports-distfiles release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix

#ports-base release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-archivers release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-astro release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-benchmarks release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-audio release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-cad release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-comms release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-databases release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-devel release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-editors release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-emulators release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-games release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-graphics release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-japanese release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-lang release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-mail release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-math release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-misc release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-net release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-news release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-plan9 release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-print release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-russian release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
#ports-security release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-shells release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-sysutils release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-www release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
#ports-x11 release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix 
OpenPOWER on IntegriCloud