Those of the more OS agnostic might agree that the package management solution for software installation is a great enhancement over traditional means of distribution. Especially when it comes down to open source software, which often needs to be compiled for the underlying hardware, package management can be a salvation – since it allows one to turn away from complicated problems like finding all the necessary libraries / headers to satisfy “./configure” or finding RPM’s in the right version so the selected software will finally install.
If you’ve ever worked with Ubuntu’s Synaptic or Debian’s dpkg you know how easily software installation via package management can be.
For Mac OS X, there’ve always been several solutions to package management: Fink, MacPorts, DarwinPorts and even Gentoo Portage.
While some of these already come with a solid UI, MacPorts doesn’t. It’s standard distribution contains the powerful but not-so-easy-to-use “ports” commandline application. Porticus is a 10.4+ GUI package manager which tries to fill this gap. It offers a (quite synaptic-like, if I might say so) overview over available and installed packages, and allows of easy package installation.
Features:
- Viewing the current MacPorts categories
- Installing, uninstalling, updating, activating and deactivating ports
- Port variant handling
- MacPorts self-update support
- Growl Integration
- Sparkle Software Update
Porticus is freeware and can be found here.