]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - share/examples/cvsup/ports-supfile
MFC r238935,238960:
[FreeBSD/releng/9.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 # 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 # To keep your CVS tree up-to-date run:
11 #
12 #       csup ports-supfile
13 #
14 # Note that this only updates the tree contents and does not
15 # update what is actually installed.
16 #
17 # You may wish to change some of the settings in this file to better
18 # suit your system:
19 #
20 # host=CHANGE_THIS.FreeBSD.org
21 #               This specifies the server host which will supply the
22 #               file updates.  You must change it to one of the CVSup
23 #               mirror sites listed in the FreeBSD Handbook at
24 #               http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25 #               You can override this setting on the command line
26 #               with cvsup's "-h host" option.
27 #
28 # base=/var/db
29 #               This specifies the root where csup will store information
30 #               about the collections you have transferred to your system.
31 #               A setting of "/var/db" will generate this information in
32 #               /var/db/sup.  You can override the "base" setting on the
33 #               command line with cvsup's "-b base" option.  This directory
34 #               must exist in order to run CVSup.
35 #
36 # prefix=/usr
37 #               This specifies where to place the requested files.  A
38 #               setting of "/usr" will place all of the files requested
39 #               in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang").
40 #               The prefix directory must exist in order to run CVSup.
41
42 # Defaults that apply to all the collections
43 #
44 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
45 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
46 *default host=CHANGE_THIS.FreeBSD.org
47 *default base=/var/db
48 *default prefix=/usr
49 *default release=cvs tag=.
50 *default delete use-rel-suffix
51
52 # If you seem to be limited by CPU rather than network or disk bandwidth, try
53 # commenting out the following line.  (Normally, today's CPUs are fast enough
54 # that you want to run compression.)
55 *default compress
56
57 ## Ports Collection.
58 #
59 # The easiest way to get the ports tree is to use the "ports-all"
60 # mega-collection.  It includes all of the individual "ports-*"
61 # collections,
62 ports-all
63
64 # These are the individual collections that make up "ports-all".  If you
65 # use these, be sure to comment out "ports-all" above.
66 #
67 # Be sure to ALWAYS cvsup the ports-base collection if you use any of the
68 # other individual collections below. ports-base is a mandatory collection
69 # for the ports collection, and your ports may not build correctly if it
70 # is not kept up to date.
71 #ports-base
72 #ports-accessibility
73 #ports-arabic
74 #ports-archivers
75 #ports-astro
76 #ports-audio
77 #ports-benchmarks
78 #ports-biology
79 #ports-cad
80 #ports-chinese
81 #ports-comms
82 #ports-converters
83 #ports-databases
84 #ports-deskutils
85 #ports-devel
86 #ports-dns
87 #ports-editors
88 #ports-emulators
89 #ports-finance
90 #ports-french
91 #ports-ftp
92 #ports-games
93 #ports-german
94 #ports-graphics
95 #ports-hebrew
96 #ports-hungarian
97 #ports-irc
98 #ports-japanese
99 #ports-java
100 #ports-korean
101 #ports-lang
102 #ports-mail
103 #ports-math
104 #ports-misc
105 #ports-multimedia
106 #ports-net
107 #ports-net-im
108 #ports-net-mgmt
109 #ports-net-p2p
110 #ports-news
111 #ports-palm
112 #ports-polish
113 #ports-ports-mgmt
114 #ports-portuguese
115 #ports-print
116 #ports-russian
117 #ports-science
118 #ports-security
119 #ports-shells
120 #ports-sysutils
121 #ports-textproc
122 #ports-ukrainian
123 #ports-vietnamese
124 #ports-www
125 #ports-x11
126 #ports-x11-clocks
127 #ports-x11-drivers
128 #ports-x11-fm
129 #ports-x11-fonts
130 #ports-x11-servers
131 #ports-x11-themes
132 #ports-x11-toolkits
133 #ports-x11-wm