Ticket #28577: sources.conf

File sources.conf, 1.3 KB (added by matt@…, 13 years ago)

souces.conf

Line 
1#  MacPorts system wide sources configuration file
2#  $Id: sources.conf 42662 2008-11-28 23:18:50Z raimue@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 http://trac.macports.org/wiki/Mirrors
27# rsync://rsync.macports.org/release/ports/ [default]
28http://www.macports.org/files/ports.tar.gz [default]