summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepositoryList.pm
AgeCommit message (Expand)Author
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-07-02pass (and save) state around in Repository-related stuff.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-06-25fix "deduplicate" code.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2010-01-09slightly more complex repolist, to allow for:Marc Espie
2010-01-09move pipe handling into RepositoryListMarc Espie
2010-01-09repositories no longer need matchMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2007-05-19and I forgot this oneMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-14kill "available" routine, which is no longer used.Marc Espie
2007-05-14move the retry code down at the http/ftp repository level, where it belongs.Marc Espie
2007-05-14tidyMarc Espie
2007-05-13remove some specialness of the Filtering stuff.Marc Espie
2007-05-13kill unused stuffMarc Espie
2007-05-13unify object lookup as locator->match($o) or $repo->match($o)Marc Espie
2007-05-13also create PartialStem objects, and create a genericMarc Espie
2007-05-13tweak _first_of so it can take an extra $filter routine, so that weMarc Espie
2007-05-13provide match_spec, findstem, find_partialstem at the repository list level,Marc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2006-11-17don't return undef, use plain return.Marc Espie
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-04cut down the Locator code into maintainable chunks.Marc Espie