Girish Mahajan (Editor)

MacPorts

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Initial release
  
2002 (2002)

Written in
  
Tcl and C

Platform
  
x86, x86_64, PowerPC

Development status
  
Active

Operating system
  
macOS, Darwin

MacPorts

Stable release
  
2.4.0 / 27 January 2017; 47 days ago (2017-01-27)

MacPorts, formerly called DarwinPorts, is a package management system that simplifies the installation of software on the macOS and Darwin operating systems. It is an open source software project to simplify installation of other open source software. Similar in aim and function to Fink and the BSDs' ports collections, DarwinPorts was started in 2002 as part of the OpenDarwin project, with the involvement of a number of Apple Inc. employees including Landon Fuller, Kevin Van Vechten, and Jordan Hubbard.

It allows the installation of a number of packages by entering the command sudo port install packagename in the Terminal, which will then download, compile if necessary, and install the requested software, while also installing any required dependencies automatically. Installed packages can be updated with the command sudo port upgrade outdated.

On April 28, 2005, the project released version 1.0 of their software. In December 2005, the project reached a milestone, passing 3000 ports. In August 2010, MacPorts version 1.9.1 surpassed 7000 ports. As of March 2013, MacPorts version 2.1.3 has over 16,500 ports.

MacPorts was hosted on Mac OS Forge, an open source hosting service created and maintained by Apple Inc. for third-party projects not supported by Apple. When Apple closed Mac OS Forge in 2016, the project moved to GitHub. Best-effort support can be sourced from the community.

MacPorts supports universal binaries for both PowerPC and Intel-based versions of Mac OS X, but migrating from a PowerPC installation of MacPorts to a version on an Intel Mac requires reinstalling all installed ports.

The official MacPorts GUI application is called Pallet and began as a Google Summer of Code project in 2009.

References

MacPorts Wikipedia