haiku/headers/build/os/package
Ingo Weinhold 98c6dfa41e Switch build system from optional package to repositories
* Build libsolv and the dependency solver part of the package kit for
  the build platform.
* Add build tool get_package_dependencies. Given a list of package files
  and a list of repository files it determines the additional packages
  that need to be retrieved from the repositories and prints their URLs.
* Add rules to work with external repositories in the build system
  (build/jam/RepositoryRules):
  - PackageRepository declares an external repository with all its
    packages. The URL of the repository file isn't specified. It is
    computed from a given base URL and the SHA256 hash of the list of
    package files.
  - GeneratedRepositoryPackageList generates a file containing the file
    names of all packages in a repository.
  - IsPackageAvailable returns whether a package is available in any
    repository.
  - PackageURL returns the URL for a package.
* Declare the HaikuPorts repository for x86_gcc2
  (build/jam/repositories/HaikuPorts/x86_gcc2).
* Add rule AddHaikuImagePackages to add a package to the image and rule
  IsHaikuImagePackageAdded to determine whether a package has been
  added.
* OptionalPackages: Remove all entries that just downloaded and
  installed an external package. AddHaikuImagePackages can be used
  instead and is used in the remaining entries. Also move the remaining
  optional package dependency declarations from
  OptionalPackageDependencies here.
* ExtractBuildFeatureArchives: Instead of the URL parameter a package
  name must be specified now. This allows to simplify BuildFeatures
  significantly, since there's no dealing with URLs anymore. "if" out
  the entries that aren't supported yet.
* build_haiku_image: For the packages installed in system and common
  resolve their dependencies and download and install them as well.
2013-07-05 10:51:42 +02:00
..
hpkg Move package attribute ID definitions to a separate file 2013-05-25 01:12:35 +02:00
solver Switch build system from optional package to repositories 2013-07-05 10:51:42 +02:00
AddRepositoryRequest.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
Attributes.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
Context.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
DownloadFileRequest.h Add DownloadFileRequest 2013-04-20 21:40:11 +02:00
DropRepositoryRequest.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
GlobalWritableFileInfo.h hpkg format: Generalize user/global settings file attributes 2013-06-06 00:17:02 +02:00
InstallationLocationInfo.h Add BInstallationLocationInfo 2013-04-14 17:06:26 +02:00
Job.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageArchitecture.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageDefs.h Add BPackageRoster::GetActivePackages() 2011-07-17 16:55:22 +02:00
PackageFlags.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageInfo.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageInfoAttributes.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageInfoContentHandler.h Add class BPackageInfoContentHandler 2011-07-17 16:55:21 +02:00
PackageInfoSet.h Pull class BPackageInfoSet out of BRepositoryCache 2011-07-17 16:55:21 +02:00
PackageResolvable.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageResolvableExpression.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageResolvableOperator.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageResolvableType.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageRoster.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
PackageVersion.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
RefreshRepositoryRequest.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
RepositoryCache.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
RepositoryConfig.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
RepositoryInfo.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
Request.h Build libpackage for the build platform 2011-07-17 16:54:10 +02:00
User.h hpkg format: Add attributes for declaring users and groups 2013-05-25 01:12:37 +02:00
UserSettingsFileInfo.h hpkg format: Add attributes for declaring settings files 2013-05-25 01:12:34 +02:00
WritableFileUpdateType.h hpkg format: Generalize user/global settings file attributes 2013-06-06 00:17:02 +02:00