/share/examples/cvsup/cvs-supfile

https://bitbucket.org/freebsd/freebsd-head/ · #! · 189 lines · 180 code · 9 blank · 0 comment · 0 complexity · 145d0249848c31001c0c3100742e3ee4 MD5 · raw file

  1. # $FreeBSD$
  2. #
  3. # This file contains all of the "CVSup collections" that make up the
  4. # CVS development tree of the FreeBSD system.
  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 cvs-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=/home/ncvs
  37. # This specifies where to place the requested files. A
  38. # setting of "/home/ncvs" will place all of the files
  39. # requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
  40. # "/home/ncvs/ports/archivers"). The prefix directory
  41. # must exist in order to run CVSup.
  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=/home/ncvs
  49. *default release=cvs
  50. *default delete use-rel-suffix
  51. # If you seem to be limited by CPU rather than network or disk bandwidth, try
  52. # commenting out the following line. (Normally, today's CPUs are fast enough
  53. # that you want to run compression.)
  54. *default compress
  55. ## Main Source Tree.
  56. #
  57. # The easiest way to get the main source tree is to use the "src-all"
  58. # mega-collection. It includes all of the individual "src-*" collections.
  59. src-all
  60. # These are the individual collections that make up "src-all". If you
  61. # use these, be sure to comment out "src-all" above.
  62. #src-base
  63. #src-bin
  64. #src-cddl
  65. #src-contrib
  66. #src-etc
  67. #src-games
  68. #src-gnu
  69. #src-include
  70. #src-kerberos5
  71. #src-kerberosIV
  72. #src-lib
  73. #src-libexec
  74. #src-release
  75. #src-rescue
  76. #src-sbin
  77. #src-share
  78. #src-sys
  79. #src-tools
  80. #src-usrbin
  81. #src-usrsbin
  82. # These are the individual collections that make up FreeBSD's crypto
  83. # collection. They are no longer export-restricted and are a part of
  84. # src-all
  85. #src-crypto
  86. #src-eBones
  87. #src-secure
  88. #src-sys-crypto
  89. ## Ports Collection.
  90. #
  91. # The easiest way to get the ports tree is to use the "ports-all"
  92. # mega-collection. It includes all of the individual "ports-*"
  93. # collections,
  94. ports-all
  95. # These are the individual collections that make up "ports-all". If you
  96. # use these, be sure to comment out "ports-all" above and always include
  97. # "ports-base" if you use any of the other individual collections below.
  98. # Your ports may not build correctly without an up-to-date "ports-base".
  99. #
  100. #ports-base
  101. #
  102. #ports-accessibility
  103. #ports-arabic
  104. #ports-archivers
  105. #ports-astro
  106. #ports-audio
  107. #ports-benchmarks
  108. #ports-biology
  109. #ports-cad
  110. #ports-chinese
  111. #ports-comms
  112. #ports-converters
  113. #ports-databases
  114. #ports-deskutils
  115. #ports-devel
  116. #ports-dns
  117. #ports-editors
  118. #ports-emulators
  119. #ports-finance
  120. #ports-french
  121. #ports-ftp
  122. #ports-games
  123. #ports-german
  124. #ports-graphics
  125. #ports-hebrew
  126. #ports-hungarian
  127. #ports-irc
  128. #ports-japanese
  129. #ports-java
  130. #ports-korean
  131. #ports-lang
  132. #ports-mail
  133. #ports-math
  134. #ports-misc
  135. #ports-multimedia
  136. #ports-net
  137. #ports-net-im
  138. #ports-net-mgmt
  139. #ports-net-p2p
  140. #ports-news
  141. #ports-palm
  142. #ports-picobsd
  143. #ports-polish
  144. #ports-ports-mgmt
  145. #ports-portuguese
  146. #ports-print
  147. #ports-russian
  148. #ports-science
  149. #ports-security
  150. #ports-shells
  151. #ports-sysutils
  152. #ports-textproc
  153. #ports-ukrainian
  154. #ports-vietnamese
  155. #ports-www
  156. #ports-x11
  157. #ports-x11-clocks
  158. #ports-x11-drivers
  159. #ports-x11-fm
  160. #ports-x11-fonts
  161. #ports-x11-servers
  162. #ports-x11-themes
  163. #ports-x11-toolkits
  164. #ports-x11-wm
  165. ## Projects
  166. #
  167. # This collection retrieves the projects tree of the FreeBSD
  168. # repository
  169. projects-all
  170. ## CVSROOT control files
  171. #
  172. # This is to get the control files that cvs(1) needs and the commit logs.
  173. cvsroot-all
  174. # These are the individual collections that make up "cvsroot-all" If you
  175. # use these, be sure to comment out "cvsroot-all" above. "cvsroot-common"
  176. # is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
  177. # directories merged into one, and merged commitlogs via symlinks.
  178. #cvsroot-common
  179. #cvsroot-src
  180. #cvsroot-ports