summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2004-10-05move expand down to ::ExeclikeActionMarc Espie
2004-10-05unbreak expandMarc Espie
2004-10-05explicitly call the right destate for ExtradirMarc Espie
2004-10-05more inheritance, reorder stuff slightlyMarc Espie
2004-10-05intermediate ::DirlikeObject class, so that all dir objects inherit fromMarc Espie
2004-10-05make a list of all conflicts.Marc Espie
2004-10-05unbreak pure comments, handle @option at new level.Marc Espie
2004-10-05Let DirBase inherit from FileObjectMarc Espie
2004-10-05mark stuff as annotations. don't create ignore objects, since they areMarc Espie
2004-10-05derive ::PkgCfl from ::ConflictMarc Espie
2004-10-05basic destate for ::FileObject, derive ::Exec, ::Unexec, ::ExtraunexecMarc Espie
2004-10-05unique objects only need to override add_object.Marc Espie
2004-10-05fullname and mode stuff only concerns ::ObjectMarc Espie
2004-10-05Only ::FileObject need to do the dirclass test, other objects don'tMarc Espie
2004-10-05NoDuplicateNames = 1 is a ::FileObject propertyMarc Espie
2004-10-04link FileObject, State, Action.Marc Espie
2004-10-04link `Meta/Unique' class hierarchy. Ditch some common code.Marc Espie
2004-10-04basic class hierarchy to cut up packing-list items into better groups.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
2004-10-04fix bogus indentationMarc Espie
2004-09-242nd half of @newuser/@newgroup: treat them as shared items, and removeMarc Espie
2004-09-24use pkgspec_match for default conflict too.Marc Espie
2004-09-21@newuser/@newgroup initial support:Marc Espie
2004-09-20error out for pkgcfl in pkg_create, but don't warn if it's found inMarc Espie
2004-09-20old pkgcfl is dead.Marc Espie
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-16Add LibraryOnly routine to check on @lib files.Marc Espie
2004-09-15new getopt module, that allows for option-specific processing, so thatMarc Espie
2004-09-15shell keyword...Marc Espie
2004-09-14add support for info directories.Marc Espie
2004-09-14better reporting of conflicts, suggested by naddy@Marc Espie
2004-09-14basic error wrapper for system and such.Marc Espie
2004-09-14use IdCache.Marc Espie
2004-09-14IdCache module, that deals with uid/gid caches.Marc Espie
2004-09-14new categories, modules and manual-installation, not active yet.Marc Espie
2004-09-14Handle basic mtree for directory creation.Marc Espie
2004-08-11allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do.Marc Espie
2004-08-10cosmetic tweak: ensure all dirs always get exactly one / at the end.Marc Espie
2004-08-07use chroot DESTDIR ldconfig in DESTDIR case.Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06block-scoped require is way simpler than weird AUTOLOAD hack.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-05kill 3 lines of unused codeMarc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-08-03forgot mandir. reorder slightly.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
2004-08-02@man type file for manpages.Marc Espie
2004-08-02Reuse first component of @newdepends, @libdepends to containMarc Espie
2004-07-22fast-scanner should now about dir/ too.Marc Espie