Age | Commit message (Expand) | Author |
2014-01-17 | do check_digest per plist. | Marc Espie |
2014-01-11 | simplify code: always extract, then install, so that initial installations | Marc Espie |
2014-01-11 | a bit of spring cleanup in advance: scrape old stuff that's not really | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-07 | even if Ustar handles fifo and stuff gracefully, pkg contents should be more | Marc Espie |
2014-01-07 | tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts, | Marc Espie |
2014-01-07 | let's verify all checksums. | Marc Espie |
2014-01-07 | simplify set_modes, there's no need to stat(2) stuff, chown -1 takes care | Marc Espie |
2014-01-05 | have -DFW_UPDATE set @option firmware on downloaded firmwares. | Marc Espie |
2013-12-30 | use replacing method (and not var) | Marc Espie |
2013-02-18 | re-apply: | Okan Demirmen |
2013-02-18 | revert previous; wrong time. | Okan Demirmen |
2013-02-18 | use localbase for pkg-readmes | Okan Demirmen |
2012-04-28 | zap blank spaces | Marc Espie |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-05 | Enable the new apropos(1), whatis(1), and makewhatis(8). | Ingo Schwarze |
2011-12-03 | In a collision, retrofit storage for 2nd pkgname. | Marc Espie |
2011-09-17 | make pkg_add -nvv work with respect to whatis.db updates; | Ingo Schwarze |
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie |
2011-07-12 | tweak: need -a -a to reverse @option manual-install | Marc Espie |
2011-06-20 | in an UpdateSet, match new files with old files based on their sha256. | Marc Espie |
2011-01-25 | prepend pkgname to ask-update prompt, so that user knows for sure which | Marc Espie |
2011-01-23 | hide details of "finish" inside PackingElement proper. | Marc Espie |
2011-01-21 | forgot to pass this. bug-report from "Michael W. Lucas" <mwlucas@blackhelicop... | Marc Espie |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-24 | move the handling of ldconfig to AddDelete::State | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-10-02 | whitespace | Marc Espie |
2010-08-07 | nasty inversion of parameters, so that state did not get propagated correctly. | Marc Espie |
2010-07-24 | pass state to Makewhatis. With new hooks in there, that means display | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-15 | more printing changes. | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-06-04 | move code around, so that commands can be used as modules. | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-04-05 | clean-up validate_plists a bit, so that it starts with a clean state. | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-01-14 | fix new vstat, and make it useful, for instance for -n. | Marc Espie |
2010-01-03 | not a fatal error, keep going | Marc Espie |
2010-01-02 | fully encapsulate dev objects from vstat so I can change the internals | Marc Espie |
2009-12-20 | change verbosity handling: be silent by default, turn on the first level if -v. | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | add a callback to file creation, so that we get progress meter for huge | Marc Espie |
2009-12-17 | display progressmeter at 0% at start of install/deinstall. | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-11 | don't use Warn if we've got a $state, get through errprint/errsay. | Marc Espie |
2009-11-11 | also get most STDERR messages through the same way | Marc Espie |