Merge from vendor branch GROFF:
[dragonfly.git] / share / examples / cvsup / FreeBSD-ports-supfile
1 # $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.19.2.8 2002/12/15 15:47:22 lioux Exp $
2 # $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-ports-supfile,v 1.1 2003/08/11 12:14:24 rob 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 your network link is a T1 or faster, comment out the following line.
59 *default compress
60
61 ## Ports Collection.
62 #
63 # The easiest way to get the ports tree is to use the "ports-all"
64 # mega-collection.  It includes all of the individual "ports-*"
65 # collections,
66 ports-all
67
68 # These are the individual collections that make up "ports-all".  If you
69 # use these, be sure to comment out "ports-all" above.
70 #
71 # Be sure to ALWAYS cvsup the ports-base collection if you use any of the
72 # other individual collections below. ports-base is a mandatory collection
73 # for the ports collection, and your ports may not build correctly if it
74 # is not kept up to date.
75 #ports-base
76 #ports-archivers
77 #ports-astro
78 #ports-audio
79 #ports-benchmarks
80 #ports-biology
81 #ports-cad
82 #ports-chinese
83 #ports-comms
84 #ports-converters
85 #ports-databases
86 #ports-deskutils
87 #ports-devel
88 #ports-editors
89 #ports-emulators
90 #ports-finance
91 #ports-french
92 #ports-ftp
93 #ports-games
94 #ports-german
95 #ports-graphics
96 #ports-hebrew
97 #ports-hungarian
98 #ports-irc
99 #ports-japanese
100 #ports-java
101 #ports-korean
102 #ports-lang
103 #ports-mail
104 #ports-math
105 #ports-mbone
106 #ports-misc
107 #ports-multimedia
108 #ports-net
109 #ports-news
110 #ports-palm
111 #ports-picobsd
112 #ports-portuguese
113 #ports-print
114 #ports-russian
115 #ports-science
116 #ports-security
117 #ports-shells
118 #ports-sysutils
119 #ports-textproc
120 #ports-ukrainian
121 #ports-vietnamese
122 #ports-www
123 #ports-x11
124 #ports-x11-clocks
125 #ports-x11-fm
126 #ports-x11-fonts
127 #ports-x11-servers
128 #ports-x11-toolkits
129 #ports-x11-wm