summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Handle.pm
AgeCommit message (Expand)Author
2017-03-07okay "can't find" means error reported as wellMarc Espie
2017-03-07if we reported "Can't find CONTENTS", we know it's a bad package,Marc Espie
2017-03-07get rid of redundant "Can't find CONTENTS" if the location already twittedMarc Espie
2014-02-08scrape update_info when we have full plists.Marc Espie
2014-02-06don't store full directory objects if they're not "special", just knowingMarc Espie
2014-02-04check for errors before dependencies, anyways.Marc Espie
2014-02-03remove extra cache copy in memory...Marc Espie
2014-02-03zap duplicate test, spotted by Arto JonssonMarc Espie
2014-02-02simplify how "kept" packages are handled. First, we never need theirMarc Espie
2014-02-01handles are more adequate places to stash conflict lists, since they canMarc Espie
2014-01-30don't save empty errorsMarc Espie
2013-12-08also cover initial installations (which means we do try to installMarc Espie
2012-04-28add a "fake" handle class for base system updates and ForwardDependenciesMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-08-12if we ask for cleanup, always close the location. If it's not open, it'sMarc Espie
2010-07-31keep location open while we grab updateinfo.Marc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-30simple use of new state->repo APIMarc Espie
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