Under the Mac in addition to use DMG, pkg to install software, more convenient also useful macports to help you install other applications, and BSD in the same ports. MacPorts, like Apt-get and Yum, can quickly install some software.
MacPorts is used in the use, so the installation and use of the method is recorded here for future reference.
Visit the official website http://www.macports.org/install.php, there are two ways of installing DMG and installing the source code here.
dmg words to download the package for your system, step by step installation can be.
Install macports via source, example:
wget http://distfiles.macports.org/MacPorts/MacPorts-1.9.2.tar.gz
Tar zxvf macports-1.9.2.tar.gz
CD MacPorts-1.9.2
./configure && make && sudo make install
Cd.. /
RM-RF macports-1.9.2*
/opt/local/bin and/opt/local/sbin are then added to the $path search path
Edit the/etc/profile file, plus
Export Path=/opt/local/bin: $PATH
Export Path=/opt/local/sbin: $PATH
MacPorts use
Updating the ports tree and MacPorts versions, it is highly recommended to use the-v parameter for the first run, showing the detailed update process.
sudo port-v selfupdate
Software in the search index
Port Search Name
Install new software
sudo port install name
Uninstalling software
sudo port uninstall name
Check for updated software and versions
Port outdated
Upgrade software that can be updated
sudo port upgrade outdated
Eclipse plug-in needs subclipse need Javahl, below through MacPorts to install
sudo port install subversion-javahlbindings
Installation of MacPorts in MAC OS x use Memo