{% extends 'layout.html' %} {% load static %} {% load humanize %} {% block title %}Ports |{% endblock %} {% block content %}

Available Ports for The MacPorts Project

Install and upgrade open source software on macOS.

Popular ports
{% for top_port in top_ports %} {{ top_port.port }}
{% endfor %}
More...
Recently Added
{% for port in recently_added %} {{ port.name }} ({{ port.created_at|naturaltime }})
{% endfor %}
Active Ports

{{ ports_count|intcomma }}

View all
{% endblock %}