Ticket #62144: archive_sites.conf

File archive_sites.conf, 2.8 KB (added by snowflake (Dave Evans), 3 years ago)

archive_sites.conf from my Mountain Lion VM

Line 
1
2# This file is automatically generated - do not edit - see mac/sources-mine/macports/etc
3# Date: Sun 24 Jan 2021 20:17:40 GMT
4# Host: mlion.pearl
5
6# MacPorts configuration file for binary archive sources.
7
8# Each source entry consists of one or more fields.
9#
10#   name: A name for the archive source. This field always starts a new
11#       entry. Required.
12#
13#   urls: A space- or tab-delimited list of the source's URLs. Defaults
14#       to an empty list.
15#
16#   type: The filetype of the archives; valid values are "cpgz", "cpio",
17#       "tar", "tbz", "tbz2", "tgz", "tlz", "txz", "xar", and "zip".
18#       MacPorts handles each archive type with an appropriate external
19#       executable; if it cannot find such an executable, or if the
20#       specified type is invalid, the source is not used. Defaults to
21#       "tbz2".
22#
23#   prefix: The prefix of the MacPorts installation used to create the
24#       source's archives. This must match the value of "prefix" set in
25#       macports.conf, or the source is not used. Defaults to
26#       "/opt/local".
27#
28#   applications_dir: The applications directory of the MacPorts
29#       installation used to create the source's archives. This must
30#       match the value of "applications_dir" set in macports.conf, or
31#       the source is not used. Defaults to "/Applications/MacPorts".
32#
33#   frameworks_dir: The frameworks directory of the MacPorts
34#       installation used to create the source's archives. This must
35#       match the value of "frameworks_dir" set in macports.conf, or the
36#       source is not used. Defaults to "[prefix]/Library/Frameworks".
37#
38#   cxx_stdlib: The C++ standard library used by the MacPorts
39#       installation used to create the source's archives. This must
40#       match the value of "cxx_stdlib" set in macports.conf, or the
41#       source is not used. Defaults to "libc++" on OS X 10.9 or later,
42#       and "libstdc++" on 10.8 and earlier.
43#
44#   delete_la_files: Whether the MacPorts installation used to create
45#       the source's archives was configured to delete the .la files
46#       installed by GNU libtool. This must match the value of
47#       "delete_la_files" set in macports.conf, or the source is not
48#       used. Defaults to "yes" on OS X 10.9 or later, and "no" on
49#       10.8 and earlier.
50
51# Example source:
52#name                   My Source
53#urls                   http://example.com/ ftp://ftp.example.com/packages/
54#type                   zip
55#prefix                 /opt/mysource
56#applications_dir       /opt/mysource/Applications
57
58# does not seem to work on mlion
59name                    Daves_Packages
60urls                    http://two.pearl/macports-archives/darwin_12/
61type                    tbz2
62prefix                  /opt/local
63
64# To disable the default archive source, uncomment the following dummy
65# entry; it will shadow the one from the ports tree.
66#name                   macports_archives
67