Age | Commit message (Expand) | Author |
2014-05-20 | yet more code that no longer makes any sense | Marc Espie |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie |
2014-04-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-02-08 | fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vv | Marc Espie |
2014-02-06 | don't store full directory objects if they're not "special", just knowing | Marc Espie |
2014-02-03 | gc old stuff that never fixed the problem it intended to fix :( | Marc Espie |
2014-02-03 | store compact form of manpages. | Marc Espie |
2014-01-30 | avoid storing dead keys. | Marc Espie |
2014-01-30 | finish killing old annotation | Marc Espie |
2014-01-10 | by popular demand, remove excessive paranoia | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-07 | tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts, | Marc Espie |
2014-01-05 | have -DFW_UPDATE set @option firmware on downloaded firmwares. | Marc Espie |
2014-01-02 | zap PKG_PREFIX (undocumented and unused, now) | Marc Espie |
2013-12-30 | use replacing method (and not var) | Marc Espie |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie |
2013-09-24 | missing number | 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-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 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2011-06-20 | in an UpdateSet, match new files with old files based on their sha256. | Marc Espie |
2011-01-23 | hide details of "finish" inside PackingElement proper. | 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-12-13 | pass state around and use state->print | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-08-01 | fix the qt 4.5 -> 4.6 update issue. | Marc Espie |
2010-07-25 | oops | 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-09 | replace confusing (n to go) message with #done/#total annotations. | 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-05-10 | typo | 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-02 | fully encapsulate dev objects from vstat so I can change the internals | Marc Espie |
2009-12-28 | erase Requiring entirely while deleting, to avoid further issues. | 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 | display progressmeter at 0% at start of install/deinstall. | Marc Espie |
2009-12-14 | fuss about install msgs: new method state->ntogo, use it to annotate more | Marc Espie |
2009-12-05 | fix off-by-one, noticed by frantisek holop | Marc Espie |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie |