diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-10 20:59:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-10 20:59:19 +0000 |
commit | 3fb72e318f7be626e4315a026032d644cbce5540 (patch) | |
tree | 2a596dd3fcd96be66f808d42941a229b7263d43e /graphics/vv | |
parent | e326d6ecabc7c690696221959746ed24f26c6420 (diff) | |
download | ports-3fb72e318f7be626e4315a026032d644cbce5540.tar.gz ports-3fb72e318f7be626e4315a026032d644cbce5540.zip |
Notes
Diffstat (limited to 'graphics/vv')
-rw-r--r-- | graphics/vv/Makefile | 42 | ||||
-rw-r--r-- | graphics/vv/distinfo | 3 | ||||
-rw-r--r-- | graphics/vv/files/patch-registration_CMakeLists.txt | 19 | ||||
-rw-r--r-- | graphics/vv/pkg-descr | 9 |
4 files changed, 0 insertions, 73 deletions
diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile deleted file mode 100644 index 29fda6058861..000000000000 --- a/graphics/vv/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vv -DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0-271 -DISTVERSIONSUFFIX= -g24b75af3 -PORTREVISION= 10 -CATEGORIES= graphics - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Fast and simple 4D image viewer - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= wrong LIB_DEPENDS -DEPRECATED= Broken for more than 4 months -EXPIRATION_DATE= 2020-01-10 - -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libfreetype.so:print/freetype2 \ - libgdcmCommon.so:devel/gdcm \ - libhdf5_cpp.so:science/hdf5 \ - libITKLabelMap-4.13.so:science/InsightToolkit \ - libpng.so:graphics/png \ - libsz.so:science/szip \ - libtiff.so:graphics/tiff \ - libvtkIOSQL-8.1.so:math/vtk8 - -USES= cmake compiler:c++11-lang jpeg qt:5 xorg -USE_GITHUB= yes -GH_ACCOUNT= open-vv -USE_QT= core designer gui network sql widgets xml buildtools_build qmake_build -USE_XORG= ice sm x11 xext xt -USE_CXXSTD= c++11 - -PLIST_FILES= bin/vv - -post-configure: # need to investigate where these strings come from - @${REINPLACE_CMD} 's| -lGTest::GTest -lGTest::Main | |' ${BUILD_WRKSRC}/build.ninja - -.include <bsd.port.mk> diff --git a/graphics/vv/distinfo b/graphics/vv/distinfo deleted file mode 100644 index 17e2238d2618..000000000000 --- a/graphics/vv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1536257892 -SHA256 (open-vv-vv-v1.4.0-271-g24b75af3_GH0.tar.gz) = 8f5b3ab357870a4c14913ef45cc318a776865b75dd18627468ba36986793d9e8 -SIZE (open-vv-vv-v1.4.0-271-g24b75af3_GH0.tar.gz) = 4837976 diff --git a/graphics/vv/files/patch-registration_CMakeLists.txt b/graphics/vv/files/patch-registration_CMakeLists.txt deleted file mode 100644 index 95aa8095b6fc..000000000000 --- a/graphics/vv/files/patch-registration_CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -workaround for https://github.com/open-vv/vv/issues/65 - ---- registration/CMakeLists.txt.orig 2018-09-06 21:47:05 UTC -+++ registration/CMakeLists.txt -@@ -1,5 +1,6 @@ - #========================================================= - -+if(CLITK_BUILD_REGISTRATION) - # Add Libraries used in vv and clitk to avoid recompilation - WRAP_GGO(clitkAffineRegistration_GGO_C clitkAffineRegistration.ggo) - add_library(clitkAffineRegistrationLib -@@ -10,7 +11,6 @@ add_library(clitkAffineRegistrationLib - - #========================================================= - --if(CLITK_BUILD_REGISTRATION) - ############################## registration algorithms - add_executable(clitkAffineRegistration clitkAffineRegistration.cxx) - target_link_libraries(clitkAffineRegistration clitkAffineRegistrationLib clitkCommon) diff --git a/graphics/vv/pkg-descr b/graphics/vv/pkg-descr deleted file mode 100644 index d3c4c56bf9f2..000000000000 --- a/graphics/vv/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Open-source and cross platform image viewer, designed for fast and simple -visualization of spatio-temporal images: 2D, 2D+t, 3D and 3D+t (or 4D) images. - -VV is designed for qualitative evaluation of image registration and deformation -field visualization. It contains several tools for superimposing images using -complementary colors or transparency, visualizing vector fields and defining -landmarks. - -WWW: https://www.creatis.insa-lyon.fr/rio/vv/ |