vtkdata stable port information

Package: vtkdata
Version: 5.2.0
Revision: 1
Source: http://www.vtk.org/files/release/5.2/%n-%v.tar.gz
Source-MD5: 4da83c829cf38663f9c77b681f29a921
SourceDirectory: VTKData
License: BSD
Suggests: vtk52 | vtk52-carbon | vtk52-cocoa
CompileScript: true
InstallScript: <<
/usr/bin/install -d %i/share/VTKData
/bin/cp -R Baseline Data VTKData.readme %i/share/VTKData
rm -Rf %i/share/VTKData/Baseline/CVS/
rm -Rf %i/share/VTKData/Baseline/*/CVS/
rm -Rf %i/share/VTKData/Data/CVS/
rm -Rf %i/share/VTKData/Data/*/CVS/
<<
RuntimeVars: VTK_DATA_ROOT: %p/share/VTKData
DocFiles: VTKData.readme
Description: Data for VTK
DescDetail: <<
This package contains data and baseline images for VTK regression testing
and other VTK examples. (See
http://www.vtk.org/testing/TestingResults/Dashboard/MostRecentResults-Nightly/Dashboard.html
to see how regression testing is used.)
Also see http://public.kitware.com/Dart
to learn about the Dart regression testing system.

The VTKData/Data directory are data files of various types. This includes
polygonal data, images, volumes, structured grids, rectilinear grids,
and multi-variate data.

The VTKData/Baseline are the testing images. These are used in testing to
compare a valid image against a generated image. If a difference between the
two images is found, then the test is considered to have failed.
<<
DescUsage: <<
Examples are provided in the share/doc/vtk/Examples folder.
To run them, use "wish Tutorial/Step1/Tcl/Cone.tcl", for example.
For documentation see the vtk web site.
<<
Maintainer: Martin Costabel
Homepage: http://www.vtk.org/