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.
The installation and usage of MacPorts are recorded here for your reference.
Visit the official website http://www.macports.org/install.php, here is provided with DMG installation and source installation two ways, DMG said more, download macports-1.9.2-10.6-snowleopard.dmg, next step to install.
Installing MacPorts via Source
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
MacPorts installation and use in Mac OS x