# MacPorts Ports

This repository contains the source definitions for the open source software packages offered through MacPorts.

## What software is available

See: <https://ports.macports.org/>

Or: `port search <somename>`

## How to install ports

Install MacPorts: <https://www.macports.org/install.php>

In Terminal, enter `sudo port install <someport>`

## Diagnosing Problems

Try `sudo port diagnose`

Check the [Problem Hotlist](https://trac.macports.org/wiki/ProblemHotlist) and
[FAQ](https://trac.macports.org/wiki/FAQ) to see if your problem is mentioned, and
[search Trac](https://trac.macports.org/search?q=&portsummarysearch=on) to see if there are
any open tickets.

Get further help on our mailing list or via IRC: <https://www.macports.org/contact.php>

## Documentation

See `man port`

Official documentation:  <https://guide.macports.org/>
