00-core.order 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. # HOW TO READ THIS FILE:
  2. #
  3. # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
  4. # the file might look like:
  5. #
  6. # a.recipe: c.recipe b.recipe
  7. # b.recipe:
  8. # c.recipe: b.recipe
  9. #
  10. # Each letter represents a recipe name, complete dependencies for
  11. # the first recipe name are listed in descending order, which is
  12. # printed from right to left, and removed from left to right:
  13. #
  14. # b.recipe
  15. # c.recipe
  16. # a.recipe
  17. #
  18. # Commented lines starting with a '#' are allowed. Blank lines,
  19. # colons, parentheses, and end of line are removed.
  20. #
  21. # For more information, type: info qi 'order file'
  22. #
  23. # File system structure and system configuration files
  24. data/hierarchyfs: data/etc
  25. # Main C library
  26. libs/musl: kernel/headers
  27. devel/bsdcompat-headers:
  28. # Native Language Support (NLS)
  29. tools/gettext-tiny:
  30. # Libraries, linker and compiler related
  31. devel/m4:
  32. libs/mpc: libs/mpfr libs/gmp
  33. libs/gmp:
  34. libs/mpfr: libs/gmp
  35. libs/isl: libs/gmp
  36. devel/flex: devel/bison
  37. libs/libz:
  38. devel/gc: libs/libatomic_ops
  39. devel/gcc: devel/binutils
  40. tools/musl-utils:
  41. libs/libaio:
  42. libs/libsigsegv:
  43. # Extended attributes, access control lists support on filesystems
  44. tools/acl: tools/attr
  45. # Capabilities commands and library (1/2)
  46. libs/libcap: tools/attr
  47. tools/ed:
  48. tools/sed:
  49. devel/pkgconf:
  50. libs/ncurses: tools/gpm
  51. tools/shadow:
  52. tools/util-linux_pass1:
  53. tools/procps-ng:
  54. tools/e2fsprogs:
  55. tools/coreutils:
  56. tools/diffutils: tools/ed
  57. devel/check: tools/gawk
  58. data/iana-etc: tools/gawk
  59. tools/gawk: libs/readline
  60. libs/readline: libs/ncurses
  61. devel/libtool:
  62. perl/perl5: compressors/bzip2 db/berkeley-db db/gdbm
  63. devel/automake: devel/autoconf
  64. devel/help2man:
  65. libs/libgcrypt: libs/libgpg-error
  66. # Compression commands and library
  67. compressors/bzip2:
  68. compressors/gzip:
  69. compressors/clzip:
  70. compressors/plzip: libs/lzlib
  71. compressors/xlunzip:
  72. compressors/xz:
  73. compressors/unzip:
  74. compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
  75. tools/lziprecover:
  76. # Cryptographic libraries
  77. libs/nettle:
  78. networking/libressl:
  79. libs/libarchive: libs/expat libs/nettle
  80. devel/texinfo: perl/perl5
  81. devel/bc:
  82. tools/file:
  83. tools/findutils: tools/mlocate
  84. tools/grep: libs/pcre
  85. libs/popt:
  86. # Some text editors
  87. tools/moe:
  88. tools/nano: dict/aspell
  89. tools/vim_tiny:
  90. # Manual page tool support
  91. tools/man-db: libs/libpipeline db/gdbm tools/less tools/groff
  92. # Extra command-line support for other programs
  93. libs/libedit: libs/ncurses tools/groff
  94. # Shells
  95. shells/mksh:
  96. shells/bash: libs/readline
  97. tools/tar:
  98. tools/tarlz: libs/lzlib
  99. tools/patch: tools/ed
  100. # Package manager(s)
  101. tools/qi: tools/graft
  102. tools/graft: perl/perl5
  103. # FUSE support
  104. libs/fuse2:
  105. # More programming languages, libraries
  106. devel/nasm:
  107. devel/tcl: libs/libz
  108. lua/lua5: libs/readline
  109. db/sqlite: devel/tcl libs/readline libs/libz
  110. python/python3: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
  111. devel/gdb: libs/libz libs/readline python/python3
  112. devel/guile: libs/libffi libs/libunistring
  113. devel/make: devel/guile
  114. devel/clisp: libs/libffcall libs/libsigsegv
  115. # Additional build systems (1/2)
  116. devel/re2c:
  117. devel/ninja:
  118. devel/meson:
  119. # Ruby programming language
  120. ruby/ruby2: libs/libyaml
  121. # Ruby gems
  122. ruby/asciidoctor:
  123. # Language extras, modules
  124. perl/xml-parser:
  125. perl/uri:
  126. perl/xml-sax: perl/xml-sax_base perl/xml-namespacesupport
  127. perl/xml-sax_expat: perl/xml-sax
  128. perl/xml-simple: perl/xml-sax_expat
  129. perl/sgmlspm:
  130. python/six: python/python3
  131. python/pymako: python/markupsafe
  132. python/pysetuptools:
  133. lua/luarocks: lua/lua5
  134. # Build tools for internationalization (early)
  135. tools/intltool: perl/xml-parser
  136. # International Components for Unicode
  137. libs/icu: python/python3
  138. # XML, XSLT, DocBook, SGML support
  139. libs/libxml2: python/python3 libs/readline libs/libz libs/libgcrypt
  140. libs/libxslt:
  141. docbook/sgml-common:
  142. docbook/docbook-xml: ruby/ruby2
  143. docbook/docbook-xsl: docbook/docbook-xml
  144. docbook/itstool:
  145. docbook/xmlto:
  146. docbook/opensp: docbook/xmlto docbook/sgml-common
  147. docbook/openjade: docbook/opensp docbook/sgml-common
  148. # Capabilities commands and library (2/2)
  149. libs/libcap-ng: python/python3
  150. # Additional debuggers or related tools
  151. devel/strace: perl/perl5
  152. # Complete 'util-linux' since partial 'util-linux_pass1' ^
  153. tools/util-linux: libs/readline python/python3
  154. # Glib (1/2)
  155. libs/glib2_pass1: python/python3
  156. # Libevent (this may be used by some networking related tools)
  157. libs/libevent: networking/libressl
  158. # D-Bus support
  159. libs/dbus_glib: daemons/dbus libs/expat
  160. python/dbus_python:
  161. # Kernel-related
  162. kernel/kmod: libs/libz
  163. kernel/generic: kernel/kmod kernel/headers
  164. kernel/buildtree-generic:
  165. kernel/firmware:
  166. boot/eudev: kernel/kmod devel/gperf
  167. # Time zone database
  168. db/tzdb:
  169. # Various ISO standards, database
  170. data/iso-codes: tools/gettext-tiny
  171. # PCI/USB user-space support
  172. tools/pciutils: kernel/kmod libs/hwids
  173. tools/usbutils: libs/libusb libs/hwids
  174. tools/psmisc: libs/ncurses
  175. tools/dialog: tools/groff
  176. tools/kbd:
  177. tools/mc: libs/glib2_pass1
  178. tools/which:
  179. tools/lm_sensors:
  180. tools/hdparm:
  181. tools/isapnptools:
  182. daemons/acpid:
  183. # Extra file systems and disk management
  184. tools/lvm2: tools/mdadm
  185. # Note: vim_tiny provides xxd(1), which is searched by dosfstools;
  186. # finally, dosfstools is compiled as static to be able to remove
  187. # vim (if someone does not need it).
  188. tools/dosfstools: boot/eudev tools/vim_tiny
  189. tools/jfsutils: tools/util-linux
  190. tools/xfsprogs: libs/readline tools/util-linux tools/gettext-tiny
  191. tools/reiser4progs: libs/libaal
  192. # System initialization
  193. boot/sysvinit: boot/bootscripts
  194. daemons/scron: boot/perp
  195. daemons/socklog: boot/perp
  196. boot/perp:
  197. boot/grub: boot/os-prober tools/mdadm tools/lvm2 tools/dosfstools libs/fuse2
  198. # RPC support
  199. libs/libtirpc:
  200. devel/rpcsvc-proto:
  201. # Networking support
  202. networking/ethtool:
  203. networking/ca-certificates:
  204. networking/libpcap: networking/libnl3
  205. # SSL implementations
  206. networking/libressl:
  207. # This will be meet with requirements for GNUTLS and other software
  208. libs/libtasn1:
  209. networking/p11-kit: libs/libffi libs/libtasn1
  210. networking/gnutls: devel/guile libs/nettle libs/libunistring networking/p11-kit libs/libtasn1
  211. # GnuPG support
  212. libs/libgpg-error:
  213. libs/libgcrypt:
  214. gnupg/libassuan:
  215. gnupg/libksba:
  216. libs/npth:
  217. gnupg/pinentry-nox11: libs/libgpg-error gnupg/libassuan
  218. gnupg/gnupg2:
  219. gnupg/gpgme:
  220. # Networking utilities, libraries and daemons
  221. networking/curl:
  222. networking/tcpdump:
  223. networking/inetutils: networking/tcp_wrappers libs/ncurses
  224. networking/ncftp:
  225. networking/net-tools:
  226. networking/openssh:
  227. networking/libnftnl: networking/libmnl
  228. networking/iptables: networking/libnftnl networking/libmnl
  229. networking/nftables: networking/libnftnl networking/libmnl
  230. networking/iproute2:
  231. networking/dhcpcd:
  232. networking/irssi: networking/libressl libs/glib2_pass1
  233. networking/wget: networking/libressl
  234. networking/rsync: libs/libz
  235. networking/wireless_tools:
  236. networking/wpa_supplicant: daemons/dbus
  237. networking/connman: daemons/dbus libs/glib2_pass1
  238. networking/alpine: dict/aspell networking/ca-certificates
  239. networking/lynx:
  240. # Disk quota support
  241. tools/quota: networking/libnl3
  242. # Additional build systems (2/2)
  243. devel/cmake: libs/libuv
  244. # Glib (2/2).
  245. #
  246. # Replace 'glib2_pass1' in order to get the dbus, cmake support
  247. libs/glib2:
  248. # PPP support
  249. networking/lpppd: networking/libpcap devel/cmake
  250. networking/rp-pppoe: networking/lpppd
  251. networking/hldig:
  252. networking/weechat:
  253. devel/elfutils: libs/musl-fts libs/musl-obstack libs/libuargp
  254. # Sudo implementation
  255. tools/sudo:
  256. # Extra software
  257. tools/htop: networking/libnl3 python/python3
  258. tools/tree:
  259. tools/tmux: libs/libevent
  260. tools/pmount:
  261. tools/udevil: libs/glib2 boot/eudev tools/intltool
  262. tools/pm-utils:
  263. tools/dragora-installer: