summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-06-09replace confusing (n to go) message with #done/#total annotations.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-08tweak tweak so it worksMarc Espie
2010-06-08tweak fragment handling a bit more. In particular, protest when we can'tMarc Espie
2010-06-07display "switching to" with ->set_statusMarc Espie
2010-06-07be a bit more specific about documenting this programMarc Espie
2010-06-07factor common code for dependency adjustmentMarc Espie
2010-06-07check reverse dependencies as wellMarc Espie
2010-06-07check symlinks upfront, so we don't warn if they don't exist, assumingMarc Espie
2010-06-07fix interactiveMarc Espie
2010-06-07add shared libraries while sanity check, so that we can check wantlib.Marc Espie
2010-06-06clean-up into smaller functionsMarc Espie
2010-06-06more checks: verify links.Marc Espie
2010-06-06actually pkg_check nowMarc Espie
2010-06-06oops, make sure we have wpa before using it.Marc Espie
2010-06-05empty plist is bad too.Marc Espie
2010-06-05last pieceMarc Espie
2010-06-05move files after a discussion with Theo.Marc Espie
2010-06-05tweak previous;Jason McIntyre
2010-06-05modern syntaxMarc Espie
2010-06-05roughly halfway through dependencies check (really need to handleMarc Espie
2010-06-05usage line and error out if pkg foo.Marc Espie
2010-06-05use lock_db(unshared), since we may tweak thingsMarc Espie
2010-06-05new command pkg_fsck, very incomplete for now. Runs only very basic checks.Marc Espie
2010-06-05add working cartwheelMarc Espie
2010-06-05be more specific as to what we keep. Less flicker in workingMarc Espie
2010-06-05interface tweaks:Marc Espie
2010-06-05move use to common partMarc Espie
2010-06-05have subst return a handle to written fileMarc Espie
2010-06-05Move ask_list() method to $state object like it's done for confirm(), soLandry Breuil
2010-06-05+diffMarc Espie
2010-06-05document front-end changesMarc Espie
2010-06-04centralize checking of packagenames. Avoid grabbing pkgnames that won'tMarc Espie
2010-06-04add ->spec to Conflict and use the same check as for depend during pkg_create.Marc Espie
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10zap trailing whitespace;Jason McIntyre
2010-05-10whitespace fixesMarc Espie
2010-05-10document that INSTALL/DEINSTALL scripts are dead.Marc Espie
2010-05-10typoMarc Espie
2010-04-24pieces required for resolve-lib (reuse code for consistency)Marc Espie
2010-04-24more tweaks so that it can be extended and used during ports buildsMarc Espie
2010-04-24refactor LibSpec to be able to reuse it for library matches during build:Marc Espie
2010-04-24+ pkg_add, for dpbMarc Espie
2010-04-24simplify using //=Marc Espie
2010-04-19move Composite pattern (auto-visitor) into its own subclassMarc Espie
2010-04-17work-around !found error.Marc Espie
2010-04-10finding dep in old names like this actually means we are replacing withMarc Espie
2010-04-10avoid some loops.Marc Espie
2010-04-10work around a limitation of tracker/updateset: hints are tagged as to_update.Marc Espie
2010-04-05new keyword, @ask-update, to be used *very* sparingly (so far, only usefulMarc Espie