Source
1
1
# MacPorts Ports
2
2
3
3
This repository contains the source definitions for the open source software packages offered through MacPorts.
4
4
5
5
## What software is available
6
6
7
-
See: <https://www.macports.org/ports.php>
7
+
See: <https://ports.macports.org/>
8
8
9
9
Or: `port search <somename>`
10
10
11
11
## How to install ports
12
12
13
13
Install MacPorts: <https://www.macports.org/install.php>
14
14
15
15
In Terminal, enter `sudo port install <someport>`
16
16
17
17
## Diagnosing Problems
22
22
[FAQ](https://trac.macports.org/wiki/FAQ) to see if your problem is mentioned, and
23
23
[search Trac](https://trac.macports.org/search?q=&portsummarysearch=on) to see if there are
24
24
any open tickets.
25
25
26
26
Get further help on our mailing list or via IRC: <https://www.macports.org/contact.php>
27
27
28
28
## Documentation
29
29
30
30
See `man port`
31
31
32
-
Official documentation: <https://guide.macports.org>
32
+
Official documentation: <https://guide.macports.org/>