On Nov 12, 2007, at 5:37 AM, Ryan Schmidt wrote:
Only 17 email addresses (not all of which would be committers):
grep "[[:space:]]cd[[:space:]]" */*/Portfile \
| grep -v "system[[:space:]]" \
| sed -E 's%^.*/(.*)/Portfile.*$%\1%' \
| uniq \
| xargs port info --maintainer \
| sed -e 's%^maintainer: %%' -e 's%,%%' \
| xargs -n 1 echo \
| sort \
| uniq \
| grep -v [EMAIL PROTECTED] \
| wc -l
I went ahead and sent out a message (this list was Cc'd).
Thanks a bunch for this, Ryan!
-jmpp
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev