Revision: 99275 http://trac.macports.org//changeset/99275 Author: pixilla@macports.org Date: 2012-10-30 16:15:55 -0700 (Tue, 30 Oct 2012) Log Message: ----------- base/doc/macports.conf.5: - Add startupitem_install, proxy_override_env, proxy_http, proxy_https, proxy_ftp proxy_rsync, proxy_skip, host_blacklist and preferred_hosts to man. base/doc/macports.conf.in: - Add host_blacklist and preferred_hosts. Modified Paths: -------------- trunk/base/doc/macports.conf.5 trunk/base/doc/macports.conf.in Modified: trunk/base/doc/macports.conf.5 =================================================================== --- trunk/base/doc/macports.conf.5 2012-10-30 22:52:30 UTC (rev 99274) +++ trunk/base/doc/macports.conf.5 2012-10-30 23:15:55 UTC (rev 99275) @@ -187,6 +187,14 @@ .br .Ic Default: default +.It Va startupitem_install +Option to install symlinks into /Library/LaunchAgents or +/Library/LaunchDaemons; startupitem_install may be empty, "yes" or "no"; +if the option is NOT "no" then a symlink for the startupitem will be +created in the appropriate system directory. +.br +.Ic Default: +yes .It Va destroot_umask Umask value to use during the destrooting of a port. .br @@ -220,6 +228,55 @@ .It Va extra_env List of extra environment variables MacPorts should keep in the user's environment when sanitizing it. Changing this is unsupported. +.It Va proxy_override_env +Proxy support. Precedence is: env, macports.conf, System Preferences. +That is, if it's set in the environment, that will be used instead of +anything here or in System Preferences. Setting proxy_override_env to +yes will cause any proxies set here (or in System Preferences if set +there but not here) to override what's in the environment. Note that +System Preferences doesn't have an rsync proxy definition. Also note, on +10.5, sudo will clear many environment variables including those for +proxy support. Equivalent environment variables: http_proxy, +HTTPS_PROXY, FTP_PROXY, RSYNC_PROXY, NO_PROXY +.br +.Ic Default: +yes +.It Va proxy_http +HTTP proxy +.br +.Ic Default: +none +.It Va proxy_https +HTTPS proxy +.br +.Ic Default: +none +.It Va proxy_ftp +FTP proxy +.br +.Ic Default: +none +.It Va proxy_rsync +rsync proxy +.br +.Ic Default: +none +.It Va proxy_skip +Hosts not to go through the proxy (comma-separated, applies to HTTP, +HTTPS and FTP, but not rsync): +.br +.Ic Default: +none +.It Va host_blacklist +Space separated list of download hosts that should not be used. +.br +.Ic Default: +none +.It Va preferred_hosts +Space separated list of download hosts that should be used preferentially. +.br +.Ic Default: +none .It Va revupgrade_autorun Controls whether the rev-upgrade action will be run automatically after upgrading ports. Modified: trunk/base/doc/macports.conf.in =================================================================== --- trunk/base/doc/macports.conf.in 2012-10-30 22:52:30 UTC (rev 99274) +++ trunk/base/doc/macports.conf.in 2012-10-30 23:15:55 UTC (rev 99275) @@ -153,6 +153,13 @@ # and FTP, but not rsync): #proxy_skip internal1, internal2, internal3 +# Options 'host_blacklist' and 'preferred_hosts', used for indicating +# space separated lists of download hosts that should not be used or +# should be used preferentially, respectively. These override the usual +# ping time check. +#host_blacklist badhost1.org badhost2.org +#preferred_hosts preferredhost1.org preferredhost2.org + # Set whether to automatically run rev-upgrade after upgrading ports #revupgrade_autorun yes # Option controlling action taken by rev-upgrade, which checks for broken
participants (1)
-
pixilla@macports.org