Age | Commit message (Expand) | Author |
2018-07-03 | add "superseded" scaffold. | Marc Espie |
2018-07-02 | remove useless Pp; | Jason McIntyre |
2018-07-02 | explicitly document some common pkg_add features that also make sense | Marc Espie |
2018-07-01 | ahah. complex tag changes show I need to use the same algorithm as for libs | Marc Espie |
2018-06-30 | over-eager refactor means fw_update goes thru delete_handle, so teach | Marc Espie |
2018-06-28 | fix tag external representation, avoids weird space at end of plist | Marc Espie |
2018-06-26 | tags are cutting their first teeth, but it can be a normal debug flag | Marc Espie |
2018-06-26 | kill the solve_tags part of pkg_create for now, as it doesn't work at all | Marc Espie |
2018-06-26 | make it possible to remove old packages with erroneous tags... | Marc Espie |
2018-06-25 | fix ::lookup interface return, oops | Marc Espie |
2018-06-25 | so tags need some love to print out correctly | Marc Espie |
2018-06-25 | OO version of atend | Marc Espie |
2018-06-25 | special case: @tag found in self may have NO parameters and just be used | Marc Espie |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-24 | document that %D is localbase in define-tag | Marc Espie |
2018-06-24 | get ready to reuse verify_tag | Marc Espie |
2018-06-24 | implement tag checking during normal solving | Marc Espie |
2018-06-24 | fix need_params | Marc Espie |
2018-06-24 | fw_update not fwupdate, from weerd@ | Stuart Henderson |
2018-06-24 | style | Marc Espie |
2018-06-23 | define-tag can't use normal destate, because it migrates before any cwd | Marc Espie |
2018-06-23 | solve_tags not yet functional, I'll reactivate the checks during creation | Marc Espie |
2018-06-23 | well, when we read the plist from the ports tree, we need to register | Marc Espie |
2018-06-23 | prelink only also needs define-tag, unbreaks pkg_create with run-depends | Marc Espie |
2018-06-23 | PkgCreate has no business knowing details of define-tag | Marc Espie |
2018-06-23 | do some more basic checking of tags vs define-tag so that parameter usage | Marc Espie |
2018-06-23 | document @define-tag and @tag. | Marc Espie |
2018-06-23 | have a default tag value of empty, because. | Marc Espie |
2018-06-22 | move the tag base code into SolverBase, and use it in PkgCreate, so that | Marc Espie |
2018-06-22 | as discussed with aja@, some commands must be run once for every distinct | Marc Espie |
2018-06-22 | activate tag solver (won't do anything if plists don't have actual tags) | Marc Espie |
2018-06-22 | in the presence of multiple tags, tag definition must be "unique" | Marc Espie |
2018-06-22 | hook atend tag running | Marc Espie |
2018-06-22 | special case for a tag in self, which should be run appropriately during | Marc Espie |
2018-06-22 | let the tag logic migrate into state for running atend, | Marc Espie |
2018-06-21 | split the common half of dependencies handling into SolverBase, as PkgCreate | Marc Espie |
2018-06-20 | make it possible to do @tag sthg in the same package that does | Marc Espie |
2018-06-20 | so tags will need to match OLD tag definitions as well as new ones. | Marc Espie |
2018-06-20 | tags from changed_handles will be relevant, from nowhere else... | Marc Espie |
2018-06-20 | use delete_handle here as well | Marc Espie |
2018-06-20 | modernize pkg_delete code, we have DeleteSets, which means handle | Marc Espie |
2018-06-20 | move the solver autoloader into UpdateSet so that pkg_delete will be | Marc Espie |
2018-06-20 | prepare to split half of the dependencies code into a manageable subclass | Marc Espie |
2018-06-19 | Pass the set thru to deletion operations (we may need to solve_tags!) | Marc Espie |
2018-06-19 | fix solve_tags to deal with the actual list of tags (match tag to tag | Marc Espie |
2018-06-19 | sigh... define-tag still has to migrate early, so that it can be part of | Marc Espie |
2018-06-19 | getting closer to having actual tags working. | Marc Espie |
2018-06-19 | tidy. no actual behavior change | Marc Espie |
2018-06-18 | kill Frag/NoFrag, they only make sense in update-plist, so they've been | Marc Espie |
2018-06-18 | document the reason these classes exist | Marc Espie |