]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/examples/cvsup/ports-supfile
MFC r249397:
[FreeBSD/stable/9.git] / share / examples / cvsup / ports-supfile
1 # $FreeBSD$
2 #
3 # This file contains all of the "CVSup collections" that make up the
4 # ports collection.
5 #
6 # csup (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
9 #                           _
10 # __      ____ _ _ __ _ __ (_)_ __   __ _
11 # \ \ /\ / / _` | '__| '_ \| | '_ \ / _` |
12 #  \ V  V / (_| | |  | | | | | | | | (_| |
13 #   \_/\_/ \__,_|_|  |_| |_|_|_| |_|\__, |
14 #                                   |___/
15 # cvsup for ports is being phased out as of 28 February 2013 and its
16 # use is discouraged. Users are advised to migrate to portsnap
17 # or svn directly.
18 #
19 # Note that this only updates the tree contents and does not
20 # update what is actually installed.
21 #
22 # You may wish to change some of the settings in this file to better
23 # suit your system:
24 #
25 # host=CHANGE_THIS.FreeBSD.org
26 #               This specifies the server host which will supply the
27 #               file updates.  You must change it to one of the CVSup
28 #               mirror sites listed in the FreeBSD Handbook at
29 #               http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
30 #               You can override this setting on the command line
31 #               with cvsup's "-h host" option.
32 #
33 # base=/var/db
34 #               This specifies the root where csup will store information
35 #               about the collections you have transferred to your system.
36 #               A setting of "/var/db" will generate this information in
37 #               /var/db/sup.  You can override the "base" setting on the
38 #               command line with cvsup's "-b base" option.  This directory
39 #               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/cvsup.html#CVSUP-MIRRORS.
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 #
77 # Use of individual collections is not a supported configuration.
78 #ports-base
79 #ports-accessibility
80 #ports-arabic
81 #ports-archivers
82 #ports-astro
83 #ports-audio
84 #ports-benchmarks
85 #ports-biology
86 #ports-cad
87 #ports-chinese
88 #ports-comms
89 #ports-converters
90 #ports-databases
91 #ports-deskutils
92 #ports-devel
93 #ports-dns
94 #ports-editors
95 #ports-emulators
96 #ports-finance
97 #ports-french
98 #ports-ftp
99 #ports-games
100 #ports-german
101 #ports-graphics
102 #ports-hebrew
103 #ports-hungarian
104 #ports-irc
105 #ports-japanese
106 #ports-java
107 #ports-korean
108 #ports-lang
109 #ports-mail
110 #ports-math
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-drivers
135 #ports-x11-fm
136 #ports-x11-fonts
137 #ports-x11-servers
138 #ports-x11-themes
139 #ports-x11-toolkits
140 #ports-x11-wm