summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Delete.pm
AgeCommit message (Expand)Author
2013-12-25move the choice of signature type for checking into one single placeMarc Espie
2013-09-24missing numberMarc Espie
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2011-01-23hide details of "finish" inside PackingElement proper.Marc 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-13pass state around and use state->printMarc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-08-01fix the qt 4.5 -> 4.6 update issue.Marc Espie
2010-07-25oopsMarc Espie
2010-07-24pass state to Makewhatis. With new hooks in there, that means displayMarc 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-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-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-05-10typoMarc Espie
2010-04-05clean-up validate_plists a bit, so that it starts with a clean state.Marc Espie
2010-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-01-02fully encapsulate dev objects from vstat so I can change the internalsMarc Espie
2009-12-28erase Requiring entirely while deleting, to avoid further issues.Marc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-17be slightly more paranoid about shell stuff we run.Marc Espie
2009-12-17display progressmeter at 0% at start of install/deinstall.Marc Espie
2009-12-14fuss about install msgs: new method state->ntogo, use it to annotate moreMarc Espie
2009-12-05fix off-by-one, noticed by frantisek holopMarc Espie
2009-11-28add (n to go) to pkg_delete as well.Marc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11also get most STDERR messages through the same wayMarc Espie
2009-11-11progressmeter puts STDOUT in autoflush if -t, so that it can display to it in...Marc Espie
2009-11-11remove forwarders, and provide a sensible API that says what's going onMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-10-11overlay extract/delete/install messages, for shorter reports in normal modeMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-18don't copy DigitalSig to partial packages, it makes no senseMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2008-10-20Say goodbye to local $_Marc Espie
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc Espie
2008-06-11defer to the packing element for computing md5Marc Espie
2008-03-11oopsMarc Espie
2008-03-08better -q: mention once, and it speeds up (assumes normal files haven'tMarc Espie
2008-03-08tweak messages mentioning checksums so that they mention checksums, notMarc Espie
2008-03-03fix utterly confusing message for updates.Marc Espie