00-core.order 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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. kernel/headers:
  27. devel/fortify-headers:
  28. libs/musl:
  29. # Native Language Support (NLS)
  30. libs/gettext:
  31. # Libraries, linker and compiler related
  32. devel/m4:
  33. libs/mpc: libs/mpfr libs/gmp
  34. libs/gmp:
  35. libs/mpfr: libs/gmp
  36. libs/isl: libs/gmp
  37. devel/flex: devel/bison
  38. libs/zlib:
  39. devel/gc: libs/libatomic_ops
  40. devel/gcc: devel/binutils
  41. libs/musl-compat:
  42. libs/libaio:
  43. libs/libsigsegv:
  44. # Extended attributes, access control lists support on filesystems
  45. tools/acl: tools/attr
  46. # Capabilities commands and library (1/2)
  47. libs/libcap: tools/attr
  48. tools/ed:
  49. tools/sed:
  50. devel/pkgconf:
  51. libs/ncurses: tools/gpm
  52. tools/shadow:
  53. tools/util-linux-pass1:
  54. tools/procps-ng:
  55. tools/e2fsprogs:
  56. tools/coreutils:
  57. tools/diffutils: tools/ed
  58. devel/check: tools/gawk
  59. data/iana-etc: tools/gawk
  60. tools/gawk: libs/readline
  61. libs/readline: libs/ncurses
  62. devel/libtool:
  63. perl/perl5: compressors/bzip2 db/berkeley-db db/gdbm
  64. devel/automake: devel/autoconf
  65. devel/help2man:
  66. gnupg/libgcrypt: gnupg/libgpg-error
  67. # Compression commands and library
  68. compressors/bzip2:
  69. compressors/gzip:
  70. compressors/clzip:
  71. compressors/plzip: libs/lzlib
  72. compressors/xlunzip:
  73. compressors/xz:
  74. compressors/unzip:
  75. compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
  76. tools/lziprecover:
  77. libs/lzo:
  78. # Cryptographic libraries
  79. libs/nettle:
  80. networking/libressl:
  81. libs/libssh2: networking/libressl
  82. libs/libarchive: libs/expat libs/nettle
  83. devel/texinfo: perl/perl5
  84. devel/gperf:
  85. devel/bc:
  86. tools/file:
  87. tools/findutils: tools/mlocate
  88. libs/pcre:
  89. libs/pcre2:
  90. tools/grep:
  91. libs/popt:
  92. # Some text editors
  93. tools/moe:
  94. tools/nano: dict/aspell
  95. tools/vim-tiny:
  96. # Manual page tool support
  97. tools/man-db: libs/libpipeline db/gdbm tools/less tools/groff
  98. # Extra command-line support for other programs
  99. libs/libedit: libs/ncurses tools/groff
  100. # Shells
  101. shells/mksh:
  102. shells/bash: libs/readline
  103. tools/tar:
  104. tools/tarlz: libs/lzlib
  105. tools/patch: tools/ed
  106. # Package manager(s)
  107. tools/qi: tools/graft
  108. tools/graft: perl/perl5
  109. # FUSE support
  110. libs/fuse2:
  111. # More programming languages, libraries
  112. devel/nasm:
  113. devel/tcl: libs/zlib
  114. lua/lua5: libs/readline
  115. db/sqlite: devel/tcl libs/readline libs/zlib
  116. python/python3: devel/valgrind libs/zlib libs/expat libs/libffi libs/readline networking/libressl
  117. libs/libunistring:
  118. libs/libidn:
  119. libs/libidn2:
  120. devel/guile: libs/libffi libs/libunistring
  121. devel/gdb: libs/zlib libs/readline python/python3
  122. devel/make: devel/guile
  123. devel/clisp: libs/libffcall libs/libsigsegv
  124. # Additional build systems (1/2)
  125. devel/re2c:
  126. devel/ninja:
  127. devel/meson:
  128. # Ruby programming language
  129. ruby/ruby3: libs/libyaml
  130. # Ruby gems
  131. ruby/asciidoctor:
  132. ruby/pygments:
  133. # Language extras, modules
  134. perl/xml-parser:
  135. perl/uri:
  136. perl/xml-sax: perl/xml-sax-base perl/xml-namespacesupport
  137. perl/xml-sax-expat: perl/xml-sax
  138. perl/xml-simple: perl/xml-sax-expat
  139. perl/sgmlspm:
  140. python/six: python/python3
  141. python/mako: python/markupsafe
  142. python/setuptools:
  143. lua/luarocks: lua/lua5
  144. # Build tools for internationalization (early)
  145. tools/intltool: perl/xml-parser
  146. # International Components for Unicode
  147. libs/icu: python/python3
  148. # XML, XSLT, DocBook, SGML support
  149. libs/libxml2: python/python3 libs/readline libs/zlib gnupg/libgcrypt
  150. libs/libxslt:
  151. docbook/sgml-common:
  152. docbook/docbook-xml: ruby/ruby3
  153. docbook/docbook-xsl: docbook/docbook-xml
  154. docbook/itstool:
  155. docbook/xmlto:
  156. docbook/opensp: docbook/xmlto docbook/sgml-common
  157. docbook/openjade: docbook/opensp docbook/sgml-common
  158. libs/libpsl: libs/libidn2 libs/icu libs/libxslt
  159. # Capabilities commands and library (2/2)
  160. libs/libcap-ng: python/python3
  161. # Additional debuggers or related tools
  162. devel/strace: perl/perl5
  163. # Complete 'util-linux' since partial 'util-linux-pass1' ^
  164. tools/util-linux: libs/readline python/python3
  165. # Glib (1/2)
  166. libs/glib2-pass1: python/python3
  167. # Libevent (this may be used by some networking related tools)
  168. libs/libevent: networking/libressl
  169. # D-Bus support
  170. libs/dbus-glib: daemons/dbus libs/expat
  171. python/dbus-python:
  172. # ELF/libelf support
  173. devel/elfutils: libs/musl-fts libs/musl-obstack libs/libuargp
  174. # Kernel-related
  175. kernel/kmod: libs/zlib
  176. kernel/generic: kernel/kmod kernel/headers
  177. kernel/buildtree-generic:
  178. kernel/firmware:
  179. boot/eudev: kernel/kmod devel/gperf
  180. # Time zone database
  181. db/tzdb:
  182. # Various ISO standards, database
  183. data/iso-codes:
  184. # PCI/USB user-space support
  185. tools/pciutils: kernel/kmod libs/hwdata
  186. tools/usbutils: libs/libusb libs/hwdata
  187. libs/libusb-compat: libs/libusb
  188. tools/psmisc: libs/ncurses
  189. tools/dialog: tools/groff
  190. tools/kbd:
  191. tools/mc: libs/glib2-pass1
  192. tools/which:
  193. tools/lm-sensors:
  194. tools/hdparm:
  195. tools/isapnptools:
  196. daemons/acpid:
  197. # Extra filesystems and disk management
  198. tools/lvm2: tools/mdadm
  199. # Note: vim-tiny provides xxd(1), which is searched by dosfstools;
  200. # finally, dosfstools is compiled as static to be able to remove
  201. # vim (if someone does not need it).
  202. tools/dosfstools: boot/eudev tools/vim-tiny
  203. tools/xfsprogs: libs/liburcu libs/inih libs/icu libs/readline tools/util-linux
  204. tools/reiser4progs: libs/libaal
  205. tools/btrfs-progs: libs/lzo
  206. tools/squashfs-tools: tools/attr compressors/plzip
  207. # System initialization and related
  208. boot/sysvinit: boot/bootscripts
  209. boot/perp:
  210. daemons/scron:
  211. tools/logrotate: libs/popt
  212. daemons/sysklogd:
  213. boot/efivar:
  214. boot/grub: boot/os-prober tools/mdadm tools/lvm2 tools/dosfstools libs/fuse2
  215. # RPC support
  216. libs/libtirpc:
  217. devel/rpcsvc-proto:
  218. libs/libnsl:
  219. # Networking support
  220. networking/ethtool: networking/libmnl
  221. networking/ca-certificates:
  222. networking/libpcap: networking/libnl3
  223. networking/iw: networking/libnl3
  224. networking/iwd: libs/readline
  225. # SSL implementations
  226. networking/libressl:
  227. # This will be meet with requirements for GNUTLS and other software
  228. libs/libtasn1:
  229. networking/p11-kit: libs/libffi libs/libtasn1
  230. networking/gnutls: devel/guile libs/nettle libs/libunistring networking/p11-kit libs/libtasn1
  231. networking/nspr: networking/p11-kit db/sqlite
  232. networking/nss: networking/nspr
  233. # GnuPG support
  234. gnupg/libgpg-error:
  235. gnupg/libgcrypt:
  236. gnupg/libassuan:
  237. gnupg/libksba:
  238. libs/npth:
  239. gnupg/pinentry: gnupg/libgpg-error gnupg/libassuan
  240. gnupg/gnupg2:
  241. gnupg/gpgme:
  242. # Networking utilities, libraries and daemons
  243. networking/curl: libs/libssh2
  244. networking/tcpdump:
  245. networking/tcp_wrappers: libs/libnsl
  246. networking/inetutils: networking/tcp_wrappers libs/ncurses
  247. networking/ncftp:
  248. networking/net-tools:
  249. networking/openssh:
  250. networking/libnftnl: networking/libmnl
  251. networking/iptables: networking/libnftnl networking/libmnl
  252. networking/nftables: networking/libnftnl networking/libmnl
  253. networking/iproute2:
  254. networking/dhcpcd:
  255. networking/irssi: libs/glib2-pass1
  256. libs/libmetalink: libs/expat
  257. networking/wget: libs/libpsl libs/libmetalink
  258. networking/wget2: libs/libpsl libs/libidn2 networking/nghttp2 libs/lzlib libs/zlib
  259. networking/rsync: libs/zlib
  260. networking/wireless_tools:
  261. networking/wpa_supplicant: daemons/dbus
  262. networking/connman: daemons/dbus libs/glib2-pass1
  263. networking/alpine: dict/aspell networking/ca-certificates
  264. networking/lynx:
  265. # Disk quota support
  266. tools/quota: networking/libnl3
  267. # Additional build systems (2/2)
  268. devel/cmake: libs/libuv
  269. # Glib (2/2).
  270. #
  271. # Replace 'glib2-pass1' in order to get the dbus, cmake support
  272. libs/glib2:
  273. # PPP support
  274. networking/lpppd: networking/libpcap devel/cmake
  275. networking/rp-pppoe: networking/lpppd
  276. networking/hldig:
  277. networking/weechat:
  278. # Sudo implementation
  279. tools/sudo:
  280. # CD/DVD writing utilities, libraries
  281. libs/libburn:
  282. libs/libisofs:
  283. libs/libisoburn: libs/libisofs libs/libburn
  284. # Extra software
  285. tools/htop: tools/lm-sensors networking/libnl3 python/python3
  286. tools/tree:
  287. tools/tmux: libs/libevent
  288. tools/pmount:
  289. tools/udevil: libs/glib2 boot/eudev tools/intltool
  290. tools/pm-utils:
  291. tools/dragora-installer: