Ticket #38594: sources.conf

File sources.conf, 1.4 KB (added by connortk@…, 11 years ago)

here is sources file if it would help

Line 
1#  MacPorts system wide sources configuration file
2#  $Id: sources.conf 79599 2011-06-19 21:18:18Z jmr@macports.org $
3
4#  To setup a local ports repository, insert a "file://" entry following
5#  the example below that points to your local ports directory:
6#  Example: file:///Users/landonf/misc/MacPorts/ports
7
8#  The default MacPorts repository should always be tagged [default]
9#  for proper functionality of various resources (port groups, mirror
10#  sites, etc).  If you switch it from the rsync:// URL, be sure to keep
11#  it tagged [default].
12
13#  To prevent a source from synchronizing when `port sync` is used,
14#  append [nosync] at the end as shown in this example:
15#  Example: file:///Users/landonf/misc/MacPorts/ports [nosync]
16
17#  NOTE: The port command parses source URLs in order and installs the
18#        first occurrance when a port appears in multiple repositories.
19#        So keep "file://" URLs above other URL types.
20
21
22#  To get the ports tree from the master MacPorts server in California, USA use:
23#      rsync://rsync.macports.org/release/ports/
24#  To get it from the mirror in Trondheim, Norway use:
25#      rsync://trd.no.rsync.macports.org/release/ports/
26#  A current list of mirrors is available at https://trac.macports.org/wiki/Mirrors
27
28# If an rsync URL points to a .tar file, a signed .rmd160 must exist next to
29# it on the server and will be used to verify its integrity.
30
31rsync://rsync.macports.org/release/ports/ [default]