On Fri, Dec 18, 2015 at 9:00 PM, <
macports-users-requ...@lists.macosforge.org> wrote:

> At the moment, you can only filter the Subversion commit log and look
> for added Portfiles. With a little bit of quick hacking I came up with
> this command, which prints the port directories added in the last two
> weeks:
>
> svn log -v -r"{$(date -v-2w +'%Y-%m-%d')}":HEAD
> https://svn.macports.org/repository/macports/trunk/dports \
>     |grep -E '^\s{3}A.*Portfile
> |awk -F/ '{print $5}'
>
> With some more processing you could also retrieve the commit message or
> extract the port's description.
>
> Hope that helps,


Yes, it does  :-)

Thanks a lot, Rainer!

Cheers,
Kurt
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to