summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2021-02-10rephrase example in a more consistent wayMarc Espie
2021-02-01in case we're not a tty, don't do anything elseMarc Espie
2021-01-31turns out STDOUT may have been redirected, in which case tcgetpgrp willMarc Espie
2021-01-30do not print to STDOUT if we're in background, as requested by TheoMarc Espie
2021-01-30I'm such a doofus, of course I have to call base method as wellMarc Espie
2021-01-30switch ProgressMeter to clearer APIMarc Espie
2021-01-30rework API slightly, so that handle_continue is an explicit methodMarc Espie
2021-01-30for now, do not try to install quirks in case we're running "not"Marc Espie
2021-01-29be more forceful about FULLPKGPATHMarc Espie
2021-01-26remove test that's now bogus, as fullpkgpath takes precedence.Marc Espie
2021-01-11- grab fullpkgpath early (to decide: hard error if not provided) ?Marc Espie
2021-01-08avoid extra warnings if undefined values are encounteredMarc Espie
2020-12-20rename pkg_add's pod files to avoid filenames with colonsDaniel Dickman
2020-11-16zap trailing whitespace;Jason McIntyre
2020-11-09blurb about @tag being recorded as wellMarc Espie
2020-11-09speed up the dependency check pass significantly:Marc Espie
2020-11-09fix indirect dependencies bug: match what pkg_add does by adding tagMarc Espie
2020-11-09reword confusing messageMarc Espie
2020-07-25More DESC -> DESCR; spotted by espie@Antoine Jacoutot
2020-07-25tyop: DESC -> DESCRAntoine Jacoutot
2020-07-24fix sentence grammar in AUTHORS;Jason McIntyre
2020-07-24make it a bit clearer that -p is a path to a package repository,Jason McIntyre
2020-06-22add missing .PpLandry Breuil
2020-06-09Show a message while pkg_add updates the font cache. This occurs at theStuart Henderson
2020-05-17in order for PKG_CACHE to work, skipped entries at the end should stillMarc Espie
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-03-26Add support for "alpha" suffixes in package versionsJeremie Courreges-Anglas
2020-02-20document no debugMarc Espie
2020-02-20forgot to actually put "nodebug" in stateMarc Espie
2020-02-20make shell "with debug info" by default and add a bit of code to markMarc Espie
2020-02-19document new option comboMarc Espie
2020-02-19refactor opt('Q') into its own codeMarc Espie
2020-02-19allow search objects to say "keep_all" and make PackageRepositoryListsMarc Espie
2020-02-19Separate singular and pluralMarc Espie
2020-02-18have description of -Q match realityMarc Espie
2020-02-17future replacement for PackageInfo.pmMarc Espie
2020-02-11add iwx to fw_updateStefan Sperling
2020-01-28banish implicit returnMarc Espie
2020-01-28match opendir with closedir... not that important as the thing was mostMarc Espie
2020-01-26give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkMarc Espie
2020-01-24Add FILES sections; OK espie@ solene@.Ingo Schwarze
2020-01-13nit, use "fatal" with parameters as intendedMarc Espie
2020-01-11debug-> pkg-debug definesMarc Espie
2020-01-09have ask_tree be more specific in its error reporting.Marc Espie
2020-01-05In his original writeup, espie@ had the terse parenthetical remarkIngo Schwarze
2020-01-04mention $DB::inhibit_exit;Ingo Schwarze
2020-01-04be a bit more precise about what %a and %v do in paths;Ingo Schwarze
2020-01-04New manual page OpenBSD::style(3p).Ingo Schwarze
2020-01-02plain forgot about THAT optimization.Marc Espie
2019-12-29partial backout of 1.166: we still need to compute the pkgname without theMarc Espie