Mac
From IdefixWiki
Using UNIX Software with Mac
Install the port system for Mac, see [1].
Define Proxy for Ports
http_proxy="server:3128"; export http_proxy; https_proxy="server:3128"; export https_proxy;
Error Message at man
I get the following error message:
man Cannot open the message catalog "man" for locale "de_DE.UTF-8" (NLSPATH="<none>") What manual page do you want?
Insert the following into your .profile:
# Setting the path for MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# fix bug with man-page
export MANPATH=${MANPATH}:/opt/local/man