new ports and maintainer
Ryan Schmidt
ryandesign at macports.org
Fri Aug 8 21:03:34 PDT 2014
On Aug 8, 2014, at 10:59 PM, Ryan Schmidt wrote:
> port echo name:^p5- and maintainer:nomaintainer
>
> How would you produce that list if "nomaintainer" and "openmaintainer" were combined into a single value?
Thinking about it a bit more, I guess the answer is that it is a regular expression search so I could just anchor it to the beginning and end.
Ports I am the only maintainer of:
$ port echo maintainer:^ryandesign$|wc -l
357
Ports I maintain with others or openly:
$ port echo maintainer:ryandesign|wc -l
908
More information about the macports-dev
mailing list