summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-01-31pkg_create -L support, which I forgot to commit.Marc Espie
2004-01-29destdir supportMarc Espie
2004-01-28some code refactoring.Marc Espie
2004-01-28Add -L to record/enforce localbase.Marc Espie
2004-01-27avoid File::IO, one less module to load.Marc Espie
2004-01-27Don't just detect errors in pre_add(), but exit. Gets rid of strangeNikolay Sturm
2004-01-27more forced keywords.Marc Espie
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27bullet lists of one item don't make much sense.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
2004-01-27die $!Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2004-01-27remove package if RequiredBy file ends up empty too soon.Marc Espie
2004-01-27put $! in die messages.Marc Espie
2004-01-22document/activate @arch. Fix list handling.Marc Espie
2004-01-01post-INSTALL script falling -> record installation as a borked packageMarc Espie
2003-12-26Allow storing of `arch' annotations inside packages.Marc Espie
2003-12-26pkg_add reports size taken on each fs.Marc Espie
2003-12-24Handle mount entries without options.Marc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie
2003-12-19Clean up PackageLocator so it looks somewhat more object-oriented.Marc Espie
2003-12-11NOMAN building works, fix NOMAN installation.Marc Espie
2003-12-10stamp files and directories.Marc Espie
2003-12-10Flag unresolved package names as errors.Marc Espie
2003-12-10Replace Adding/Deleting with "Pretending to add/delete" in -n mode.Marc Espie
2003-12-09better management of list of installed packages. Allow pkg_add/delete -nMarc Espie
2003-12-09Spell out which dependencies are getting solved so that pkg_add outputMarc Espie
2003-12-09Fix logic for error handling, especially if -n is specified.Marc Espie
2003-11-22more packing-lists sanity checks:Marc Espie
2003-11-16Record no checksum in generated packing-list.Marc Espie
2003-11-14finicky, finicky...Marc Espie
2003-11-14synch doc with realityMarc Espie
2003-11-10Fine-grained handling of errors, pkg already installed is not an error.Marc Espie
2003-11-09count errors while installing packages, and exit(1) if errors.Marc Espie
2003-11-09fix semantics to match old tools. This prefix is what was passed onMarc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-06handle +DISPLAYMarc Espie
2003-11-06set env PKG_PREFIX for compatibility with old tools.Marc Espie
2003-11-06Tell people to set PKG_PATH for pkg_add - to handle dependencies.Marc Espie
2003-11-06... pkg_add obviously much happier with borked_package...Marc Espie
2003-11-06verify libspec fully again (same code as old pkg add-on, mostly).Marc Espie
2003-11-06Split off dependency solving into its own function.Marc Espie
2003-11-06do not try to run the post-install script on an aborted pkg_add.Marc Espie
2003-11-06split out the registration process, and add a ^C handler, to thatMarc Espie
2003-11-06Handle pkg_add -Marc Espie
2003-11-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
2003-11-06url2pkgname as an explicit functionMarc Espie
2003-11-06Implement discovery of a `packing-list' prefix, e.g., the first @cwdMarc Espie
2003-11-04make pkg_create aware of duplicate files in plist, which are a bad thing.Marc Espie
2003-11-04let pkg_delete use logging facilities to save issues with deleting filesMarc Espie