summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/AddDelete.pm
AgeCommit message (Expand)Author
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-14move deptree_header into AddDelete, use it in pkg_delete.Marc Espie
2011-07-13share codeMarc Espie
2011-07-13create DeleteSet as a specialized version of UpdateSets that printMarc Espie
2011-07-12move option -a up into common add/delete code, in preparation for pkg_deleteMarc Espie
2011-03-07run makewhatis during pkg_create in verbose mode.Marc Espie
2011-01-23hide details of "finish" inside PackingElement proper.Marc Espie
2010-12-29more stuff that uses print directly diesMarc Espie
2010-12-24move the handling of ldconfig to AddDelete::StateMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-12-18bump ->defines up to main state class.Marc Espie
2010-12-05tweak the framework so that individual modules don't exist and returnMarc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-08-13whitespaceMarc Espie
2010-07-12need to copy f() parameters, otherwise strange bugs with sub expressionsMarc Espie
2010-07-09fix pkg_mklocatedbMarc Espie
2010-07-06fuss over wantntogo, especially when it's false (make sure we still get :okMarc Espie
2010-07-04two config optionsMarc Espie
2010-07-01remove the try/catch in debug mode, so that we get the errors directly...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-30UpdateSet will need access to state->repo, so it's better to have allMarc Espie
2010-06-25clean-up options handling some moreMarc Espie
2010-06-25move handle_options in state, as should be.Marc Espie
2010-06-18whitespaceMarc Espie
2010-06-15more printing changes.Marc Espie
2010-06-09replace confusing (n to go) message with #done/#total annotations.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-05move use to common partMarc Espie
2010-06-05Move ask_list() method to $state object like it's done for confirm(), soLandry Breuil
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-01-11works much better if I actually add the option...Marc Espie
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2010-01-03-F tallyMarc Espie
2010-01-02replace vstat with modern code, almost ready for stacking vfs...Marc Espie
2009-12-28add -F carp as an extra debugging device: ^T handler will show a stackMarc Espie
2009-12-22progressmeter always, unless -x is givenTheo de Raadt
2009-12-21if we're not in a "pretend" mode, synchronization operations on vstat occurMarc Espie
2009-12-21much simpler SIG{INFO} handling: create a status object in state andMarc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-19create a $state->todo method to account for sets to install.Marc Espie
2009-12-17move the ntogo actual code in the progressmeter, so that -x shuts it off.Marc Espie
2009-12-14fuss about install msgs: new method state->ntogo, use it to annotate moreMarc Espie
2009-12-05make quirks silent. Track # of updates found, instead of newer size, sinceMarc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie