Remove math/vtk5-data, this port provided test data for math/vtk5
math/vtk5 was removed today and people can download the relevant test data for their release from https://www.vtk.org/download/
This commit is contained in:
parent
9d1406fba2
commit
897cdb4519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486687
7 changed files with 1 additions and 1597 deletions
1
MOVED
1
MOVED
|
@ -10714,3 +10714,4 @@ www/php70-tidy|www/php72-tidy|2018-12-05|Has expired: Security Support ends on 3
|
|||
math/php70-bcmath|math/php72-bcmath|2018-12-05|Has expired: Security Support ends on 3 Dec 2018
|
||||
math/php70-gmp|math/php72-gmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018
|
||||
lang/php70|lang/php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018
|
||||
math/vtk5-data||2018-12-05|Removed
|
||||
|
|
|
@ -869,7 +869,6 @@
|
|||
SUBDIR += unuran
|
||||
SUBDIR += viennacl
|
||||
SUBDIR += vowpal_wabbit
|
||||
SUBDIR += vtk5-data
|
||||
SUBDIR += vtk6
|
||||
SUBDIR += vtk8
|
||||
SUBDIR += wcalc
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
# 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= 5-data
|
||||
DISTNAME= vtkdata-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Visualization Toolkit test and example data
|
||||
|
||||
WRKSRC= ${WRKDIR}/VTKData${PORTVERSION}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/VTKData
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (vtkdata-5.10.1.tar.gz) = c526a5eeb73693597043a89d401ef5b8f0c6f6eddb82e03ad205f013ee9edf7c
|
||||
SIZE (vtkdata-5.10.1.tar.gz) = 88642678
|
|
@ -1,6 +0,0 @@
|
|||
Remember to set your VTK_DATA_ROOT environment variable to:
|
||||
|
||||
%%EXAMPLESDIR%%/VTKData
|
||||
|
||||
before running tests or examples.
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
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/
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue