Death of Google Code

René J.V. Bertin rjvbertin at gmail.com
Fri Mar 13 13:05:23 PDT 2015


On Friday March 13 2015 14:34:38 Lawrence Velázquez wrote:

>A rough count:
>
>    % find ~/Projects/MacPorts/git-svn/trunk/dports \
>    >           -name Portfile -exec grep googlecode {} + |
>    pipe>   wc -l
>         265
>    % find ~/Projects/MacPorts/git-svn/trunk/dports \
>    >           -name Portfile -exec grep 'code\.google' {} + |
>    pipe>   wc -l
>         267
>    $

And to list them:

%> egrep -li 'googlecode|code\.google' -R ${prefix}/var/macports/source/svn<whatever>/dports --include=Portfile

;)

R.


More information about the macports-dev mailing list