summaryrefslogtreecommitdiffstats
path: root/lib/App/ArchLinux/PackagerTools
AgeCommit message (Collapse)AuthorFilesLines
2018-12-18Fetch maintainers from archwebFlorian Pritz2-0/+90
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Remove cache size limitFlorian Pritz2-2/+0
The used key is incorrect and should have been 'max_size', but it's not needed yet so don't use it. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17PackagesDetailsFetcher: Cache 02packagesFlorian Pritz2-14/+14
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Config: Load config from file only onceFlorian Pritz1-1/+18
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Make context parameter explicitFlorian Pritz5-25/+25
This prevents a loop in $deps->{..}->{context} which is 1) unnecessary and 2) potentially breaks memory recovery when things get deleted. Not the case right now, but whatever. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17WIP Add cacheFlorian Pritz4-2/+89
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Add debug logging to CPAN constructorFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-17Use context variable to track singletonsFlorian Pritz2-2/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16CPAN: Build dist index lazilyFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16WIP Add configuration classFlorian Pritz1-0/+88
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16Remove implemented TODOFlorian Pritz1-1/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16Remove implemented TODOFlorian Pritz1-1/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16Move CPAN 02packages code to dedicated classFlorian Pritz2-15/+78
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-16WIP Add back cpanplus packages index codeFlorian Pritz1-4/+13
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-12-10Fix incorrect example for get_updateable_packages()Florian Pritz1-9/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Use zcat instead of IO::ZlibFlorian Pritz1-2/+1
Apparently IO::Zlib is quite slow compared to zcat and other modules aren't supposed to be much faster. Also this gives us free multithreading. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add reverse mapping of dist to pkgnameFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Batch calls to expac for performanceFlorian Pritz1-2/+66
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add missing use statementFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add debug output to CPAN index generationFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-19Add documentationFlorian Pritz2-31/+119
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-11-18Implement basic check for upgradable packagesFlorian Pritz2-0/+280
Signed-off-by: Florian Pritz <bluewind@xinu.at>