summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-09-15Support for -Dvar=value in pkg_create: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 wording for documentation.Marc Espie
2004-09-14use System or Vsystem everywhere.Marc Espie
2004-09-14better reporting of conflicts, suggested by naddy@Marc Espie
2004-09-14report issues while installing configuration files.Marc Espie
2004-09-14use chown/chmod system calls directly where possible.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-14install mtree.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-27make sure pkg_create keeps track of cwd.Marc Espie
2004-08-25typos from -f (PR #3908);Jason McIntyre
2004-08-12add missing $Brad Smith
2004-08-12ditch File::Copy so that buffering is consistent.Marc Espie
2004-08-11allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do.Marc Espie
2004-08-11protect main loop of pkg_delete with an eval, so thatMarc Espie
2004-08-10Document @man, @info, @lib, @mandir, @fontdir.Marc Espie
2004-08-10typoMarc Espie
2004-08-10cosmetic tweak: ensure all dirs always get exactly one / at the end.Marc Espie
2004-08-09record remaining DirRms.Marc Espie
2004-08-07use chroot DESTDIR ldconfig in DESTDIR case.Marc Espie
2004-08-06Use .Dl instead of a literal block when we only have a single line. HasTodd C. Miller
2004-08-06Fix typo (.Bd that should be .Ed)Todd C. Miller
2004-08-06protect makewhatis calls inside eval.Marc Espie
2004-08-06use OpenBSD::Makewhatis, avoid forking extra makewhatis.Marc Espie
2004-08-06fix one of the most bizarre bugs in a while...Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06Document filename semantics, @sample, @extra.Marc Espie
2004-08-06unneeded switch to main package.Marc Espie
2004-08-06avoid pulling in OpenBSD::md5 and File::Copy if we can.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-06Extradir name.Marc Espie
2004-08-06deinstall DirRm like DirBase.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
2004-07-22useMarc Espie
2004-07-20support for gnu-info, with @info keyword.Marc Espie
2004-07-18when deleting @link, don't bother checking for md5, since we don't have any.Marc Espie
2004-07-14Rework @dirrm: keep them all, and remove them at the end of pkg_delete.Marc Espie