Jump to content

MacPorts

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rmackay2 (talk | contribs) at 08:15, 23 November 2016 (Latest release version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Initial release2002 (2002)[1]
Stable release
2.3.5 / 17 November 2016; 7 years ago (2016-11-17)[2]
Repository
Written inTcl and C
Operating systemMac OS X, Darwin
Platformx86, x86_64, PowerPC
TypePackage management system
LicenseBSD
Websitewww.macports.org

MacPorts, formerly called DarwinPorts,[3] is a package management system that simplifies the installation of software on the Mac OS X 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.[4]

On April 28, 2005, the project released version 1.0 of their software.[5] In December 2005, the project reached a milestone, passing 3000 ports.[6] 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.[7]

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.[8] When Apple closed Mac OS Forge in 2016, the project moved to GitHub. [9] Best-effort support can be sourced from the community.[10]

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.[11]

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

See also

References

  1. ^ "MacPortsHistory".
  2. ^ "NEWS".
  3. ^ "DarwinPorts project announces New Hosting and New Name". darwinports.opendarwin.org (archived). August 7, 2006. Retrieved 2007-03-05.
  4. ^ "MacPorts". www.macports.org. January 5, 2011. Retrieved 2010-10-15.
  5. ^ Markus Weissmann (April 28, 2005). "DarwinPorts v1.0". darwinports.opendarwin.org (archived). Archived from the original on 2006-06-29. Retrieved 2007-03-05.
  6. ^ "3000 ports landmark". darwinports.opendarwin.org (archived). December 17, 2005. Archived from the original on 2006-06-29. Retrieved 2007-03-05.
  7. ^ "The MacPorts Project -- Home". Retrieved 2012-03-23.
  8. ^ http://www.macosforge.org/contact/
  9. ^ https://github.com/macports
  10. ^ https://www.macports.org/contact.php
  11. ^ "Migrating a MacPorts install to a new major OS version or CPU architecture". MacPorts. Retrieved 2013-05-27.
  12. ^ https://trac.macports.org/wiki/MacPortsGUI

External links