summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Search.pm
AgeCommit message (Expand)Author
2011-07-02allows .libs* packages to match correctly in the presence of @conflict markersMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-05better spec handling: instead of dying, create badspec objects that neverMarc Espie
2010-01-05use Auto::cacheMarc Espie
2009-12-27fix partial stems, as noticed by numerous peopleMarc Espie
2009-12-05change the internal representation of Search::Stem to allow the additionMarc Espie
2009-11-30tweak the rules a bit: the search filter for "more recent than" ought toMarc Espie
2009-11-10kill more unused codeMarc Espie
2009-11-10remove dead code: as far as possible, we use onlyMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-11-09fix, need to keep =version for "no need to update" to occur...Marc Espie
2009-11-09okay, so updates become "true" updates: unless you say -F downgradeMarc Espie
2009-10-11maybe I'll change the code later (two XXX), but allows flavor after stem,Marc Espie
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2007-12-28tweak the semantics so that no-default-conflict works.Marc Espie
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-14for completion, allow Stem object to filter as well.Marc Espie
2007-05-14redo search filters as real objects. Accordingly, rename match_list toMarc Espie
2007-05-14put Search objects into their own file, finallyMarc Espie