[med-svn] r1367 - trunk/packages/insighttoolkit/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Wed Feb 13 02:38:25 UTC 2008


Author: smr
Date: 2008-02-13 02:38:24 +0000 (Wed, 13 Feb 2008)
New Revision: 1367

Added:
   trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.3
Removed:
   trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.1
Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Rename insighttoolkit.1 to ...3, since it is in Section 3.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-02-13 00:48:29 UTC (rev 1366)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-02-13 02:38:24 UTC (rev 1367)
@@ -10,6 +10,9 @@
     to generated CMakeCache.txt.  New rule install/python-insighttoolkit.  
   * CMakeCache.txt.debian: Enable ITK_CSWIG_PYTHON.
 
+  * insightoolkit.1: rename to insightoolkit.3.
+  * rules: Adjust accordingly.
+  
   [ David Paleino ]
   * debian/control:
     - Standards-Version bumped to 3.7.3

Deleted: trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.1
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.1	2008-02-13 00:48:29 UTC (rev 1366)
+++ trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.1	2008-02-13 02:38:24 UTC (rev 1367)
@@ -1,112 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.TH INSIGHTTOOLKIT 3 "Oct 11, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-
-.SH NAME
-insighttoolkit \- imaging toolkit for segmentation and registration
-
-.SH DESCRIPTION
-This manual page briefly documents the
-.B Insight Toolkit
-(ITK).
-.PP
-ITK is an open-source software toolkit for performing registration and
-segmentation.  Segmentation is the process of identifying and classifying
-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.
-.PP
-ITK is implemented in C++. In addition, an automated wrapping process
-generates interfaces between C++ and interpreted programming languages such
-as Tcl, Java, and Python. This enables developers to create software using a
-variety of programming languages. ITK's C++ implementation style is referred
-to as generic programming. Such C++ templating means that the code is highly
-efficient, and that the many software problems are discovered at
-compile-time, rather than at run-time during program execution.
-.PP
-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.
-
-.SH HISTORY
-
-In 1999 the US
-.B 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
-.B 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), University 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 Kitware), 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.
-
-.SH LICENSE
-
-ITK is released under a BSD-style license.  See
-/usr/share/libinsighttoolkit2/doc/copyright for the full text.
-
-.SH API REFERENCE
-
-The API documentation is available in HTML generated by Doxygen, in the
-insighttoolkit-doc package.
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
-.\" \fBinsighttoolkit\fP is a program that...
-.\" .SH SEE ALSO
-.\" .BR bar (1),
-.\" .BR baz (1).
-.\" .br
-
-.SH MAILING LIST
-
-Join the community by subscribing to the ITK mailing lists at
-http://www.itk.org/HTML/MailingLists.htm.
-
-.SH AUTHORS
-
-.PP
-The 
-.B Insight Segmentation and Registration Toolkit
-is developed by the
-.B Insight Software Consortium
-and the ITK community.
-
-.SH SEE ALSO
-
-See the project homepage
-.B http://www.itk.org/
-for more information.

Copied: trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.3 (from rev 1359, trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.1)
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.3	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/insighttoolkit.3	2008-02-13 02:38:24 UTC (rev 1367)
@@ -0,0 +1,112 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH INSIGHTTOOLKIT 3 "Oct 11, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+
+.SH NAME
+insighttoolkit \- imaging toolkit for segmentation and registration
+
+.SH DESCRIPTION
+This manual page briefly documents the
+.B Insight Toolkit
+(ITK).
+.PP
+ITK is an open-source software toolkit for performing registration and
+segmentation.  Segmentation is the process of identifying and classifying
+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.
+.PP
+ITK is implemented in C++. In addition, an automated wrapping process
+generates interfaces between C++ and interpreted programming languages such
+as Tcl, Java, and Python. This enables developers to create software using a
+variety of programming languages. ITK's C++ implementation style is referred
+to as generic programming. Such C++ templating means that the code is highly
+efficient, and that the many software problems are discovered at
+compile-time, rather than at run-time during program execution.
+.PP
+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.
+
+.SH HISTORY
+
+In 1999 the US
+.B 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
+.B 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), University 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 Kitware), 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.
+
+.SH LICENSE
+
+ITK is released under a BSD-style license.  See
+/usr/share/doc/libinsighttoolkitX.Y/copyright for the full text.
+
+.SH API REFERENCE
+
+The API documentation is available in HTML generated by Doxygen, in the
+insighttoolkit-doc package.
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+.\" \fBinsighttoolkit\fP is a program that...
+.\" .SH SEE ALSO
+.\" .BR bar (1),
+.\" .BR baz (1).
+.\" .br
+
+.SH MAILING LIST
+
+Join the community by subscribing to the ITK mailing lists at
+http://www.itk.org/HTML/MailingLists.htm.
+
+.SH AUTHORS
+
+.PP
+The 
+.B Insight Segmentation and Registration Toolkit
+is developed by the
+.B Insight Software Consortium
+and the ITK community.
+
+.SH SEE ALSO
+
+See the project homepage
+.B http://www.itk.org/
+for more information.

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2008-02-13 00:48:29 UTC (rev 1366)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2008-02-13 02:38:24 UTC (rev 1367)
@@ -35,7 +35,7 @@
 	dh_pysupport -ppython-insighttoolkit
 
 install/libinsighttoolkit-dev::
-	dh_installman -plibinsighttoolkit-dev debian/insighttoolkit.1
+	dh_installman -plibinsighttoolkit-dev debian/insighttoolkit.3
 	dh_installdocs -plibinsighttoolkit-dev Documentation/*
 	dh_install -plibinsighttoolkit-dev -XPython debian/tmp/usr/lib/InsightToolkit/lib*.so usr/lib
 	dh_install -plibinsighttoolkit-dev --autodest debian/tmp/usr/include/InsightToolkit/*




More information about the debian-med-commit mailing list