diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-03-01 09:52:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-03-01 09:52:47 +0000 |
commit | 8e1d14f0fc54bf709740519d8892423345d21238 (patch) | |
tree | c8a0b037659d59e36d6ba3c3a4fc2ce1e2f97770 /math/Makefile | |
parent | be9aecd8f849e74249317e27804eb671d105555e (diff) | |
download | ports-8e1d14f0fc54bf709740519d8892423345d21238.tar.gz ports-8e1d14f0fc54bf709740519d8892423345d21238.zip |
- New port: math/vtk5-data
This port contains data and baseline images for VTK regression testing
and other VTK examples. The Data directory are data files of various
types. This includes polygonal data, images, volumes, structured grids,
rectilinear grids, and multi-variate data.
The 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.
WWW: http://www.vtk.org/
Notes
Notes:
svn path=/head/; revision=313143
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 62b321de867d..cba31a3ef569 100644 --- a/math/Makefile +++ b/math/Makefile @@ -646,6 +646,7 @@ SUBDIR += vtk-python SUBDIR += vtk-tcl SUBDIR += vtk5 + SUBDIR += vtk5-data SUBDIR += wcalc SUBDIR += wfmath SUBDIR += wingz |