Ravenports generated: 13 Dec 2020 19:47
[ravenports.git] / Mk / Misc / README
1 The conspiracy_variants file lists each port by bucket and namebase
2 and provides a list of variants.
3
4 It is generated during the process of publishing an update to Ravenports
5 and is primarily used during "all ports" prescan.  The list is sorted by
6 the unique namebase field.
7
8 It is formatted as follows:
9 <2-hexidecimal digit bucket> <namebase> <integer: number of variants> <var1> <var2> ... <varN>
10
11 e.g.
12
13 9E nawk 1 standard
14
15
16 The fpc_equivalents file lists each port by namebase, its version, and the
17 third field is the  equivalent FreeBSD Ports Collection entry.  An
18 exception is for generated ports which registers "generated".  If a port
19 has no equivalent and is not generated, the third field is set as "N/A".
20
21 The pupose of the fpc_equivalents file is to provide an input file for a
22 script to compare the Ravenport port versions with the FPC port versions
23 as a simple way of detecting out of date ports.