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