Changes between Version 8 and Version 9 of Mirrors


Ignore:
Timestamp:
Jun 11, 2009, 7:29:51 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

align the table columns in the source

Legend:

Unmodified
Added
Removed
Modified
  • Mirrors

    v8 v9  
    44Portfiles 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''' ||
    7 || USA, CA           || rsync://rsync.macports.org/release/ports/ || admin@macosforge.org ||
    8 || Norway, Trondheim || rsync://trd.no.rsync.macports.org/release/ports/ || somaen@pvv.ntnu.no ||
    9 || Sweden, Stockholm || rsync://arn.se.rsync.macports.org/release/ports/ || david@mojo.net ||
     6|| '''Location'''    || '''URL'''                                        || '''Admin'''          ||
     7|| USA, CA           || rsync://rsync.macports.org/release/ports/        || admin@macosforge.org ||
     8|| Norway, Trondheim || rsync://trd.no.rsync.macports.org/release/ports/ || somaen@pvv.ntnu.no   ||
     9|| Sweden, Stockholm || rsync://arn.se.rsync.macports.org/release/ports/ || david@mojo.net       ||
    1010
    1111== Distfiles ==
    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''' ||
    15 || USA, CA           || http://distfiles.macports.org || admin@macosforge.org ||
    16 || Norway, Trondheim || http://trd.no.distfiles.macports.org || somaen@pvv.ntnu.no ||
    17 || Sweden, Stockholm || http://arn.se.distfiles.macports.org || david@mojo.net ||
     14|| '''Location'''    || '''URL'''                            || '''Admin'''          ||
     15|| USA, CA           || http://distfiles.macports.org        || admin@macosforge.org ||
     16|| Norway, Trondheim || http://trd.no.distfiles.macports.org || somaen@pvv.ntnu.no   ||
     17|| Sweden, Stockholm || http://arn.se.distfiles.macports.org || david@mojo.net       ||
    1818
    1919== MacPorts Source ==
    2020MacPorts 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}}}.
    2121
    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 ||
     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      ||