|
CARDS 2.4.140
Package manager for the NuTyX GNU/Linux distribution
|
Public Member Functions | |
| Repodwl (const char *fileName) | |
| void | downloadPortsPkgRepo (const std::string &packageName) |
| void | downloadPackageFileName (const std::string &packageName) |
| bool | checkBinaryExist (const std::string &packageName) |
| std::string | getPackageFileName (const std::string &packageName) |
| std::string | getPackageFileNameSignature (const std::string &packageName) |
| void | setPackageFileName (const std::string &packageFileName) |
| Repodwl (const char *fileName) | |
| void | downloadPortsPkgRepo (const std::string &packageName) |
| void | downloadPackageFileName (const std::string &packageName) |
| bool | checkBinaryExist (const std::string &packageName) |
| std::string | getPackageFileName (const std::string &packageName) |
| std::string | getPackageFileNameSignature (const std::string &packageName) |
| void | setPackageFileName (const std::string &packageFileName) |
Public Member Functions inherited from Pkgrepo | |
| Pkgrepo (const std::string &fileName) | |
| void | throwError (const std::string &s) const |
| std::set< std::string > | getListOutOfDate () |
| std::string | getPortDir (const std::string &portName) |
| std::string | getBasePortName (const std::string &portName) |
| std::string | getBasePackageName (const std::string &packageName) |
| std::string | getBasePackageVersion (const std::string &packageName) |
| std::string | getPortVersion (const std::string &portName) |
| int | getBasePackageRelease (const std::string &packageName) |
| int | getPortRelease (const std::string &portName) |
| bool | checkPortExist (const std::string &portName) |
| std::set< std::string > | getListOfPackagesFromCollection (const std::string &collectionName) |
| std::set< std::string > | getListOfPackagesFromSet (const std::string &collectionName) |
| time_t | getBinaryBuildTime (const std::string &portName) |
| std::set< std::string > | getBinaryPackageList () |
| std::set< Pkg * > | getBinaryPackageSet () |
| std::vector< RepoInfo > | getRepoInfo () |
| unsigned int | getPortsList () |
| bool | getBinaryPackageInfo (const std::string &packageName) |
| bool | getPortInfo (const std::string &portName) |
| Pkgrepo (const std::string &fileName) | |
| void | throwError (const std::string &s) const |
| std::set< std::string > | getListOutOfDate () |
| std::string | getPortDir (const std::string &portName) |
| std::string | getBasePortName (const std::string &portName) |
| std::string | getBasePackageName (const std::string &packageName) |
| std::string | getBasePackageVersion (const std::string &packageName) |
| std::string | getPortVersion (const std::string &portName) |
| int | getBasePackageRelease (const std::string &packageName) |
| int | getPortRelease (const std::string &portName) |
| bool | checkPortExist (const std::string &portName) |
| std::set< std::string > | getListOfPackagesFromCollection (const std::string &collectionName) |
| std::set< std::string > | getListOfPackagesFromSet (const std::string &collectionName) |
| time_t | getBinaryBuildTime (const std::string &portName) |
| std::set< std::string > | getBinaryPackageList () |
| std::set< Pkg * > | getBinaryPackageSet () |
| std::vector< RepoInfo > | getRepoInfo () |
| unsigned int | getPortsList () |
| bool | getBinaryPackageInfo (const std::string &packageName) |
| bool | getPortInfo (const std::string &portName) |
Additional Inherited Members | |
Static Public Member Functions inherited from Pkgrepo | |
| static int | parseConfig (const char *fileName, Config &config) |
| static int | parseConfig (const char *fileName, Config &config) |
Protected Member Functions inherited from Pkgrepo | |
| int | parseConfig (const char *fileName) |
| void | parsePkgRepoCollectionFile () |
| void | parseCollectionDirectory () |
| void | parseCurrentPackagePkgRepoFile () |
| void | parsePackagePkgfileFile () |
| int | parseConfig (const char *fileName) |
| void | parsePkgRepoCollectionFile () |
| void | parseCollectionDirectory () |
| void | parseCurrentPackagePkgRepoFile () |
| void | parsePackagePkgfileFile () |
Protected Attributes inherited from Pkgrepo | |
| bool | m_parsePkgRepoCollectionFile |
| bool | m_parseCollectionDirectory |
| bool | m_parsePackagePkgfileFile |
| std::vector< PortsDirectory >::iterator | m_PortsDirectory_i |
| std::vector< BasePackageInfo >::iterator | m_BasePackageInfo_i |
| std::vector< PortFilesList >::iterator | m_PortFilesList_i |
| std::vector< PortFilesList > | m_portFilesList |
| std::string | m_configFileName |
| Config | m_config |
| std::vector< PortsDirectory > | m_portsDirectoryList |
| void Repodwl::downloadPackageFileName | ( | const std::string & | packageName | ) |
download the packagefileName
Depends on: parsePkgRepoCollectionFile
populater: nothing
add: The packageFileName from the mirror
| void Repodwl::downloadPackageFileName | ( | const std::string & | packageName | ) |
download the packagefileName
Depends on: parsePkgRepoCollectionFile
populater: nothing
add: The packageFileName from the mirror
| void Repodwl::downloadPortsPkgRepo | ( | const std::string & | packageName | ) |
download the .PKGREPO of packageName
Depends on: parsePkgRepoCollectionFile
populate: nothing
add: the .PKGREPO of the packageName port from the mirror
| void Repodwl::downloadPortsPkgRepo | ( | const std::string & | packageName | ) |
download the .PKGREPO of packageName
Depends on: parsePkgRepoCollectionFile
populate: nothing
add: the .PKGREPO of the packageName port from the mirror