summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Handle.pm
AgeCommit message (Expand)Author
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-05-10whitespace fixesMarc Espie
2010-03-20if a package already contains an url marker (say, local stuff recreated),Marc Espie
2009-12-31fix for error message logging.Marc Espie
2009-12-31add meat to the "can't install" stupid handle messageMarc Espie
2009-12-30store url where we retrieved the package.Marc Espie
2009-12-29move check for already installed UP, which allows me to deal with UpdateSetMarc Espie
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