]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/cvsup/ports-supfile
This commit was generated by cvs2svn to compensate for changes in r170964,
[FreeBSD/FreeBSD.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.  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=/var/db
53 *default prefix=/usr
54 *default release=cvs tag=.
55 *default delete use-rel-suffix
56
57 # If you seem to be limited by CPU rather than network or disk bandwidth, try
58 # commenting out the following line.  (Normally, today's CPUs are fast enough
59 # that you want to run compression.)
60 *default compress
61
62 ## Ports Collection.
63 #
64 # The easiest way to get the ports tree is to use the "ports-all"
65 # mega-collection.  It includes all of the individual "ports-*"
66 # collections,
67 ports-all
68
69 # These are the individual collections that make up "ports-all".  If you
70 # use these, be sure to comment out "ports-all" above.
71 #
72 # Be sure to ALWAYS cvsup the ports-base collection if you use any of the
73 # other individual collections below. ports-base is a mandatory collection
74 # for the ports collection, and your ports may not build correctly if it
75 # is not kept up to date.
76 #ports-base
77 #ports-accessibility
78 #ports-arabic
79 #ports-archivers
80 #ports-astro
81 #ports-audio
82 #ports-benchmarks
83 #ports-biology
84 #ports-cad
85 #ports-chinese
86 #ports-comms
87 #ports-converters
88 #ports-databases
89 #ports-deskutils
90 #ports-devel
91 #ports-dns
92 #ports-editors
93 #ports-emulators
94 #ports-finance
95 #ports-french
96 #ports-ftp
97 #ports-games
98 #ports-german
99 #ports-graphics
100 #ports-hebrew
101 #ports-hungarian
102 #ports-irc
103 #ports-japanese
104 #ports-java
105 #ports-korean
106 #ports-lang
107 #ports-mail
108 #ports-math
109 #ports-mbone
110 #ports-misc
111 #ports-multimedia
112 #ports-net
113 #ports-net-im
114 #ports-net-mgmt
115 #ports-net-p2p
116 #ports-news
117 #ports-palm
118 #ports-polish
119 #ports-ports-mgmt
120 #ports-portuguese
121 #ports-print
122 #ports-russian
123 #ports-science
124 #ports-security
125 #ports-shells
126 #ports-sysutils
127 #ports-textproc
128 #ports-ukrainian
129 #ports-vietnamese
130 #ports-www
131 #ports-x11
132 #ports-x11-clocks
133 #ports-x11-drivers
134 #ports-x11-fm
135 #ports-x11-fonts
136 #ports-x11-servers
137 #ports-x11-themes
138 #ports-x11-toolkits
139 #ports-x11-wm