Source
1
-
## MacPorts Ports
1
+
# MacPorts Ports
2
+
2
3
This repository contains the source definitions for the open source software packages offered through MacPorts.
3
4
4
-
### What software is available?
5
-
> See: <https://www.macports.org/ports.php>
5
+
## What software is available
6
+
7
+
See: <https://www.macports.org/ports.php>
8
+
9
+
Or: `port search <somename>`
10
+
11
+
## How to install ports
12
+
13
+
Install MacPorts: <https://www.macports.org/install.php>
6
14
7
-
> Or: `port search <somename>`
15
+
In Terminal, enter `sudo port install <someport>`
8
16
9
-
### How do I install a port?
10
-
> Install MacPorts: <https://www.macports.org/install.php>
17
+
## Diagnosing Problems
11
18
12
-
> In Terminal, enter `sudo port install <someport>`
19
+
Try `sudo port diagnose`
13
20
14
-
### Problems?
15
-
> Try `sudo port diagnose`
21
+
Get further help on our mailing list or via IRC: <https://www.macports.org/contact.php>
16
22
17
-
> Get further help on our mailing list or via IRC: <https://www.macports.org/contact.php>
23
+
## Documentation
18
24
19
-
### Documentation
20
-
> See `man port`
25
+
See `man port`
21
26
22
-
> Official documentation: <https://guide.macports.org>
27
+
Official documentation: <https://guide.macports.org>