Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow search objects to say "keep_all" and make PackageRepositoryLists | 2020-02-19 | 1 | -3/+6 | |
| | | | | aware of that for match_locations | ||||
* | Refactor locator code so it's a proper object. | 2017-05-29 | 1 | -2/+2 | |
| | | | | | | | | | allow fw_update to short-circuit entirely, thus the specific treatment of paths is actually less of a special case, and the code that reaches into /etc/installurl is no longer used at all in that case. problem noticed by mlarkin@ | ||||
* | gc old code, from Jean-Philippe Ouellet | 2015-07-09 | 1 | -12/+1 | |
| | |||||
* | zap scp urls from quirks update for fw_update | 2015-02-03 | 1 | -1/+2 | |
| | |||||
* | handle failures from ports tree with more care. | 2010-12-24 | 1 | -1/+1 | |
| | | | | | this does avoid infinite loops in case of wrong plists. necessary since print-plist-with-depends CAN fail... | ||||
* | initial scaffolding for @rcscript: for now, acts like normal files, | 2010-10-27 | 1 | -1/+1 | |
| | | | | but allow absolute pathnames (treat that as an implicit @cwd). | ||||
* | pass (and save) state around in Repository-related stuff. | 2010-07-02 | 1 | -4/+4 | |
| | |||||
* | allow say and errsay to work without parameters, as it's ways common. | 2010-06-30 | 1 | -1/+1 | |
| | | | | create verbose_system up in state, because it makes sense without verbose. | ||||
* | whitespace cleanup | 2010-06-30 | 1 | -1/+1 | |
| | |||||
* | fix "deduplicate" code. | 2010-06-25 | 1 | -4/+19 | |
| | | | | allow prepend as well as add | ||||
* | whitespace fixes | 2010-05-10 | 1 | -1/+1 | |
| | |||||
* | move signal catching up, so we can clean repos and temp files at once. | 2010-01-09 | 1 | -9/+1 | |
| | | | | | Fix main program try/catch: signal message should use standard form so it gets caught. | ||||
* | slightly more complex repolist, to allow for: | 2010-01-09 | 1 | -22/+22 | |
| | | | | | - caching locations - avoid readding known paths (done thx to unique repo objects) | ||||
* | move pipe handling into RepositoryList | 2010-01-09 | 1 | -1/+8 | |
| | |||||
* | repositories no longer need match | 2010-01-09 | 1 | -13/+1 | |
| | |||||
* | synch with my new style search/location changes | 2009-04-19 | 1 | -12/+23 | |
| | | | | | | It's likely there will be some fallout, but it's getting a bit too large to keep around. This does kill a few very old oddities as well. | ||||
* | and I forgot this one | 2007-05-19 | 1 | -1/+13 | |
| | |||||
* | don't pass srcpath around, since we don't use it. | 2007-05-19 | 1 | -3/+3 | |
| | |||||
* | kill "available" routine, which is no longer used. | 2007-05-14 | 1 | -21/+2 | |
| | |||||
* | move the retry code down at the http/ftp repository level, where it belongs. | 2007-05-14 | 1 | -31/+3 | |
| | |||||
* | tidy | 2007-05-14 | 1 | -2/+2 | |
| | |||||
* | remove some specialness of the Filtering stuff. | 2007-05-13 | 1 | -6/+3 | |
| | |||||
* | kill unused stuff | 2007-05-13 | 1 | -28/+4 | |
| | |||||
* | unify object lookup as locator->match($o) or $repo->match($o) | 2007-05-13 | 1 | -3/+3 | |
| | |||||
* | also create PartialStem objects, and create a generic | 2007-05-13 | 1 | -1/+7 | |
| | | | | PackageLocator->match($o), where $o can be a spec, a stem, a partialstem. | ||||
* | tweak _first_of so it can take an extra $filter routine, so that we | 2007-05-13 | 1 | -8/+11 | |
| | | | | | get the first set of results that are non empty after filtering properly. | ||||
* | provide match_spec, findstem, find_partialstem at the repository list level, | 2007-05-13 | 1 | -1/+31 | |
| | | | | | with ld -L like semantics: we stop at the first repository which has the corresponding packages.. | ||||
* | $o->method() becomes $o->method | 2007-05-02 | 1 | -2/+2 | |
| | |||||
* | update copyright years, standardize licence. | 2007-04-15 | 1 | -2/+2 | |
| | | | | | reword the introduction to the stuff originally from FreeBSD to clarify slightly. | ||||
* | don't return undef, use plain return. | 2006-11-17 | 1 | -3/+3 | |
| | | | | | (return undef is only false in a scalar context) found my perlcritic, one of the few issues I agree with... | ||||
* | propagate stuff to be able to explicitly clean-up repositories. | 2006-03-08 | 1 | -1/+9 | |
| | | | | | (we can't use a normal destructor, since this will be called for each fork()ed subprocess). | ||||
* | cut down the Locator code into maintainable chunks. | 2006-03-04 | 1 | -0/+104 | |