summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-11-03canonpath strips ending /, rely on unstripped name for @extra.Marc Espie
2003-11-03fix logic wrt pkgstems and dependencies.Marc Espie
2003-10-31put pkgpath back in correct order.Marc Espie
2003-10-31upward compatible change: let md5 register as @md5 (still grok @comment MD5Marc Espie
2003-10-31Fix typo (ouch) and logic order (chown before chmod)Marc Espie
2003-10-28let pkg_delete evaluate dependencies earlier: check that all packagesMarc Espie
2003-10-28oopsMarc Espie
2003-10-28zapMarc Espie
2003-10-28OpenBSD-specific Makefile. We keep Makefile.PL around for portability toMarc Espie
2003-10-27extra block around do while loop.Marc Espie
2003-10-26cosmetic change, people read preadd as p_read_d, so make it explicit:Marc Espie
2003-10-26Partial synch with reality, ok sturm.Marc Espie
2003-10-23Allows close() on already closed locator.Marc Espie
2003-10-23Typo. Fix removal for multiple times the same dependency.Marc Espie
2003-10-23missing space in DEINSTALL message.Marc Espie
2003-10-21Prefix ${DESTDIR} to installation directory.Marc Espie
2003-10-20let it build even if depend stage gets skipped.Marc Espie
2003-10-20Missing undef. conflicts is an error.Marc Espie
2003-10-20Forgot that one.Marc Espie
2003-10-19plist's has/get methods for accessing elements: perl ->{} has quirksMarc Espie
2003-10-19pkgpath is . by default.Marc Espie
2003-10-19Add is_stem/find_stemMarc Espie
2003-10-19Add is_stem, findstem and use them in pkg_info.Marc Espie
2003-10-19Let @cwd followed by no files work (for @extra), like the old tools.Marc Espie
2003-10-19Add manpages, with a few minor changes from old ones.Marc Espie
2003-10-19I committed the wrong diff which would remove all files in pkg_add/Nikolay Sturm
2003-10-19new targets clean and cleandirNikolay Sturm