summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/AddDelete.pm
AgeCommit message (Expand)Author
2017-03-01scrape most of the config frameworkMarc Espie
2017-02-27framework for some performance stats as a -V... option (like how muchMarc Espie
2016-06-15dedup interactive options handling code yet again.Marc Espie
2016-06-06fix somewhat broken inheritance: the actual -i/-I interactive dance isMarc Espie
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-01-04tweak the ntogo messages slightly so that they work better in all situationsMarc Espie
2015-01-04too many todo. Use unambiguous names, since they're not the same operationMarc Espie
2014-12-03zap extra parameter that my first read missed, because that one is constant.Marc Espie
2014-11-30forgot to take that out...Marc Espie
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-07-11display the extraction tally only if verboseMarc Espie
2014-07-07don't throw strange warnings during pkg_delete...Marc Espie
2014-07-07display saved size for now, to be disabled once I'm satisfied this is veryMarc Espie
2014-05-30oops, auto-read config only *after* we have a way to print out errors.Marc Espie
2014-05-20makewhatis being now external, it no longer requires picky/test/check_dir.Marc Espie
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-01-30avoid storing dead keys.Marc Espie
2013-12-30explicitly fix the PATH to something sensibleMarc Espie
2013-12-25fix autoloading of quirks: don't try to run quirks while processing theMarc Espie
2013-12-25a bit more scaffolding for running quirks. In particular, once quirksMarc Espie
2013-12-23move ntogo code, so it can be used while copying packages in pkg_create.Marc Espie
2013-12-08also cover initial installations (which means we do try to installMarc Espie
2012-07-06have -i be automatically on for ttys.Marc Espie
2011-10-09don't be too hasty, we can choose to syslog (OR NOT) *after* we parse theMarc Espie
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