summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_info
AgeCommit message (Expand)Author
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
2007-04-29replace $p->visit('method') calls with $p->methodMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-01-29Three lines in SYNOPSIS are too much. Use only one line and sync usage.Bernd Ahlers
2007-01-23Introduce -Q option:Bernd Ahlers
2006-02-23Let 'pkg_info -P' work with package distribution files and URLs to aBernd Ahlers
2006-02-09use new interface (*close*)Marc Espie
2005-11-01Add -P option. This shows the pkgpath for each package. Nice for buildingBernd Ahlers
2005-10-28fix error code path for pkg_info -e pouetMarc Espie
2005-09-19simplify pkg_info a great deal, by relying on the lazy properties ofMarc Espie
2005-09-19let pkg_info -e see @pkgpath annotations.Marc Espie
2005-09-17special-case when we only need the packing-list.Marc Espie
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-16fix getopt line, noticed by Gerardo SantanaMarc Espie
2005-06-08squeeze +COMMENT in front of +DESC.Marc Espie
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
2005-01-14`big lock' model: lock the whole db for reading/writing.Marc Espie
2004-12-22keep less stuff around for -e pkgpath.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-06forgot -h for pkg_info.Marc Espie
2004-12-06UsageMarc Espie
2004-11-15find_pkg function to iterate through pkgs, wherever they might be.Marc Espie
2004-11-15repair -lMarc Espie
2004-11-15don't Fatal out if -e thingy -q, since we're only interested in theMarc Espie
2004-11-14-K -L option that prefixes each file name with keyword.Marc Espie
2004-11-11package names starting with . are hidden from pkg_info by default.Marc Espie
2004-11-11typoMarc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-11-10use ExtraInfo, finally: allows pkg_info to report packages according toMarc Espie
2004-11-10resurrect -e, document that it uses packages-specs now.Marc Espie
2004-11-09-s seamless with other options: let it work with -a, let it be on for -v.Marc Espie
2004-11-09-s option, grange's request.Marc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
2004-08-12ditch File::Copy so that buffering is consistent.Marc Espie
2004-08-06unneeded switch to main package.Marc Espie