ladybird/Userland/Utilities/pkg
Gurkirat Singh fc8f6c07b4 Utilities/pkg: Integrate LibSemVer for update information
Along with this, Port.h is include which helps generalising common
information for the port package, like it's name and version. With
SemVer complaint versions, it is possible to show positive change
(upgrade) or negative change (downgrade) in the installed ports.

However, for some non-complaint versions (eg. using git commit hash),
non-equality (`!=`) is used to notify upgrade. Since there is no
algorithm (without git history) to check the order of commits, it is
not possible to inform whether it is an upgrade or downgrade.
2024-02-15 18:23:05 +01:00
..
AvailablePort.cpp Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
AvailablePort.h Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
CMakeLists.txt Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
InstalledPort.cpp Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
InstalledPort.h Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
main.cpp Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00
MarkdownTableFinder.h Utilities: Add basic Package manager skeleton utility 2023-08-07 13:24:25 -06:00
Port.h Utilities/pkg: Integrate LibSemVer for update information 2024-02-15 18:23:05 +01:00