summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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-24ditch `config' in the @sample messages, since this more or less coversMarc 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-22document the semantics of @newuser/@newgroupMarc Espie
2004-09-21@newuser/@newgroup initial support:Marc Espie
2004-09-21typoMarc Espie
2004-09-21rename cleanup dirs functions, since they will apply to all shared itemsMarc Espie
2004-09-20error out for pkgcfl in pkg_create, but don't warn if it's found inMarc Espie
2004-09-20deals with conflicts, must keep pkgcfl around a little while longer...Marc Espie
2004-09-20old pkgcfl is dead.Marc Espie
2004-09-20use fullname() in sample, so that absolute names AND relative names work.Marc Espie
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
2004-09-18document new @shell and @conflict.Marc Espie
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-17warn for dirrm.Marc Espie
2004-09-16Add LibraryOnly routine to check on @lib files.Marc Espie
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