Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-27 | - log libraries in a proper way | Marc Espie | |
- mark wanted libraries, then run the db check. Gives you a way to figure out when locate db are behind wrt pkgs | |||
2014-07-14 | unhardcode db paths. | Marc Espie | |
put pruning of paths back early: these happen to be in the source db for the most part, so if we auto-detect source first, we lose. | |||
2014-07-13 | bundling base + packages was slow, as it needed to find lots of files. | Marc Espie | |
different approach: mark the base system in one go, then hand pick the files from the pkglocatedb. quite a few unaccounted files yet, this will get better | |||
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie | |
a full pkglocatedb, or the system locate dbs... | |||
2014-07-11 | use the merged 4.4BSD.dist mtree if BSD.local is gone | Marc Espie | |
2014-04-15 | catch directories we don't have the right to enter instead of letting Find | Marc Espie | |
do it (shorter/better message) | |||
2014-04-14 | tweak the file system walker to be able to walk from /, assuming -s src | Marc Espie | |
and -X xenocara to get at the distrib/sets. Somewhat experimental for now, good enough at figuring out files to scrape after a major update | |||
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie | |
2014-02-10 | pattern for "our" temporary files is not random... get it out of the | Marc Espie | |
normal "unknown files" routine and allow to remove them beforehand. | |||
2014-01-10 | likewise. this is useless | Marc Espie | |
2014-01-09 | bump copyright to 2014 | Marc Espie | |
2014-01-02 | zap PKG_PREFIX (undocumented and unused, now) | Marc Espie | |
okay landry@ | |||
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie | |
2013-09-11 | pkglocatedb should be installable even if nothing is there... | Marc Espie | |
2013-05-26 | add B: to the list of options actually handled. | Marc Espie | |
2012-11-06 | sort options; ok espie | Jason McIntyre | |
2012-11-06 | do interactivity like for the others. | Marc Espie | |
force pkglocatedb-- when auto-installing (reported by aja) | |||
2012-04-16 | supplementary code for Samples | Marc Espie | |
2012-04-16 | use explicit pattern to avoid huge results from pkg_locate we will | Marc Espie | |
then have to trim. | |||
2012-04-16 | display truely unknown stuff first | Marc Espie | |
2012-04-16 | new glue: figure out how to install pkglocatedb on our own (if not | Marc Espie | |
already there), and use it to locate unknown objects in the file system. | |||
2012-01-07 | sloppy Ingo, whatis.db + whatis.index | Marc Espie | |
fix PkgCheck to use the proper API. | |||
2011-11-26 | a second missing $state... | Marc Espie | |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie | |
who always manages to run into strange corners headlong ;) | |||
2011-07-17 | protect against really weird packing-lists | Marc Espie | |
2011-06-27 | compute checksum in plist's existing checksum class, so that very old | Marc Espie | |
md5 can be checked. would credit whoever reported this (oga?) except I don't remember. | |||
2010-12-29 | more stuff that uses print directly dies | Marc Espie | |
2010-12-24 | pass state around. | Marc Espie | |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie | |
this does avoid infinite loops in case of wrong plists. necessary since print-plist-with-depends CAN fail... | |||
2010-12-05 | tweak the framework so that individual modules don't exist and return | Marc Espie | |
the exit code upstream instead. this simplifies the task of people who want to reuse it, as noted by landry@ | |||
2010-10-02 | don't try to read bogus stuff, we already errored out on it | Marc Espie | |
2010-07-12 | missed one next -> return, as noticed by marco@ | Marc Espie | |
2010-07-08 | use more natural English in messages; ok espie@ | Stuart Henderson | |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie | |
create verbose_system up in state, because it makes sense without verbose. | |||
2010-06-30 | whitespace cleanup | Marc Espie | |
2010-06-25 | new style | Marc Espie | |
2010-06-18 | buglet: Log object needs a printer to run f(). | Marc Espie | |
introduce for_list() iterator in ProgressMeter and use it | |||
2010-06-15 | handle lost+found | Marc Espie | |
2010-06-15 | it's okay for partial- packages to be a bit weird... | Marc Espie | |
2010-06-15 | more printing changes. | Marc Espie | |
move log operations into their own file, since they're used outside of pkg_add/pkg_delete by pkg_check. move all system stuff to State, so that printing can be localized/controlled. Create primitives _print, _errprint, _fatal for overriding output, without localization. Accordingly, move a lot of code out of Error. We should also move Unlink and Copy eventually. | |||
2010-06-14 | log must use ->f | Marc Espie | |
2010-06-10 | next -> return after code change (noticed by Antti Harri) | Marc Espie | |
2010-06-09 | wrap most stuff read from files in safe(), so that if the fs is in a bad shape, | Marc Espie | |
we don't put junk on the terminal. | |||
2010-06-09 | check digital signatures, document that | Marc Espie | |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie | |
2010-06-07 | be a bit more specific about documenting this program | Marc Espie | |
2010-06-07 | factor common code for dependency adjustment | Marc Espie | |
2010-06-07 | check reverse dependencies as well | Marc Espie | |
2010-06-07 | check symlinks upfront, so we don't warn if they don't exist, assuming | Marc Espie | |
they point to the correct location. | |||
2010-06-07 | fix interactive | Marc Espie | |