MacPorts 1.9

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS MacPorts 1.9
# 1  
Old 06-09-2010
CPU & Memory MacPorts 1.9

ImageAbout MacPorts
an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac OS X operating system. To that end we provide the command-line driven MacPorts software package under a BSD License, and through it easy access to thousands of ports that greatly simplify the task of compiling and installing open-source software on your Mac.

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. OS X (Apple)

MacPorts, OpenCV, Python, and PyGame configuration help

Hullo, I've been banging around all week (after re-install of Snow Leopard) trying to get python configured with MacPorts, OpenCV, and PyGame (at least). I've got python_select properly configured and seemingly working, but I can't seem to get any of these modules including all at once.... (4 Replies)
Discussion started by: alberttruism
4 Replies

2. OS X (Apple)

Suggested MacPorts to Install

I was wondering if anybody had any ports for macports that they particularly liked and wanted to recommend - I'm looking for some more stuff to play around with. (0 Replies)
Discussion started by: Jalaska13
0 Replies

3. UNIX for Dummies Questions & Answers

Mac OS 10.6 and MacPorts

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well. I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the... (2 Replies)
Discussion started by: HoldenCaulfield
2 Replies

4. OS X (Apple)

MacPorts on Snow Leopard

Hello everyone. I was previously using MacPorts 1.8 on Mac OS 10.5.8 without any problems and everything was working well. I recently upgraded to Xcode 3.2 and Mac OS 10.6, since then my MacPorts installation has not been working at all. I deleted it and then reinstalled the .dmg from the... (1 Reply)
Discussion started by: HoldenCaulfield
1 Replies
Login or Register to Ask a Question
INSIGHTTOOLKIT(3)					     Library Functions Manual						 INSIGHTTOOLKIT(3)

NAME
insighttoolkit - imaging toolkit for segmentation and registration DESCRIPTION
This manual page briefly documents the Insight Toolkit (ITK). ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and clas- sifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both. ITK is implemented in C++. In addition, an automated wrapping process generates interfaces between C++ and interpreted programming lan- guages such as Tcl, Java, and Python. This enables developers to create software using a variety of programming languages. ITK's C++ imple- mentation style is referred to as generic programming. Such C++ templating means that the code is highly efficient, and that the many soft- ware problems are discovered at compile-time, rather than at run-time during program execution. Because ITK is an open-source project, developers from around the world can use, debug, maintain, and extend the software. ITK uses a model of software development referred to as Extreme Programming. Extreme Programming collapses the usual software creation methodology into a simultaneous and iterative process of design-implement-test-release. The key features of Extreme Programming are communication and testing. Communication among the members of the ITK community is what helps manage the rapid evolution of the software. Testing is what keeps the software stable. In ITK, an extensive testing process is in place that measures the quality on a daily basis. HISTORY
In 1999 the US National Library of Medicine [http://www.nlm.nih.gov/nlmhome.html] of the National Institutes of Health awarded a three-year contract to develop an open-source registration and segmentation toolkit, which eventually came to be known as the Insight Toolkit (ITK). The primary purpose of the project is to support the Visible Human Project [http://www.nlm.nih.gov/research/visible/visible_human.html] by providing software tools to process and work with the project data. ITK's NLM Project Manager was Dr. Terry Yoo, who coordinated the six prime contractors who made up the Insight consortium. These consortium members included the three commercial partners GE Corporate R&D, Kitware, Inc., and MathSoft (the company name is now Insightful); and the three academic partners University of North Carolina (UNC), Uni- versity of Tennessee (UT), and University of Pennsylvania (UPenn). The Principle Investigators for these partners were, respectively, Bill Lorensen at GE CRD, Will Schroeder at Kitware, Vikram Chalana at Insightful, Stephen Aylward with Luis Ibanez at UNC (Luis is now at Kit- ware), Ross Whitaker with Josh Cates at UT (both now at Utah), and Dimitri Metaxas at UPenn. In addition, several subcontractors rounded out the consortium including Peter Raitu at Brigham & Women's Hospital, Celina Imielinska and Pat Molholt at Columbia University, Jim Gee at UPenn's Grasp Lab, and George Stetton at University of Pittsburgh. LICENSE
ITK is released under a BSD-style license. See /usr/share/doc/libinsighttoolkitX.Y/copyright for the full text. API REFERENCE
The API documentation is available in HTML generated by Doxygen, in the insighttoolkit-doc package. MAILING LIST
Join the community by subscribing to the ITK mailing lists at http://www.itk.org/HTML/MailingLists.htm. AUTHORS
The Insight Segmentation and Registration Toolkit is developed by the Insight Software Consortium and the ITK community. SEE ALSO
See the project homepage http://www.itk.org/ for more information. Oct 11, 2005 INSIGHTTOOLKIT(3)