How to obtain a list of ports which were recently added?

Kurt Pfeifle kurt.pfeifle at googlemail.com
Fri Dec 18 13:01:51 PST 2015


On Fri, Dec 18, 2015 at 9:00 PM, <
macports-users-request at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20151218/7e356015/attachment.html>


More information about the macports-users mailing list