1 | # MacPorts system-wide configuration file for ports tree sources. |
---|
2 | # |
---|
3 | # To change how MacPorts fetches base, see rsync_server and rsync_dir in |
---|
4 | # macports.conf. |
---|
5 | # |
---|
6 | # To add a local source, add a "file://" entry. |
---|
7 | # |
---|
8 | # Example: file:///Users/landonf/misc/MacPorts/ports |
---|
9 | # |
---|
10 | # To prevent a source from synchronizing when `port sync` is used, |
---|
11 | # append "[nosync]" at the end. |
---|
12 | # |
---|
13 | # Example: file:///Users/landonf/misc/MacPorts/ports [nosync] |
---|
14 | # |
---|
15 | # Note that MacPorts parses source URLs in order; when a port appears in |
---|
16 | # multiple sources, it installs the first occurrence. For local sources |
---|
17 | # to shadow remote ones, "file://" URLs must come before other URLs. |
---|
18 | # |
---|
19 | # A list of rsync mirrors is available at |
---|
20 | # https://trac.macports.org/wiki/Mirrors#Portfiles. |
---|
21 | # |
---|
22 | # If an "rsync://" URL points to a .tar file, a signed .rmd160 file must |
---|
23 | # exist in the same directory on the server and will be used to verify |
---|
24 | # its integrity. |
---|
25 | # |
---|
26 | # For proper functionality of various resources (port groups, mirror |
---|
27 | # sites, etc.), the primary MacPorts source must always be tagged |
---|
28 | # "[default]", even if switched from the default "rsync://" URL. |
---|
29 | # |
---|
30 | #rsync://rsync.macports.org/macports/release/tarballs/ports.tar [default] |
---|
31 | file:///opt/local/var/macports/sources/github.com/macports/macports-ports/ [default] |
---|