summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm
AgeCommit message (Expand)Author
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