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