summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Add.pm
AgeCommit message (Expand)Author
2014-01-17do check_digest per plist.Marc Espie
2014-01-11simplify code: always extract, then install, so that initial installationsMarc Espie
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07even if Ustar handles fifo and stuff gracefully, pkg contents should be moreMarc Espie
2014-01-07tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts,Marc Espie
2014-01-07let's verify all checksums.Marc Espie
2014-01-07simplify set_modes, there's no need to stat(2) stuff, chown -1 takes careMarc Espie
2014-01-05have -DFW_UPDATE set @option firmware on downloaded firmwares.Marc Espie
2013-12-30use replacing method (and not var)Marc Espie
2013-02-18re-apply:Okan Demirmen
2013-02-18revert previous; wrong time.Okan Demirmen
2013-02-18use localbase for pkg-readmesOkan Demirmen
2012-04-28zap blank spacesMarc 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-12-03In a collision, retrofit storage for 2nd pkgname.Marc Espie
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-12tweak: need -a -a to reverse @option manual-installMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2011-01-25prepend pkgname to ask-update prompt, so that user knows for sure whichMarc Espie
2011-01-23hide details of "finish" inside PackingElement proper.Marc Espie
2011-01-21forgot to pass this. bug-report from "Michael W. Lucas" <mwlucas@blackhelicop...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-10-02whitespaceMarc Espie
2010-08-07nasty inversion of parameters, so that state did not get propagated correctly.Marc 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-15more printing changes.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-04-05new keyword, @ask-update, to be used *very* sparingly (so far, only usefulMarc 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-14fix new vstat, and make it useful, for instance for -n.Marc Espie
2010-01-03not a fatal error, keep goingMarc Espie
2010-01-02fully encapsulate dev objects from vstat so I can change the internalsMarc 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-17add a callback to file creation, so that we get progress meter for hugeMarc Espie
2009-12-17display progressmeter at 0% at start of install/deinstall.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-11don't use Warn if we've got a $state, get through errprint/errsay.Marc Espie
2009-11-11also get most STDERR messages through the same wayMarc Espie