Age | Commit message (Expand) | Author |
2004-12-18 | oops, don't compute fullname unless we know we can. | Marc Espie |
2004-12-18 | implement special `kitchensink' option for testers. | Marc Espie |
2004-12-18 | basic code to handle legacy .libs-* packages: figure out what collisions | Marc Espie |
2004-12-17 | can postpone grabbing conflict keys. | Marc Espie |
2004-12-17 | better collision reports. | Marc Espie |
2004-12-16 | if -f installed, don't treat reinstallation as errors. | Marc Espie |
2004-12-16 | better conflict: conflict with partial installations, always conflict with | Marc Espie |
2004-12-16 | save depend information into cache when package is installed. | Marc Espie |
2004-12-16 | both borked.* and partial-* are recognized. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-14 | rewrite code to cache files internally, to avoid going to disk all the | Marc Espie |
2004-12-13 | pull all the conflict checking code into one single function, makes | Marc Espie |
2004-12-13 | since we store dependencies we looked at, show them in the clue() message, | Marc Espie |
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie |
2004-12-13 | avoid brutal exits from loop. | Marc Espie |
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-11 | implement zeroes blocks detection | Marc Espie |
2004-12-10 | sync usage(); | Jason McIntyre |
2004-12-09 | make -f scripts work again, and document it properly in both pkg_add and | Marc Espie |
2004-12-09 | while upgrading, protect deletion in an eval: we've got an extract | Marc Espie |
2004-12-07 | wrap pkg_add usage. | Marc Espie |
2004-12-07 | postpone check of conflicts until we have a packing-list. | Marc Espie |
2004-12-07 | do like the manpage says, don't add a @name if we already got one. | Marc Espie |
2004-12-06 | explicit clue() for people running 3.6 packages with current pkg_add. | Marc Espie |
2004-12-06 | forgot -h for pkg_info. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-12-02 | Add quotes to unconfuse pkg_create error message. | Marc Espie |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie |
2004-12-02 | wipe old .Xr's; ok espie@. | Xavier Santolaria |
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-12-02 | make sure we don't call Update::is_needed if we're not doing pkg_add -r. | Marc Espie |
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | 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 | fix name of lib | 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-21 | solved_dependencies becomes a hash, more efficient. | Marc Espie |
2004-11-21 | remove .Xr's that do not belong here anymore with the new pkg_* tools; | Xavier Santolaria |
2004-11-20 | done items | Marc Espie |
2004-11-20 | opendir can use my variables. | Marc Espie |
2004-11-19 | tweaks; | Jason McIntyre |