Age | Commit message (Expand) | Author |
2004-01-31 | pkg_create -L support, which I forgot to commit. | Marc Espie |
2004-01-29 | destdir support | Marc Espie |
2004-01-28 | some code refactoring. | Marc Espie |
2004-01-28 | Add -L to record/enforce localbase. | Marc Espie |
2004-01-27 | avoid File::IO, one less module to load. | Marc Espie |
2004-01-27 | Don't just detect errors in pre_add(), but exit. Gets rid of strange | Nikolay Sturm |
2004-01-27 | more forced keywords. | Marc Espie |
2004-01-27 | first series of -forced switches, looks okay to henning@. | Marc Espie |
2004-01-27 | bullet lists of one item don't make much sense. | Marc Espie |
2004-01-27 | -f framework, manpage fixes. | Marc Espie |
2004-01-27 | die $! | Marc Espie |
2004-01-27 | show $! in system related errors. | Marc Espie |
2004-01-27 | remove package if RequiredBy file ends up empty too soon. | Marc Espie |
2004-01-27 | put $! in die messages. | Marc Espie |
2004-01-22 | document/activate @arch. Fix list handling. | Marc Espie |
2004-01-01 | post-INSTALL script falling -> record installation as a borked package | Marc Espie |
2003-12-26 | Allow storing of `arch' annotations inside packages. | Marc Espie |
2003-12-26 | pkg_add reports size taken on each fs. | Marc Espie |
2003-12-24 | Handle mount entries without options. | Marc Espie |
2003-12-21 | Add virtual file system, so that pkg_add and pkg_delete can check for | Marc Espie |
2003-12-19 | Clean up PackageLocator so it looks somewhat more object-oriented. | Marc Espie |
2003-12-11 | NOMAN building works, fix NOMAN installation. | Marc Espie |
2003-12-10 | stamp files and directories. | Marc Espie |
2003-12-10 | Flag unresolved package names as errors. | Marc Espie |
2003-12-10 | Replace Adding/Deleting with "Pretending to add/delete" in -n mode. | Marc Espie |
2003-12-09 | better management of list of installed packages. Allow pkg_add/delete -n | Marc Espie |
2003-12-09 | Spell out which dependencies are getting solved so that pkg_add output | Marc Espie |
2003-12-09 | Fix logic for error handling, especially if -n is specified. | Marc Espie |
2003-11-22 | more packing-lists sanity checks: | Marc Espie |
2003-11-16 | Record no checksum in generated packing-list. | Marc Espie |
2003-11-14 | finicky, finicky... | Marc Espie |
2003-11-14 | synch doc with reality | Marc Espie |
2003-11-10 | Fine-grained handling of errors, pkg already installed is not an error. | Marc Espie |
2003-11-09 | count errors while installing packages, and exit(1) if errors. | Marc Espie |
2003-11-09 | fix semantics to match old tools. This prefix is what was passed on | Marc Espie |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-06 | handle +DISPLAY | Marc Espie |
2003-11-06 | set env PKG_PREFIX for compatibility with old tools. | Marc Espie |
2003-11-06 | Tell people to set PKG_PATH for pkg_add - to handle dependencies. | Marc Espie |
2003-11-06 | ... pkg_add obviously much happier with borked_package... | Marc Espie |
2003-11-06 | verify libspec fully again (same code as old pkg add-on, mostly). | Marc Espie |
2003-11-06 | Split off dependency solving into its own function. | Marc Espie |
2003-11-06 | do not try to run the post-install script on an aborted pkg_add. | Marc Espie |
2003-11-06 | split out the registration process, and add a ^C handler, to that | Marc Espie |
2003-11-06 | Handle pkg_add - | Marc Espie |
2003-11-06 | Allow the use of full paths to refer to installed packages, so that | Marc Espie |
2003-11-06 | url2pkgname as an explicit function | Marc Espie |
2003-11-06 | Implement discovery of a `packing-list' prefix, e.g., the first @cwd | Marc Espie |
2003-11-04 | make pkg_create aware of duplicate files in plist, which are a bad thing. | Marc Espie |
2003-11-04 | let pkg_delete use logging facilities to save issues with deleting files | Marc Espie |