<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 18, 2015 at 9:00 PM,  <span dir="ltr">&lt;<a href="mailto:macports-users-request@lists.macosforge.org" target="_blank">macports-users-request@lists.macosforge.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":jwy" class="a3s" style="overflow:hidden">At the moment, you can only filter the Subversion commit log and look<br>
for added Portfiles. With a little bit of quick hacking I came up with<br>
this command, which prints the port directories added in the last two<br>
weeks:<br>
<br>
svn log -v -r&quot;{$(date -v-2w +&#39;%Y-%m-%d&#39;)}&quot;:HEAD <a href="https://svn.macports.org/repository/macports/trunk/dports" rel="noreferrer" target="_blank">https://svn.macports.org/repository/macports/trunk/dports</a> \<br>
    |grep -E &#39;^\s{3}A.*Portfile</div> |awk -F/ &#39;{print $5}&#39;<br>
<br>
With some more processing you could also retrieve the commit message or<br>
extract the port&#39;s description.<br>
<br>
Hope that helps,</blockquote></div><br>Yes, it does  :-)</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks a lot, Rainer!</div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Kurt</div></div>