summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository/Installed.pm
AgeCommit message (Expand)Author
2010-03-06fix very stupid typoMarc Espie
2010-01-10bump copyrightMarc 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-09move some url parsing into Installed, provide for pipe:Marc Espie
2010-01-05use Auto::cacheMarc Espie
2009-11-10kill more unused codeMarc Espie
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2007-06-10give repository/locations slightly more control over package names.Marc Espie
2007-05-30move close methods so that error paths can proceed on Repository::Installed.Marc Espie
2007-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-18normalize installed namesMarc Espie
2007-05-17new methods: repositories can create url. Rename PackageLocation->stringizeMarc Espie
2007-05-17name each urlschemeMarc Espie
2007-05-14redo search filters as real objects. Accordingly, rename match_list toMarc Espie
2007-05-14name tweaks: match -> match_list, match_repo -> matchMarc Espie
2007-05-14two repos: new(1) gives all packages. new() zaps .libs and friends.Marc Espie
2007-05-14load PackageLocation just in time. Control what we import fromMarc Espie
2007-05-14move code around to allow OO access to installed packages always.Marc Espie