1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- 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/
This commit is contained in:
Pietro Cerutti 2013-03-01 09:52:47 +00:00
parent be9aecd8f8
commit 8e1d14f0fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313143
6 changed files with 1645 additions and 0 deletions

View File

@ -646,6 +646,7 @@
SUBDIR += vtk-python
SUBDIR += vtk-tcl
SUBDIR += vtk5
SUBDIR += vtk5-data
SUBDIR += wcalc
SUBDIR += wfmath
SUBDIR += wingz

27
math/vtk5-data/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Created by: gahr
# $FreeBSD$
PORTNAME= vtk
PORTVERSION= 5.10.1
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \
http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
PKGNAMESUFFIX= -data
DISTNAME= vtkdata-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= The Visualization Toolkit test and example data
LATEST_LINK= vtk5-data
WRKSRC= ${WRKDIR}/VTKData${PORTVERSION}
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/VTKData
.include <bsd.port.mk>

2
math/vtk5-data/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (vtkdata-5.10.1.tar.gz) = c526a5eeb73693597043a89d401ef5b8f0c6f6eddb82e03ad205f013ee9edf7c
SIZE (vtkdata-5.10.1.tar.gz) = 88642678

View File

@ -0,0 +1,6 @@
Remember to set your VTK_DATA_ROOT environment variable to:
%%EXAMPLESDIR%%/VTKData
before running tests or examples.

9
math/vtk5-data/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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/

1600
math/vtk5-data/pkg-plist Normal file

File diff suppressed because it is too large Load Diff