Age | Commit message (Expand) | Author |
2018-09-04 | move readmes detection to find_extractible, so that only changed/new readmes | Marc Espie |
2018-08-06 | Reflect reality. | Marc Espie |
2018-08-03 | actually heed localbase when looking for groff | Marc Espie |
2018-08-03 | reorg groff runner so that failures are handled better | Marc Espie |
2018-08-03 | - exit in case of exec error. Prevents code from continuing badly | Marc Espie |
2018-07-30 | Add colon for clarity. | Antoine Jacoutot |
2018-07-18 | make the logic for deleting first slightly more obvious | Marc Espie |
2018-07-12 | synch documentation with reality, noticed by landry@ | Marc Espie |
2018-07-11 | "running tags" | Marc Espie |
2018-07-11 | allow default from state | Marc Espie |
2018-07-11 | allow state->new to deduce the command name from $0 | Marc Espie |
2018-07-10 | unify option parsing a bit more | Marc Espie |
2018-07-10 | zap old comments that are unlikely to ever come back | Marc Espie |
2018-07-10 | zap really old stuff | Marc Espie |
2018-07-10 | remove remnants of very old code, to simplify unification | Marc Espie |
2018-07-09 | do cleanup after tags, as noticed by aja@ | Marc Espie |
2018-07-09 | explain what @define-tag mktexlsr supersedes mktexlsr-local | Marc Espie |
2018-07-08 | document what happens when the @define-tag defining package gets removed | Marc Espie |
2018-07-07 | - move everything tag-related into state->{tags} | Marc Espie |
2018-07-07 | what was I thinking. No need to iterate, just use the key | Marc Espie |
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 |