summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2017-08-04Only call find_pkg when we are using other options with -Q.Aaron Bieber
2017-08-04Adjust the html index-parsing regex to cope with anchor tags that aren'tStuart Henderson
2017-08-03Make -Q work play nice with other flags. This makes things like:Aaron Bieber
2017-07-25Correct and clarify the description of special sequencesIngo Schwarze
2017-07-23recent perls have more fun rules related to _ and -Marc Espie
2017-07-01go thru POSIX::Termios to turn off kerninfo.Marc Espie
2017-06-20trim more error messagesMarc Espie
2017-05-30waive signature check wavingTheo Buehler
2017-05-29do not whine if installpath is undef.Marc Espie
2017-05-29Refactor locator code so it's a proper object.Marc Espie
2017-05-18document installpath, explain PKG_PATH defaults in terms of it.Marc Espie
2017-05-18introduce new url "installpath" to mean "the contents of installurl"Marc Espie
2017-05-15Properly register manual pages in non-English language directories.Ingo Schwarze
2017-05-13No more CD releases, and advertise HTTP rather than FTP for packages.Ingo Schwarze
2017-04-18recent perl have signal names we don't have, protect against that.Marc Espie
2017-04-05For a non-interactive attempt to pkg_delete a firmware package, print aStuart Henderson
2017-03-26spelling fix; ok espieJason McIntyre
2017-03-25Recognise vmm in dmesg to install "vmm-firmware" (the SeaBIOS package).Stuart Henderson
2017-03-25document tweaked checksum behavior, reorder environment, remove old cruft.Marc Espie
2017-03-25tweak checksums on delete to not happen by default, with an interfaceMarc Espie
2017-03-16tied files should be treated like deleted files wrt checksums.Marc Espie
2017-03-14a few more characters that are safe to printMarc Espie
2017-03-13fix usage order, as reminded by jmc@Marc Espie
2017-03-11more consistency on .Fl ... Ns Ar lines, requested by jmc@Ingo Schwarze
2017-03-11Make spacing after -D consistent.Ingo Schwarze
2017-03-11compute_digest already clones object's class, no need to ref here.Marc Espie
2017-03-11document recent changes.Marc Espie
2017-03-11tweak %m to expand to %c, and make %c more magical:Marc Espie
2017-03-09take the checksum part out of line.Marc Espie
2017-03-09tweak installurl code to return a single string that gets parsedMarc Espie
2017-03-07somehow it didn't get removed even though it's no longer installedMarc Espie
2017-03-07okay "can't find" means error reported as wellMarc Espie
2017-03-07Digest::SHA is nasty: it shows an incomplete error message if theMarc Espie
2017-03-07if we reported "Can't find CONTENTS", we know it's a bad package,Marc Espie
2017-03-07get rid of redundant "Can't find CONTENTS" if the location already twittedMarc Espie
2017-03-07more error streamlining:Marc Espie
2017-03-07error message bugfix: forgot to pass object around, soMarc Espie
2017-03-03Remove a "=over 4" after the corresponding "=back" has been removedAlexander Bluhm
2017-03-03spring cleanup, remove sysctl from doc, and finally gc some older annotationsMarc Espie
2017-03-03pass @sysctl into old stuffMarc Espie
2017-03-01Remove pkg.conf leftover.Robert Peichaer
2017-03-01scrape most of the config frameworkMarc Espie
2017-02-27Remove support for pkg.conf in light of the consolidation towardsRobert Peichaer
2017-02-27framework for some performance stats as a -V... option (like how muchMarc Espie
2017-02-15improve list item formatting;Jason McIntyre
2017-02-10add glue to be able to ask "give me the highest number shared library withMarc Espie
2017-02-06amend the "unsigned package" message, commenting that signify(1) doesn'tMarc Espie
2017-02-06basic installurl support, get installpath from it (appending the requisiteMarc Espie
2017-02-05The installer does not create pkg.conf during installation and doesRobert Peichaer
2017-02-05Use a non-greedy regular expression for the installpath url.Robert Peichaer