summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Handle.pm
AgeCommit message (Expand)Author
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-11-28when resolving conflicts, don't recreate handles for packages being replacedMarc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-08let Handle display what went wrong.Marc Espie
2009-11-08bug-fix: if we can't find the package, it makes no sense to look in aMarc Espie
2009-11-08tracker/updater methods for state that auto-create the object.Marc Espie
2009-10-19cleanup method that does more or less what's neededMarc Espie
2009-10-19syntactic sugar: methods to access plist and location from handle.Marc Espie
2009-10-15missed one, tell tracker this is already installedMarc Espie
2009-10-15reorg codeMarc 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