How to properly formulate search for a maintainer?
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Wed Oct 27 14:52:12 PDT 2010
> So you really want:
>
> port echo 'maintainer:(\s|^)mk(\s|$)'
>
> So this says to match whitespace or beginning of line, then "mk", then whitespace or end of line.
Hmm, if two people maintainer a port this seems to break. Check out unbound:
port echo maintainer:snc
vs
port echo 'maintainer:(\s|^)snc(\s|$)'
I get 131 vs 130 ports returned, with unbound being the difference.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6308 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20101027/f43ebe1c/attachment.bin>
More information about the macports-dev
mailing list