summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/ProgressMeter.pm
AgeCommit message (Expand)Author
2009-12-21much simpler SIG{INFO} handling: create a status object in state andMarc 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-05cosmeticMarc Espie
2009-11-24ok even shorter than doneMarc Espie
2009-11-22complete -> done (shorter)Marc Espie
2009-11-22tweak completion messages: do the next only during the next iteration, soMarc Espie
2009-11-22extra parameter to give out more infoMarc Espie
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie
2009-11-15common code, handle SIG{CONT} in both cases.Marc 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
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-10-14add a "print" method to ProgressMeter and StubProgress to allow me to cleanMarc Espie
2007-06-01refactor ProgressMeter code to create objects, put these into state.Marc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-02-22avoid comparing undef to 0: perl's ioctl returns `true' 0s, so that thisMarc Espie
2006-02-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
2005-10-23if resumed from ^Z, display meter without waiting for changes.Marc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
2004-11-14turn on progress meter by default, use -x to disable it.Marc Espie
2004-10-18take window size into account.Marc Espie
2004-10-18experimental progress meter.Marc Espie