summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_info
AgeCommit message (Expand)Author
2010-01-11various cleanup, including a fix from Daniel Dickman;Jason McIntyre
2010-01-10unify options a bit: use -Dname=value for defines uniformously (e.g., deprecateMarc Espie
2010-01-10trick: I can actually recognize specs easily, so why not allow them withoutMarc Espie
2010-01-09zap unusedMarc Espie
2010-01-09streamline interfaceMarc Espie
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09tweak path parsing to handle inst:pkgname and such as well...Marc Espie
2010-01-08remove very old -ikrMarc Espie
2010-01-05better spec handling: instead of dying, create badspec objects that neverMarc Espie
2010-01-02first step in comparing full signatures: make them full objects, withMarc Espie
2010-01-01new method fullpkgpath that accesses the default fullpkgpath.Marc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-10zap matchMarc Espie
2009-11-10kill one use of old-style matchMarc Espie
2009-10-15fix typo that prevented `pkg_info -r` from working.Peter Hessler
2009-10-11-M before -mJason McIntyre
2009-10-11option -m will show only packages tagged as manual installations.Marc Espie
2009-10-11opt_m ? what's that ?Marc Espie
2009-09-07Don't print package comment when -q is given, and no other option isLandry Breuil
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2008-12-15tweak the defaults to also do -M if you ask for info on a given package.Marc Espie
2008-10-26zap old code that was a confusion with -l, and didn't ever do anythingMarc Espie
2008-10-20Say goodbye to local $_Marc Espie
2008-06-18use path_parse to retrieve pkg_info anywhereMarc Espie
2008-06-15tweak the code that finds packages to find distant stemsMarc Espie
2008-03-08rename forced to definesMarc Espie
2007-12-18make it possible to run without locking the database. To be used byMarc Espie
2007-12-08let pkg_info -E see @sample objects. No sense in hiding them.Marc Espie
2007-06-26fix pkg_info's find_by_path behavior, which I accidentally broke twoMarc Espie
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-17only display header if we actually display some information.Marc Espie
2007-06-04add -t to usage() and SYNOPSIS;Jason McIntyre
2007-06-04some minor systematic changes.Marc Espie
2007-06-04add -t flag to pkg_info to enable listing of the ``top level'' packages,Pierre-Yves Ritschard
2007-05-18show the url for the package we're dealing with. Unconfuse installed vs.Marc Espie
2007-05-18normalize installed namesMarc Espie
2007-05-15require the right code at the right location.Marc Espie
2007-05-14put Search objects into their own file, finallyMarc Espie
2007-05-14put search objects into a search class.Marc Espie
2007-05-14name tweaks: match -> match_list, match_repo -> matchMarc Espie
2007-05-14use Repository::Installed a bit moreMarc Espie
2007-05-13unify object lookup as locator->match($o) or $repo->match($o)Marc Espie
2007-05-12use PkgSpec objects most of the timeMarc Espie
2007-05-07use repo->findstemMarc Espie
2007-05-07remove dependency on available_stems(), make it go thru PackageLocatorMarc Espie
2007-05-07do not expose stemlist internals, create find_partialstem function.Marc Espie
2007-05-02remove extraneous () in method call: $o->method() becomes $o->methodMarc Espie
2007-05-01move the old elements into PackingElements, since the code is nowMarc Espie