Age | Commit message (Expand) | Author |
2004-10-18 | use OpenBSD::Getopt so that we can do -v -v. | Marc Espie |
2004-10-16 | Add support for @endfake and pkg_add -Q, to be documented later... | Marc Espie |
2004-10-13 | @sysctl | Marc Espie |
2004-10-12 | nicer display | Marc Espie |
2004-10-11 | common code for exec/unexec/extraunexec. | Marc Espie |
2004-10-11 | simplify ldconfig now that we run in an uniform way. | Marc Espie |
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie |
2004-10-11 | move mandir handling to pkg_add/delete time, solely. | Marc Espie |
2004-10-11 | common code for all script running. | Marc Espie |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie |
2004-10-05 | move expand down to ::ExeclikeAction | Marc Espie |
2004-10-05 | unbreak expand | Marc Espie |
2004-10-05 | explicitly call the right destate for Extradir | Marc Espie |
2004-10-05 | more inheritance, reorder stuff slightly | Marc Espie |
2004-10-05 | intermediate ::DirlikeObject class, so that all dir objects inherit from | Marc Espie |
2004-10-05 | unbreak pure comments, handle @option at new level. | Marc Espie |
2004-10-05 | Let DirBase inherit from FileObject | Marc Espie |
2004-10-05 | mark stuff as annotations. don't create ignore objects, since they are | Marc Espie |
2004-10-05 | derive ::PkgCfl from ::Conflict | Marc Espie |
2004-10-05 | basic destate for ::FileObject, derive ::Exec, ::Unexec, ::Extraunexec | Marc Espie |
2004-10-05 | unique objects only need to override add_object. | Marc Espie |
2004-10-05 | fullname and mode stuff only concerns ::Object | Marc Espie |
2004-10-05 | Only ::FileObject need to do the dirclass test, other objects don't | Marc Espie |
2004-10-05 | NoDuplicateNames = 1 is a ::FileObject property | Marc Espie |
2004-10-04 | link FileObject, State, Action. | Marc Espie |
2004-10-04 | link `Meta/Unique' class hierarchy. Ditch some common code. | Marc Espie |
2004-10-04 | basic class hierarchy to cut up packing-list items into better groups. | Marc Espie |
2004-10-04 | fix bogus indentation | Marc Espie |
2004-09-21 | @newuser/@newgroup initial support: | Marc Espie |
2004-09-20 | error out for pkgcfl in pkg_create, but don't warn if it's found in | Marc Espie |
2004-09-20 | old pkgcfl is dead. | Marc Espie |
2004-09-18 | framework to be able to distinguish packages installed manually (and thus | Marc Espie |
2004-09-18 | new-style conflicts that respect pkgspec. | Marc Espie |
2004-09-15 | shell keyword... | Marc Espie |
2004-09-14 | add support for info directories. | 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 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | 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 | 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-06-21 | support for old stuff in pkg_info/pkg_delete, e.g., @src | Marc Espie |
2004-03-30 | do not allow non-sensible stuff in packing-lists. | Marc Espie |