qi: Added new (implicit) special variable 'opt_skiprecipe' to ignore a recipe
[dragora.git] / recipes / 00-core.order
blobf1ca4a6b7c69c4cfcee314c11e5fb3f0abef1119
1 # HOW TO READ THIS FILE:
3 # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
4 # the file might look like:
6 #   a.recipe: c.recipe b.recipe
7 #   b.recipe:
8 #   c.recipe: b.recipe
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:
14 #   b.recipe
15 #   c.recipe
16 #   a.recipe
18 # Commented lines starting with a '#' are allowed.  Blank lines,
19 # colons, parentheses, and end of line are removed.
21 # For more information, type: info qi 'order file'
24 # File system structure and system configuration files
25 data/hierarchyfs: data/etc
27 # Main C library
28 kernel/headers:
29 devel/fortify-headers:
30 libs/musl:
32 # Native Language Support (NLS)
33 libs/gettext:
35 # Libraries, linker and compiler related
36 devel/m4:
37 libs/mpc: libs/mpfr libs/gmp
38 libs/gmp:
39 libs/mpfr: libs/gmp
40 libs/isl: libs/gmp
41 devel/flex: devel/bison
42 libs/zlib:
43 devel/gc: libs/libatomic_ops
44 devel/gcc: devel/binutils
45 libs/musl-compat:
46 libs/libaio:
47 libs/libsigsegv:
49 # Extended attributes, access control lists support on filesystems
50 tools/acl: tools/attr
52 # Capabilities commands and library (1/2)
53 libs/libcap: tools/attr
55 tools/ed:
56 tools/sed:
57 devel/pkgconf:
58 libs/ncurses: tools/gpm
59 tools/shadow:
60 tools/util-linux-pass1:
61 tools/procps-ng:
62 tools/e2fsprogs:
63 tools/coreutils:
64 tools/diffutils: tools/ed
65 devel/check: tools/gawk
66 data/iana-etc: tools/gawk
67 tools/gawk: libs/readline
68 libs/readline: libs/ncurses
69 devel/libtool:
70 perl/perl5: compressors/bzip2 db/berkeley-db db/gdbm
71 devel/automake: devel/autoconf
72 devel/help2man:
73 gnupg/libgcrypt: gnupg/libgpg-error
75 # Compression commands and library (1/2)
76 compressors/bzip2:
77 compressors/gzip:
78 compressors/clzip:
79 compressors/plzip: libs/lzlib
80 compressors/xlunzip:
81 compressors/xz:
82 compressors/unzip:
83 compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
84 tools/lziprecover:
85 libs/lzo:
87 # Cryptographic libraries
88 libs/nettle:
89 networking/libressl:
90 libs/libssh2: networking/libressl
92 libs/libarchive: libs/expat libs/nettle
94 devel/texinfo: perl/perl5
95 devel/gperf:
96 devel/bc:
97 tools/file:
98 tools/findutils: tools/mlocate
99 libs/pcre:
100 libs/pcre2:
101 tools/grep:
102 libs/popt:
104 # Some text editors
105 tools/moe:
106 tools/nano: dict/aspell
107 tools/vim-tiny:
109 # Manual page tool support
110 tools/man-db: libs/libpipeline db/gdbm tools/less tools/groff
112 # Extra command-line support for other programs
113 libs/libedit: libs/ncurses tools/groff
115 # Shells
116 shells/mksh:
117 shells/bash: libs/readline
119 tools/tar:
120 tools/tarlz: libs/lzlib
121 tools/patch: tools/ed
123 # Package manager(s)
124 tools/graft: perl/perl5
125 tools/qi: tools/tar tools/tarlz tools/graft perl/perl5
127 # FUSE support
128 libs/fuse2:
130 # More programming languages, libraries
131 devel/nasm:
132 devel/tcl: libs/zlib
133 lua/lua5: libs/readline
134 db/sqlite: devel/tcl libs/readline libs/zlib
135 python/python3: devel/valgrind libs/zlib libs/expat libs/libffi libs/readline networking/libressl
136 libs/libunistring:
137 libs/libidn:
138 libs/libidn2:
139 devel/guile: libs/libffi libs/libunistring
140 devel/gdb: libs/zlib libs/readline python/python3
141 devel/make: devel/guile
142 devel/clisp: libs/libffcall libs/libsigsegv
144 # Additional build systems (1/2)
145 devel/re2c:
146 devel/ninja:
147 devel/meson:
149 # Compression commands and library (2/2)
150 compressors/zstd: devel/meson
152 # Ruby programming language
153 ruby/ruby3: libs/libyaml
155 # Ruby gems
156 ruby/asciidoctor:
157 ruby/pygments:
159 # Language extras, modules
160 perl/xml-parser:
161 perl/uri:
162 perl/xml-sax: perl/xml-sax-base perl/xml-namespacesupport
163 perl/xml-sax-expat: perl/xml-sax
164 perl/xml-simple: perl/xml-sax-expat
165 perl/sgmlspm:
166 python/six: python/python3
167 python/mako: python/markupsafe
168 python/setuptools:
169 lua/luarocks: lua/lua5
171 # Build tools for internationalization (early)
172 tools/intltool: perl/xml-parser
174 # International Components for Unicode
175 libs/icu: python/python3
177 # XML, XSLT, DocBook, SGML support
178 libs/libxml2: compressors/xz python/python3 libs/readline libs/zlib gnupg/libgcrypt
179 libs/libxslt:
180 docbook/sgml-common:
181 docbook/docbook-xml: ruby/ruby3
182 docbook/docbook-xsl: docbook/docbook-xml
183 docbook/itstool:
184 docbook/xmlto:
185 docbook/opensp: docbook/xmlto docbook/sgml-common
186 docbook/openjade: docbook/opensp docbook/sgml-common
188 libs/libpsl: libs/libidn2 libs/icu libs/libxslt
190 # Capabilities commands and library (2/2)
191 libs/libcap-ng: python/python3
193 # Additional debuggers or related tools
194 devel/strace: perl/perl5
196 # Complete 'util-linux' since partial 'util-linux-pass1' ^
197 tools/util-linux: libs/readline python/python3
199 # Glib (1/2)
200 libs/glib2-pass1: python/python3
202 # Libevent (this may be used by some networking related tools)
203 libs/libevent: networking/libressl
205 # D-Bus support
206 libs/dbus-glib: daemons/dbus libs/expat
207 python/dbus-python:
209 # ELF/libelf support
210 devel/elfutils: libs/musl-fts libs/musl-obstack libs/libuargp
212 # Kernel-related
213 kernel/kmod: libs/zlib
214 kernel/generic: kernel/kmod kernel/headers
215 kernel/buildtree-generic:
216 kernel/firmware:
217 boot/eudev: kernel/kmod devel/gperf
219 # Time zone database
220 db/tzdb:
222 # Various ISO standards, database
223 data/iso-codes:
225 # PCI/USB user-space support
226 tools/pciutils: kernel/kmod libs/hwdata
227 tools/usbutils: libs/libusb libs/hwdata
228 libs/libusb-compat: libs/libusb
230 tools/psmisc: libs/ncurses
231 tools/dialog: tools/groff
232 tools/kbd:
233 tools/mc: libs/glib2-pass1
234 tools/which:
235 tools/lm-sensors:
236 tools/hdparm:
237 tools/isapnptools:
238 daemons/acpid:
240 # Extra filesystems and disk management
241 tools/lvm2: tools/mdadm
243 # Note: vim-tiny provides xxd(1), which is searched by dosfstools;
244 # finally, dosfstools is compiled as static to be able to remove
245 # vim (if someone does not need it).
246 tools/dosfstools: boot/eudev tools/vim-tiny
248 tools/xfsprogs: libs/liburcu libs/inih libs/icu libs/readline tools/util-linux
249 tools/reiser4progs: libs/libaal
250 tools/btrfs-progs: compressors/zstd libs/lzo
251 tools/squashfs-tools: tools/attr compressors/plzip
253 tools/ntfs-3g: libs/fuse2 tools/util-linux
254 tools/gptfdisk: libs/icu tools/util-linux
255 tools/parted: tools/lvm2 tools/util-linux
256 tools/ddrescue:
258 # System initialization and related
259 boot/sysvinit: boot/bootscripts
260 boot/perp:
261 daemons/scron:
262 tools/logrotate: libs/popt
263 daemons/sysklogd:
264 boot/efivar:
265 boot/grub: compressors/xz compressors/zstd boot/os-prober tools/mdadm tools/lvm2 tools/dosfstools libs/fuse2
267 # RPC support
268 libs/libtirpc:
269 devel/rpcsvc-proto:
270 libs/libnsl:
272 # Networking support
273 networking/ethtool: networking/libmnl
274 networking/ca-certificates:
275 networking/libpcap: networking/libnl3
276 networking/iw: networking/libnl3
277 networking/iwd: libs/readline
279 # SSL implementations
280 networking/libressl:
282 # This will be meet with requirements for GNUTLS and other software
283 libs/libtasn1:
284 networking/p11-kit: libs/libffi libs/libtasn1
285 networking/gnutls: devel/guile libs/nettle libs/libunistring networking/p11-kit libs/libtasn1
286 networking/nspr: networking/p11-kit db/sqlite
287 networking/nss: networking/nspr
289 # GnuPG support
290 gnupg/libgpg-error:
291 gnupg/libgcrypt:
292 gnupg/libassuan:
293 gnupg/libksba:
295 libs/npth:
296 gnupg/pinentry: gnupg/libgpg-error gnupg/libassuan
297 gnupg/gnupg2:
298 gnupg/gpgme:
300 # Networking utilities, libraries and daemons
301 networking/curl: libs/libssh2
302 networking/tcpdump:
304 networking/tcp_wrappers: libs/libnsl
305 networking/inetutils: networking/tcp_wrappers libs/ncurses
306 networking/ncftp:
307 networking/net-tools:
309 networking/openssh:
311 networking/libnftnl: networking/libmnl
312 networking/iptables: networking/libnftnl networking/libmnl
313 networking/nftables: networking/libnftnl networking/libmnl
314 networking/iproute2:
316 networking/dhcpcd:
318 networking/irssi: libs/glib2-pass1
319 libs/libmetalink: libs/expat
320 networking/wget: libs/libpsl libs/libmetalink
321 networking/wget2: libs/libpsl libs/libidn2 networking/nghttp2 compressors/xz compressors/bzip2 compressors/zstd libs/lzlib libs/zlib
322 networking/rsync: compressors/zstd libs/zlib
324 networking/wireless_tools:
325 networking/wpa_supplicant: daemons/dbus
326 networking/connman: daemons/dbus libs/glib2-pass1
327 networking/alpine: dict/aspell networking/ca-certificates
328 networking/lynx:
330 # Disk quota support
331 tools/quota: networking/libnl3
333 # Additional build systems (2/2)
334 devel/cmake: libs/libuv
336 # Libraries or programs that depends on cmake
337 libs/json-c: devel/cmake
339 # Glib (2/2).
341 # Replace 'glib2-pass1' in order to get the dbus, cmake support
342 libs/glib2:
344 # PPP support
345 networking/lpppd: networking/libpcap devel/cmake
346 networking/rp-pppoe: networking/lpppd
348 networking/hldig:
349 networking/weechat:
351 # Sudo implementation
352 tools/sudo:
354 # CD/DVD writing utilities, libraries
355 libs/libburn:
356 libs/libisofs:
357 libs/libisoburn: libs/libisofs libs/libburn
359 # Extra software
360 tools/htop: tools/lm-sensors networking/libnl3 python/python3
361 tools/tree:
362 tools/tmux: libs/libevent
364 tools/pmount:
365 tools/udevil: libs/glib2 boot/eudev tools/intltool
366 tools/pm-utils:
368 tools/dragora-installer: