Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-17 | print ipv6 on enc0, too; ok otto, tests by fries | Markus Friedl | |
2004-11-17 | NI_WITHSCOPEID is no more. | Jun-ichiro itojun Hagino | |
2004-11-16 | Re-implement LQM, this time according to the rfc. | Brad Smith | |
From FreeBSD ok deraadt@ | |||
2004-11-15 | sort options; | Jason McIntyre | |
add .Bk/.Ek to avoid synopsis split; | |||
2004-11-15 | hit the clueless... | Marc Espie | |
2004-11-15 | generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, ↵ | Marc Espie | |
PERMIT_PACKAGE_FTP if none is available elsewhere. | |||
2004-11-15 | compile patterns once, should be a slight speed up. | Marc Espie | |
2004-11-15 | minimal documentation for -E. | Marc Espie | |
2004-11-15 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | say goodbye to old example code, since pkg_info now does it... | Marc Espie | |
2004-11-15 | find_pkg function to iterate through pkgs, wherever they might be. | Marc Espie | |
New -E filename option that looks for a filename through specified packages (or installed packages if no packages specified). Can be very, very slow, since it scans all packing-lists, but at least it works... | |||
2004-11-15 | repair -l | Marc Espie | |
2004-11-15 | clean-up: pull all option parsing together. | Marc Espie | |
2004-11-15 | don't Fatal out if -e thingy -q, since we're only interested in the | Marc Espie | |
result code. | |||
2004-11-15 | oops - one more option sort; | Jason McIntyre | |
2004-11-15 | sort options; whitespace; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options; whitespace; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options, and some whitespace issues; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | use Carp | Marc Espie | |
2004-11-14 | pass full item to CollisionReport, so that it can compute md5 for files | Marc Espie | |
not registered with any package, and tell you if the file differs or not. | |||
2004-11-14 | stop storing @pkdep into packing-lists, use separate REQUIRING file instead. | Marc Espie | |
Cases where we need to tweak dependencies are well-delimited, and we simply convert the old installed package to the new model in one step. | |||
2004-11-14 | make sure REQUIRING file is an integral part of what we do. | Marc Espie | |
2004-11-14 | allows for several -f options, since OpenBSD::Getopt makes this possible | Marc Espie | |
2004-11-14 | current unsolved issues. | Marc Espie | |
2004-11-14 | -K -L option that prefixes each file name with keyword. | Marc Espie | |
2004-11-14 | cosmetic | Marc Espie | |
2004-11-14 | don't try to tell exactly what gets copied into /var/db/pkg, since this | Marc Espie | |
changes over time. | |||
2004-11-14 | turn on progress meter by default, use -x to disable it. | Marc Espie | |
document the new stuff, partial reorder of options. | |||
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates ↵ | Marc Espie | |
directly. Optimize for !wantarray, by telling whether the list is empty or not. prepare for a second similar list (REQUIRING) that will replace pkgdep, since pkg_add -r spends a hell of a lot of its time reading/writing long packing-lists... Use the simplified interface. Remove quite a few tests that the RequiredBy list is non-empty that do nothing but obfuscate the code: just deal with the damn list already. | |||
2004-11-13 | fix loop label. reported by naddy@ | Marc Espie | |
2004-11-13 | force update to replace existing packages. | Marc Espie | |
2004-11-13 | don't store things in cache if we know we're not going to use them again. | Marc Espie | |
2004-11-13 | pkg_add should have -c and -q since it may delete packages. | Marc Espie | |
2004-11-13 | look for libspecs in old packages that match the libdepend specification | Marc Espie | |
as well. | |||
2004-11-13 | typo | Marc Espie | |
2004-11-13 | reduce down TODO list. | Marc Espie | |
2004-11-13 | synchronize installed stuff, using the cache in -n mode so that -n | Marc Espie | |
installations can proceed to the end... | |||
2004-11-13 | look for available registered libraries, not other stuff. | Marc Espie | |
2004-11-13 | zap comment | Marc Espie | |
2004-11-13 | use lastname as I should. | Marc Espie | |
2004-11-13 | correctly read back tempnames. | Marc Espie | |
2004-11-13 | fix logic error: while splitting libraries, copy cwd over, not move them... | Marc Espie | |
use the same framework in pkg_add while extracting temp packages so that we will be able to destroy them eventually. | |||
2004-11-13 | likewise, packing-lists state will store refs to cwd, so make this | Marc Espie | |
a true object with cwd()/set_cwd() functions. | |||
2004-11-13 | cwd() function so that further changes to internal storage won't matter | Marc Espie | |
that much. | |||
2004-11-13 | move borked_installation over to common routines, prepare it for | Marc Espie | |
Update. | |||
2004-11-12 | store a ref to cwd instead of cwd itself, allowing it to be shared. | Marc Espie | |
2004-11-12 | parse libspec better, With this, vreaddir can find libraries. | Marc Espie | |
2004-11-12 | avoid even more calls to canonpath. | Marc Espie | |
2004-11-12 | stop storing fullname, recompute it dynamically instead. | Marc Espie | |