Changes between Version 7 and Version 8 of Mirrors


Ignore:
Timestamp:
Dec 29, 2008, 10:11:30 AM (15 years ago)
Author:
wsiegrist@…
Comment:

add table for macports.conf

Legend:

Unmodified
Added
Removed
Modified
  • Mirrors

    v7 v8  
    1  = Mirrors =
     1= Mirrors =
    22
    33== Portfiles ==
    4 Portfiles are normally retrieved with {{{port sync}}} or {{{port selfupdate}}}. The URL used to get Portfiles is set in ${prefix}/etc/macports/sources.conf.  The current list of mirrors is:
     4Portfiles are normally retrieved with {{{port sync}}} or {{{port selfupdate}}}. The URL used to get Portfiles is set in {{{${prefix}/etc/macports/sources.conf}}}.  The current list of mirrors is:
    55
    6 || Location          || URL || Admin ||
     6|| '''Location'''          || '''URL''' || '''Admin''' ||
    77|| USA, CA           || rsync://rsync.macports.org/release/ports/ || admin@macosforge.org ||
    88|| Norway, Trondheim || rsync://trd.no.rsync.macports.org/release/ports/ || somaen@pvv.ntnu.no ||
     
    1212Distfiles are the archives containing the source code for port. They are usually retrieved from the project's site or of their mirrors. The MacPorts project further mirrors the distfiles in one location. The following mirrors are queried automatically by MacPorts.
    1313
    14 || Location          || URL || Admin ||
     14|| '''Location'''          || '''URL''' || '''Admin''' ||
    1515|| USA, CA           || http://distfiles.macports.org || admin@macosforge.org ||
    1616|| Norway, Trondheim || http://trd.no.distfiles.macports.org || somaen@pvv.ntnu.no ||
    1717|| Sweden, Stockholm || http://arn.se.distfiles.macports.org || david@mojo.net ||
     18
     19== MacPorts Source ==
     20MacPorts is updated during {{{port selfupdate}}} by checking the version on the rsync server. You can point your installation at a closer mirror listed below by changing the two options, rsync_server and rsync_dir, in {{{${prefix}/etc/macports/macports.conf}}}.
     21
     22|| '''Location'''          || '''rsync_server''' || '''rsync_dir''' || '''Admin''' ||
     23|| USA, CA           || rsync.macports.org || release/base/ || admin@macosforge.org ||
     24|| Norway, Trondheim || trd.no.rsync.macports.org || release/base/ || somaen@pvv.ntnu.no ||
     25|| Sweden, Stockholm || arn.se.rsync.macports.org || release/base/ || david@mojo.net ||