Age | Commit message (Expand) | Author |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie |
2004-08-07 | use chroot DESTDIR ldconfig in DESTDIR case. | Marc Espie |
2004-08-06 | @lib shared library marker. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-05 | kill 3 lines of unused code | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie |
2004-08-03 | forgot mandir. reorder slightly. | Marc Espie |
2004-08-03 | Support @sample, tested by fries@. | Marc Espie |
2004-08-02 | @man type file for manpages. | Marc Espie |
2004-08-02 | Reuse first component of @newdepends, @libdepends to contain | Marc Espie |
2004-07-22 | fast-scanner should now about dir/ too. | Marc Espie |
2004-07-22 | use | Marc Espie |
2004-07-20 | support for gnu-info, with @info keyword. | Marc Espie |
2004-07-14 | Rework @dirrm: keep them all, and remove them at the end of pkg_delete. | Marc Espie |
2004-07-13 | at pkg_create time, mark hard links with @link, and symlinks with @symlink, | Marc Espie |
2004-07-07 | guard against stat not working, which happened to me... | 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-05-19 | Add word boundary markers, so that the fast scanners get exactly what they | 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 | do not allow non-sensible stuff in packing-lists. | Marc Espie |
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 | 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-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 | die $! | Marc Espie |
2004-01-27 | put $! in die messages. | Marc Espie |
2004-01-22 | document/activate @arch. Fix list handling. | 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-10 | stamp files and directories. | Marc Espie |
2003-12-09 | better management of list of installed packages. Allow pkg_add/delete -n | Marc Espie |
2003-11-16 | Record no checksum in generated packing-list. | Marc Espie |