Files
macports-base/doc/sources.conf
T
Joshua Root 57847f7afa mportsync: use gzipped tarball if available
Should be compressed with --rsyncable in order to not defeat the rsync
algorithm and allow incremental updates.
2024-07-14 04:48:28 +10:00

31 lines
1.2 KiB
Plaintext

# MacPorts system-wide configuration file for ports tree sources.
#
# To change how MacPorts fetches base, see rsync_server and rsync_dir in
# macports.conf.
# To add a local source, add a "file://" entry.
#
# Example: file:///Users/landonf/misc/MacPorts/ports
#
# To prevent a source from synchronizing when `port sync` is used,
# append "[nosync]" at the end.
#
# Example: file:///Users/landonf/misc/MacPorts/ports [nosync]
#
# Note that MacPorts parses source URLs in order; when a port appears in
# multiple sources, it installs the first occurrence. For local sources
# to shadow remote ones, "file://" URLs must come before other URLs.
# A list of rsync mirrors is available at
# https://trac.macports.org/wiki/Mirrors#Portfiles.
#
# If an "rsync://" URL points to a .tar file, a signed .rmd160 file must
# exist in the same directory on the server and will be used to verify
# its integrity.
#
# For proper functionality of various resources (port groups, mirror
# sites, etc.), the primary MacPorts source must always be tagged
# "[default]", even if switched from the default "rsync://" URL.
rsync://rsync.macports.org/macports/release/tarballs/ports.tar.gz [default]