Age | Commit message (Expand) | Author |
2004-12-09 | make -f scripts work again, and document it properly in both pkg_add and | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie |
2004-11-27 | tweak very verbose output. | Marc Espie |
2004-11-27 | if the package is already installed, check whether updating it makes sense: | Marc Espie |
2004-11-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie |
2004-11-27 | be verbose if !extra, tell user what they should do manually. | Marc Espie |
2004-11-23 | allow for registration of libraries from an existing plist. | Marc Espie |
2004-11-22 | implement global repository for shared libraries. | Marc Espie |
2004-11-21 | move the system libraries registration code to SharedLibs. | Marc Espie |
2004-11-21 | pull the code that handles shared libraries (ldconfig for now) aside. | Marc Espie |
2004-11-21 | check_lib_specs -> check_lib_spec: check one spec at a time, and report on it. | Marc Espie |
2004-11-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie |
2004-11-18 | support depend (similar to libdepend and newdepend) and wantlib: | Marc Espie |
2004-11-18 | add @wantlib and @depend keyword | Marc Espie |
2004-11-15 | hit the clueless... | Marc Espie |
2004-11-15 | compile patterns once, should be a slight speed up. | Marc 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 |
2004-11-14 | stop storing @pkdep into packing-lists, use separate REQUIRING file instead. | Marc Espie |
2004-11-14 | make sure REQUIRING file is an integral part of what we do. | Marc Espie |
2004-11-14 | turn on progress meter by default, use -x to disable it. | Marc Espie |
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates di... | Marc Espie |
2004-11-13 | fix loop label. reported by naddy@ | 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 | typo | Marc Espie |
2004-11-13 | synchronize installed stuff, using the cache in -n mode so that -n | Marc Espie |
2004-11-13 | look for available registered libraries, not other stuff. | 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 |
2004-11-13 | likewise, packing-lists state will store refs to cwd, so make this | Marc Espie |
2004-11-13 | cwd() function so that further changes to internal storage won't matter | Marc Espie |
2004-11-13 | move borked_installation over to common routines, prepare it for | Marc Espie |
2004-11-12 | store a ref to cwd instead of cwd itself, allowing it to be shared. | 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 |
2004-11-12 | do catfile manually, e.g., avoid several calls to canonpath. | Marc Espie |
2004-11-12 | be saner wrt directory creation during pkg updates: | Marc Espie |
2004-11-12 | don't store hexdigest internally. | Marc Espie |
2004-11-11 | forget packing-lists after deleting the package (avoid out-of-memory error | Marc Espie |
2004-11-11 | oops | Marc Espie |
2004-11-11 | new accounting method that works with chroot installations. | Marc Espie |
2004-11-11 | cache packing-lists, so that we don't read them again and again. | Marc Espie |
2004-11-11 | oops, updatable is an object method, so $self is first parameter. | Marc Espie |
2004-11-11 | symetry: updating a package means removing the old one and adding the new | Marc Espie |
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie |
2004-11-11 | File::Copy use moves as well. | Marc Espie |