#include <package.h>
Data Fields | |
| PmModule * | module |
| The module. | |
| PmAccessMode | accessMode |
| The file access mode. | |
| PmDatabase * | db |
| The database this resides in. | |
| char * | pkgFormat |
| The package's format. | |
| char * | osDistrib |
| The OS distribution. | |
| char * | filePath |
| The file path of the package. | |
| char * | name |
| The package's name. | |
| char * | version |
| The package's version. | |
| char * | release |
| The package's release identifier. | |
| char * | url |
| The website of the package. | |
| char * | group |
| The categorical group the package belongs to. | |
| char * | license |
| The package's license. | |
| char * | summary |
| A brief summary of the package. | |
| char * | description |
| A detailed description of the package. | |
| char * | arch |
| The supported architecture. | |
| char * | branch |
| The branch of the package. | |
| int | fileSize |
| The size of the package file. | |
| int | installedSize |
| The total size of all installed files. | |
| PmDownloadUrl * | downloadUrls |
| All URLs this package can be downloaded from. | |
| PmDownloadUrl * | lastDownloadUrl |
| The last download URL in the list. | |
| unsigned int | downloadUrlCount |
| The number of download URLs. | |
| PmDependency * | requirements |
| All required dependencies. | |
| PmDependency * | lastRequirement |
| The last required dependency. | |
| unsigned int | requirementCount |
| The number of requirements. | |
| PmDependency * | provides |
| All provided dependencies. | |
| PmDependency * | lastProvide |
| The last provided dependency. | |
| unsigned int | provideCount |
| The number of provides. | |
| PmFile * | files |
| All stored files. | |
| PmFile * | lastFile |
| The last stored file. | |
| unsigned int | fileCount |
| The number of files. | |
| PmPackage * | prev |
| Previous package in the list. | |
| PmPackage * | next |
| Next package in the list. | |
| char | _depsVerified |
| All dependencies verified. | |
| unsigned int | _curStep |
| The current step. | |
| unsigned int | _totalSteps |
| Total steps. | |
| char | _curOperation |
| Current operation. | |
| void * | dbData |
| Database-specific data. | |
|
|
Current operation. Don't touch. |
|
|
The current step. Don't touch. |
|
|
All dependencies verified.
|
|
|
Total steps. Don't touch. |
|
|
The file access mode.
|
|
|
The supported architecture.
|
|
|
The branch of the package.
|
|
|
The database this resides in.
|
|
|
Database-specific data.
|
|
|
A detailed description of the package.
|
|
|
The number of download URLs.
|
|
|
All URLs this package can be downloaded from.
|
|
|
The number of files.
|
|
|
The file path of the package.
|
|
|
All stored files.
|
|
|
The size of the package file.
|
|
|
The categorical group the package belongs to.
|
|
|
The total size of all installed files.
|
|
|
The last download URL in the list.
|
|
|
The last stored file.
|
|
|
The last provided dependency.
|
|
|
The last required dependency.
|
|
|
The package's license.
|
|
|
The module.
|
|
|
The package's name.
|
|
|
Next package in the list.
|
|
|
The OS distribution.
|
|
|
The package's format.
|
|
|
Previous package in the list.
|
|
|
The number of provides.
|
|
|
All provided dependencies.
|
|
|
The package's release identifier.
|
|
|
The number of requirements.
|
|
|
All required dependencies.
|
|
|
A brief summary of the package.
|
|
|
The website of the package.
|
|
|
The package's version.
|
1.2.15-20020430