{% extends 'layout.html' %} {% load static %} {% load humanize %} {% block title %}Install {{ port.name }} on macOS with {% endblock %} {% block content %}

{{ port.name }}

v {{ port.version }} {% if port.version_updated_at %} Updated: {{ port.version_updated_at|naturaltime }} {% endif %}

{{ port.description }}

{% include 'port/includes/full-description-collapsible.html' with ld=port.long_description d=port.description %}

{{ port.homepage }}

{% if port.active == True and port.replaced_by == None %} {% if not port.is_stubport %}

To install {{ port.name }}, paste this into the macOS Terminal after installing MacPorts

sudo port install {{ port.name }}

{% else %}

Installable ports:

{% with subports=port.get_subports %} {% if subports %}
{% for subport in subports %} {% endfor %}

{% endif %} {% endwith %} {% endif %} {% elif port.active is False %} {% elif port.replaced_by %} {% endif %}
{% if is_followed %} Unfollow {% else %} Add to my watchlist {% endif %}

Installations {{ count.all|intcomma }}
Requested Installations {{ count.requested|intcomma }}
{% endblock %} {% block script %} {% endblock %}