Initial import from FreeBSD RELENG_4:
[games.git] / share / examples / cvsup / ports-supfile
1 # $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.19.2.8 2002/12/15 15:47:22 lioux Exp $
2 #
3 # This file contains all of the "CVSup collections" that make up the
4 # FreeBSD-current ports collection.
5 #
6 # CVSup (CVS Update Protocol) allows you to download the latest CVS
7 # tree (or any branch of development therefrom) to your system easily
8 # and efficiently (far more so than with sup, which CVSup is aimed
9 # at replacing).  If you're running CVSup interactively, and are
10 # currently using an X display server, you should run CVSup as follows
11 # to keep your CVS tree up-to-date:
12 #
13 #       cvsup ports-supfile
14 #
15 # If not running X, or invoking cvsup from a non-interactive script, then
16 # run it as follows:
17 #
18 #       cvsup -g -L 2 ports-supfile
19 #
20 # You may wish to change some of the settings in this file to better
21 # suit your system:
22 #
23 # host=CHANGE_THIS.FreeBSD.org
24 #               This specifies the server host which will supply the
25 #               file updates.  You must change it to one of the CVSup
26 #               mirror sites listed in the FreeBSD Handbook at
27 #               http://www.freebsd.org/doc/handbook/mirrors.html.
28 #               You can override this setting on the command line
29 #               with cvsup's "-h host" option.
30 #
31 # base=/usr
32 #               This specifies the root where CVSup will store information
33 #               about the collections you have transferred to your system.
34 #               A setting of "/usr" will generate this information in
35 #               /usr/sup.  Even if you are CVSupping a large number of
36 #               collections, you will be hard pressed to generate more than
37 #               ~1MB of data in this directory.  You can override the
38 #               "base" setting on the command line with cvsup's "-b base"
39 #               option.  This directory must exist in order to run CVSup.
40 #
41 # prefix=/usr
42 #               This specifies where to place the requested files.  A
43 #               setting of "/usr" will place all of the files requested
44 #               in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang").
45 #               The prefix directory must exist in order to run CVSup.
46
47 # Defaults that apply to all the collections
48 #
49 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
50 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
51 *default host=CHANGE_THIS.FreeBSD.org
52 *default base=/usr
53 *default prefix=/usr
54 *default release=cvs tag=.
55 *default delete use-rel-suffix
56
57 # If your network link is a T1 or faster, comment out the following line.
58 *default compress
59
60 ## Ports Collection.
61 #
62 # The easiest way to get the ports tree is to use the "ports-all"
63 # mega-collection.  It includes all of the individual "ports-*"
64 # collections,
65 ports-all
66
67 # These are the individual collections that make up "ports-all".  If you
68 # use these, be sure to comment out "ports-all" above.
69 #
70 # Be sure to ALWAYS cvsup the ports-base collection if you use any of the
71 # other individual collections below. ports-base is a mandatory collection
72 # for the ports collection, and your ports may not build correctly if it
73 # is not kept up to date.
74 #ports-base
75 #ports-archivers
76 #ports-astro
77 #ports-audio
78 #ports-benchmarks
79 #ports-biology
80 #ports-cad
81 #ports-chinese
82 #ports-comms
83 #ports-converters
84 #ports-databases
85 #ports-deskutils
86 #ports-devel
87 #ports-editors
88 #ports-emulators
89 #ports-finance
90 #ports-french
91 #ports-ftp
92 #ports-games
93 #ports-german
94 #ports-graphics
95 #ports-hebrew
96 #ports-hungarian
97 #ports-irc
98 #ports-japanese
99 #ports-java
100 #ports-korean
101 #ports-lang
102 #ports-mail
103 #ports-math
104 #ports-mbone
105 #ports-misc
106 #ports-multimedia
107 #ports-net
108 #ports-news
109 #ports-palm
110 #ports-picobsd
111 #ports-portuguese
112 #ports-print
113 #ports-russian
114 #ports-science
115 #ports-security
116 #ports-shells
117 #ports-sysutils
118 #ports-textproc
119 #ports-ukrainian
120 #ports-vietnamese
121 #ports-www
122 #ports-x11
123 #ports-x11-clocks
124 #ports-x11-fm
125 #ports-x11-fonts
126 #ports-x11-servers
127 #ports-x11-toolkits
128 #ports-x11-wm