]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/examples/cvsup/ports-supfile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / examples / cvsup / ports-supfile
1 # $FreeBSD$
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=/var/db
32 #               This specifies the root where CVSup will store information
33 #               about the collections you have transferred to your system.
34 #               A setting of "/var/db" will generate this information in
35 #               /var/db/sup.  You can override the "base" setting on the
36 #               command line with cvsup's "-b base" option.  This directory
37 #               must exist in order to run CVSup.
38 #
39 # prefix=/usr
40 #               This specifies where to place the requested files.  A
41 #               setting of "/usr" will place all of the files requested
42 #               in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang").
43 #               The prefix directory must exist in order to run CVSup.
44
45 # Defaults that apply to all the collections
46 #
47 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
48 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
49 *default host=CHANGE_THIS.FreeBSD.org
50 *default base=/var/db
51 *default prefix=/usr
52 *default release=cvs tag=.
53 *default delete use-rel-suffix
54
55 # If you seem to be limited by CPU rather than network or disk bandwidth, try
56 # commenting out the following line.  (Normally, today's CPUs are fast enough
57 # that you want to run compression.)
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-accessibility
76 #ports-arabic
77 #ports-archivers
78 #ports-astro
79 #ports-audio
80 #ports-benchmarks
81 #ports-biology
82 #ports-cad
83 #ports-chinese
84 #ports-comms
85 #ports-converters
86 #ports-databases
87 #ports-deskutils
88 #ports-devel
89 #ports-dns
90 #ports-editors
91 #ports-emulators
92 #ports-finance
93 #ports-french
94 #ports-ftp
95 #ports-games
96 #ports-german
97 #ports-graphics
98 #ports-hebrew
99 #ports-hungarian
100 #ports-irc
101 #ports-japanese
102 #ports-java
103 #ports-korean
104 #ports-lang
105 #ports-mail
106 #ports-math
107 #ports-mbone
108 #ports-misc
109 #ports-multimedia
110 #ports-net
111 #ports-net-im
112 #ports-net-mgmt
113 #ports-net-p2p
114 #ports-news
115 #ports-palm
116 #ports-polish
117 #ports-ports-mgmt
118 #ports-portuguese
119 #ports-print
120 #ports-russian
121 #ports-science
122 #ports-security
123 #ports-shells
124 #ports-sysutils
125 #ports-textproc
126 #ports-ukrainian
127 #ports-vietnamese
128 #ports-www
129 #ports-x11
130 #ports-x11-clocks
131 #ports-x11-drivers
132 #ports-x11-fm
133 #ports-x11-fonts
134 #ports-x11-servers
135 #ports-x11-themes
136 #ports-x11-toolkits
137 #ports-x11-wm