Age | Commit message (Expand) | Author |
2004-07-07 | guard against stat not working, which happened to me... | Marc Espie |
2004-07-06 | commit from the wrong tree. noticed by krw@ | Marc Espie |
2004-07-05 | description looking slightly more like a regular manpage and not a pipe-dream. | Marc Espie |
2004-07-05 | too clever, perl regexps are greedy, ensure we get the correct name. | Marc Espie |
2004-07-05 | Still deduce a pkg-name even if there is no .tgz in the pkg-name specified | Marc Espie |
2004-07-05 | less esoteric error message for missing @name, on a question from | Marc Espie |
2004-06-21 | support for old stuff in pkg_info/pkg_delete, e.g., @src | Marc Espie |
2004-06-21 | Implement pkg_add -I for real; ok espie@ | Miod Vallat |
2004-05-19 | Add word boundary markers, so that the fast scanners get exactly what they | Marc Espie |
2004-04-28 | Use the string version of system. Works with PAGER=less -s. | Marc Espie |
2004-04-28 | slightly more intricate selectors code. | Marc Espie |
2004-04-28 | Blech, SFS yields weird mount/df shit. | Marc Espie |
2004-03-30 | wrap each install operation into eval {} so that a die there will leave | Marc Espie |
2004-03-30 | do not allow non-sensible stuff in packing-lists. | Marc Espie |
2004-03-18 | When using an install prefix with -B to install packages, and the packing | Thorsten Lockert |
2004-03-11 | repair pkg_add -, by making sure `-' is a special object. | Marc Espie |
2004-03-10 | Help it cope with symlinks. Mostly from rd@thrush.com. | Marc Espie |
2004-03-07 | A few useful features: | Marc Espie |
2004-02-25 | Add -B support to pkg_delete. | Marc Espie |
2004-02-23 | document that this even more off-limits than the rest of the | Marc Espie |
2004-02-21 | distinguish between unreadable directories and non packages. | Marc Espie |
2004-02-20 | PKG_DESTDIR / -B support in pkg_add. | Marc Espie |
2004-02-20 | move wildcard rewriting down. Allows flavors in package-specs to | Marc Espie |
2004-02-15 | remove extra . I left when putting $self->{destdir} inside... | Marc Espie |
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 |