The ''MacPorts Framework'' is a Cocoa Framework built around the MacPorts Tcl-based API. The goal of the Framework is to provide a responsive and fully-featured API to MacPorts for Cocoa developers with an emphasis on responsiveness for GUI developers. == Source Code == The source code for the Framework currently resides in source:users/rhwood/MacPorts.Framework and can be checked out in subversion. == Installing == The Framework can be installed by installing the port MacPorts_Framework. Please note that since the Framework is still in early development, it changes rapidly without version changes. You may want to uninstall, clean, and reinstall the port on a regular basis if you are experimenting with it. == Using == 1. Add this Framework to your project in XCode the same way you would add any other Framework. 1. Add #import to your header files 1. plug away! == Classes == * [wiki:MacPortsFramework/MPIndex MPIndex] * [wiki:MacPortsFramework/MPInterpreter MPInterpreter] * [wiki:MacPortsFramework/MPMacPorts MPMacPorts] * [wiki:MacPortsFramework/MPPort MPPort] * [wiki:MacPortsFramework/MPReceipt MPReceipt] * [wiki:MacPortsFramework/MPRegistry MPRegistry]