serenity/Userland/Utilities/pkg
kleines Filmröllchen 05af549bad pkg: Parse dependencies as part of the main port entry
The "dependency" lines really belong to the main port entry, it doesn't
make sense logically to represent them separately and handling them
together will also allow easier dependency management later on. This
commit greatly simplifies the port database parsing to facilitate this,
and removes the -d option from the command line. Instead, ports are
listed with their dependencies, if they have any.
2023-10-04 22:28:05 +02:00
..
AvailablePort.cpp PackageManager: Create /usr/Ports directory when updating the ports list 2023-09-17 16:38:21 -06:00
AvailablePort.h
CMakeLists.txt
InstalledPort.cpp pkg: Parse dependencies as part of the main port entry 2023-10-04 22:28:05 +02:00
InstalledPort.h pkg: Parse dependencies as part of the main port entry 2023-10-04 22:28:05 +02:00
main.cpp pkg: Parse dependencies as part of the main port entry 2023-10-04 22:28:05 +02:00
MarkdownTableFinder.h