summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2009-11-24todo all overMarc Espie
2009-11-24zap pkgpath totally, set up to display (to go) as well.Marc Espie
2009-11-24betterMarc Espie
2009-11-24sets that were not solved should still display something...Marc Espie
2009-11-24do not inform user of !updated packages, they usually don't really care...Marc Espie
2009-11-24kill some old cruft, in particular -F conflicts has never worked...Marc Espie
2009-11-24ok even shorter than doneMarc Espie
2009-11-24more regular. Note that newer can be a hash as well (why not ?)Marc Espie
2009-11-24better name. Mark "no need to update" as updated, since we know what'sMarc Espie
2009-11-22no need to say we're installing, at the end...Marc 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-22typoMarc Espie
2009-11-22less verbose display: only shows .libs* once, but still show all partial-*Marc Espie
2009-11-22change the timing a bit: create a list of updateset first, and processMarc Espie
2009-11-17remove dead codeMarc Espie
2009-11-17trim more, we already display a quick message for the missing lib elsewhere.Marc Espie
2009-11-17shorter message when we don't find library, and stash it away to avoidMarc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-17style nitMarc Espie
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie
2009-11-16-Vstat (get it from AddDelete)Marc Espie
2009-11-16typoMarc Espie
2009-11-16oopsMarc Espie
2009-11-16typoMarc Espie
2009-11-16unify hints and normal updates some moreMarc Espie
2009-11-16unify hint and location processing some more.Marc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
2009-11-16pull more common code in a "framework" routine.Marc Espie
2009-11-16identical end sequence, to be factorizedMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-15start categorizing stuff as error messages that should be error messagesMarc Espie
2009-11-15common code, handle SIG{CONT} in both cases.Marc Espie
2009-11-15missing return (nothing else to see)Marc Espie
2009-11-14ouch, collision handling must take destdir into accountMarc Espie
2009-11-14remove stupid extraneous return...Marc Espie
2009-11-14pull the eval {} code into an anonymous sub, so that we can choose to execMarc Espie
2009-11-14fix. noticed by sthen@Marc Espie
2009-11-12simpler: the whole set failsMarc Espie
2009-11-11vsystem, system, unlink can mostly go through state, and do the ->clear partMarc Espie
2009-11-11remove extra warningsMarc Espie
2009-11-11remove redirector: if we want to run system AND log, just say soMarc Espie
2009-11-11fix setup_header in -vx !-r case: show we are adding a package, and don'tMarc 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-11state->progress->print => $state->printMarc Espie
2009-11-11make things so that $state->print always work, with or without progressmeter,Marc Espie