summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2021-11-26use the keywords instead of vague english so that it's indexed better byMarc Espie
2021-11-26document annotation interactions with pkg_mklocatedbMarc Espie
2021-11-25forgot the case about find... oopsMarc Espie
2021-11-24preliminary work: have the compiled_stemlist be case independent.Marc Espie
2021-11-21temporarily reallow "empty" flavor parts so that rsync-- works againMarc Espie
2021-11-17forbid non-sensical empty partsMarc Espie
2021-11-16really nail down the flavor part better... write this as an extendedMarc Espie
2021-11-16tweak the packages-specs regexp a bit:Marc Espie
2021-11-09fix typo (noticed by sthen@)Marc Espie
2021-11-08add extra support to pass REVISION, EPOCH, FLAVOR_LIST from the portsMarc Espie
2021-10-30document (hopefully) near future directionsMarc Espie
2021-10-12do the matching as a last resort to handle .libsMarc Espie
2021-10-06fix for the XXX-warning warning... have the test be a bit more specificMarc Espie
2021-10-043 groups of realtek firmware are now in base (with new filenames).Theo de Raadt
2021-08-09for extraction, deal with created temp file directly:Marc Espie
2021-08-09add $self->fullname to simplify the cumbersome usual nameMarc Espie
2021-08-09minor tweaks to make things clearerMarc Espie
2021-06-28placeholder for laterMarc Espie
2021-06-28remove old "paranoid" option, I'm pretty sure nobody uses it.Marc Espie
2021-06-21under some circumstances, we end up with libexecinfo -> BaseSystem beingMarc Espie
2021-05-04okay, prevent pkg_* from looking into /usr/local BUT special-case quirksMarc Espie
2021-05-04not yet, need to figure out how to fix quirks firstMarc Espie
2021-05-04and do the same thing to pkg_mklocatedbMarc Espie
2021-05-04prevent the base pkg tools from looking under /usr/localMarc Espie
2021-03-15tweaks to system version handling:Marc Espie
2021-03-02finish GC old unintuitive interfaceMarc Espie
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