summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm
AgeCommit message (Expand)Author
2009-12-27solver is no longer needed at that point, so kill it. this shaves a bit ofMarc Espie
2009-12-27sortMarc Espie
2009-12-19create a $state->todo method to account for sets to install.Marc Espie
2009-12-14since some packages in updatesets don't need updates, be explicit about it.Marc Espie
2009-12-13okay, so old libs are not 'kept', keep track of updates correctly insteadMarc Espie
2009-12-13simplify set printingMarc Espie
2009-12-12fix the fam->libgamin issue. Look for update candidates in self beforeMarc Espie
2009-12-07don't use $set->print, consistent messages.Marc Espie
2009-12-07simplify tracker a bit now we know what we're doing.Marc Espie
2009-12-05make quirks silent. Track # of updates found, instead of newer size, sinceMarc Espie
2009-12-02fix some inter-dependencies case:Marc Espie
2009-11-30better errors: have $set->cleanup mark set as finished.Marc Espie
2009-11-29slightly simpler error handlingMarc Espie
2009-11-28prepare for "better" merge: we can't just wipe the old set, we have to pointMarc Espie
2009-11-24sets that were not solved should still display something...Marc Espie
2009-11-24more regular. Note that newer can be a hash as well (why not ?)Marc Espie
2009-11-22change the timing a bit: create a list of updateset first, and processMarc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11remove redirector: if we want to run system AND log, just say soMarc Espie
2009-11-11don't use Warn if we've got a $state, get through errprint/errsay.Marc Espie
2009-11-11also get most STDERR messages through the same wayMarc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-11make things so that $state->print always work, with or without progressmeter,Marc Espie
2009-11-11remove forwarders, and provide a sensible API that says what's going onMarc Espie
2009-11-11bad idea to inherit from Error, compose object insteadMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-10zap handle method, we finally no longer use it.Marc Espie
2009-11-10document what's going on...Marc Espie
2009-11-08add the notion of "hints" to UpdateSet, in order to unify -z/-l handling:Marc Espie
2009-11-04cleanup a bit printoutsMarc Espie
2009-10-19basic routines to handle the merging of updatesets: mark updatesets asMarc Espie
2009-10-15let handle compute pkgnames correctly, simplifies code a bitMarc Espie
2009-10-14move OpenBSD::Handle into its own file. I guess I need to disentangle thisMarc Espie
2009-10-14add a "print" method to ProgressMeter and StubProgress to allow me to cleanMarc Espie
2009-10-11store installed packages in a hash, since we have simple keys for that.Marc Espie
2009-10-10have modifiers return self so we can chain themMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2008-03-08rename forced to definesMarc Espie
2007-06-30move the UpdateSet stuff into its separate file, leaving Vstat much cleaner.Marc Espie
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie