Port details |
- vv Fast and simple 4D image viewer
- 1.4.0.383_8 graphics
=3 1.4.0.383_8Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-09-06 22:24:17
- Last Update: 2024-12-23 01:53:20
- Commit Hash: cc24a1a
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: BSD3CLAUSE
- WWW:
- https://github.com/open-vv/vv
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/vv/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/vv
- pkg install vv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1600492328
SHA256 (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = dfa80f7036297e859bf5c6b18b2b187fc05dc50a17f0b074d909e96fa8c2acbb
SIZE (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = 4860982
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- cmake : devel/cmake-core
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- designer : devel/qt5-designer
- qt5-qmake>=5.15 : devel/qt5-qmake
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- designer : devel/qt5-designer
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libfreetype.so : print/freetype2
- libgdcmCommon.so : devel/gdcm
- libhdf5_cpp.so : science/hdf5
- libITKLabelMap-5.0.so : science/InsightToolkit501
- libpng.so : graphics/png
- libsz.so : science/libaec
- libtiff.so : graphics/tiff
- libvtkIOSQL-8.2.so : math/vtk8
- libjpeg.so : graphics/jpeg-turbo
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Sql.so : databases/qt5-sql
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_vv
- USES:
- cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0.383_8 23 Dec 2024 01:53:20
    |
Yuri Victorovich (yuri)  |
graphics/vv: Update WWW |
1.4.0.383_8 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
1.4.0.383_7 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.4.0.383_6 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.4.0.383_5 16 Nov 2022 10:42:53
    |
Yuri Victorovich (yuri)  |
science/InsightToolkit: Update 5.0.1 -> 5.2.1
Also fork InsightToolkit to InsightToolkit501 for graphics/vv. |
1.4.0.383_4 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.0.383_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.0.383_4 20 Jul 2022 14:35:24
    |
Tobias C. Berner (tcberner)  |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
1.4.0.383_3 16 Jun 2022 15:13:01
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
1.4.0.383_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.0.383_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.0.383_2 12 Dec 2020 17:04:37
  |
thierry  |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
1.4.0.383_1 24 Sep 2020 20:54:18
  |
yuri  |
graphics/vv: Narrow the SSE2 workaround to i386 because the problem exists only
on i386 |
1.4.0.383_1 23 Sep 2020 17:32:17
  |
linimon  |
Fix obvious typo. |
1.4.0.383_1 23 Sep 2020 16:54:43
  |
yuri  |
graphics/vv: Fix build on some systems by adding the workaround for the bug in
science/InsightToolkit
Reported by: fallout
MFH: 2020Q3 |
1.4.0.383 19 Sep 2020 16:43:59
  |
yuri  |
graphics/vv: Update 1.4.0-377 -> 1.4.0-383 |
1.4.0.377_4 04 Jul 2020 20:53:55
  |
stephen  |
- Update devel/gdcm to 3.0.7.
- Bump portrevision of dependent ports. |
1.4.0.377_3 10 Jun 2020 19:20:32
  |
stephen  |
- Update devel/gdcm to 3.0.6.
- Bump portrevision of dependent ports. |
1.4.0.377_2 26 Apr 2020 22:04:10
  |
yuri  |
math/vtk8: Update 8.1.2 -> 8.2.0
science/liggght is updated 3.8.0 -> 3.8.0-26 because only later revisions
support vtk8-8.2.0
3 dependent ports bumped. |
1.4.0.377_1 22 Feb 2020 23:28:42
  |
stephen  |
- Update devel/gdcm to 3.0.5.
- Bump portrevision of dependent ports. |
1.4.0.377 19 Jan 2020 21:48:06
  |
yuri  |
graphics/vv: Unbreak build by correcting the workaround regexp.
Reported by: fallout |
1.4.0.377 18 Jan 2020 19:17:31
  |
yuri  |
graphics/vv: Attempt to unbreak by adding googletest to BUILD_DEPENDS
Reported by: fallout |
1.4.0.377 11 Jan 2020 08:07:28
  |
yuri  |
graphics/vv: Forgotten files removal. |
1.4.0.377 11 Jan 2020 08:00:48
  |
yuri  |
Re-add graphics/vv: It was broken by the update of science/InsightToolkit in
rev.508047 |
1.4.0.271_10 10 Jan 2020 20:59:19
  |
rene  |
Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained (Only the first 15 lines of the commit message are shown above ) |
1.4.0.271_10 10 Dec 2019 09:02:43
  |
antoine  |
Deprecate ports broken for too long |
1.4.0.271_10 05 Nov 2019 22:16:15
  |
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.4.0.271_10 19 Oct 2019 23:45:11
  |
stephen  |
- Update devel/gdcm to 3.0.4.
- Bump portrevision of dependent ports. |
1.4.0.271_9 07 Oct 2019 21:20:51
  |
stephen  |
- Update devel/gdcm to 3.0.3.
- Bump portrevision of dependent ports. |
1.4.0.271_8 28 Sep 2019 23:24:33
  |
stephen  |
- Update devel/gdcm to 3.0.2.
- Bump portrevision of dependent ports. |
1.4.0.271_7 07 Aug 2019 16:28:34
  |
antoine  |
Mark BROKEN: wrong LIB_DEPENDS
===> vv-1.4.0.271_7 depends on shared library: libITKLabelMap-4.13.so - not
found
Reported by: pkg-fallout |
1.4.0.271_7 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.4.0.271_6 16 Jun 2019 16:05:29
  |
antoine  |
Clean up LIB_DEPENDS |
1.4.0.271_6 01 Jun 2019 21:59:14
  |
stephen  |
- Update devel/gdcm to 3.0.0.
- Bump portrevision of dependent ports. |
1.4.0.271_5 10 Mar 2019 00:48:01
  |
stephen  |
- Update devel/gdcm to 2.8.9.
- Bump portrevision for dependent ports. |
1.4.0.271_4 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.4.0.271_3 05 Jan 2019 22:46:54
  |
sunpoet  |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
1.4.0.271_2 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.4.0.271_2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.4.0.271_1 12 Nov 2018 20:47:18
  |
stephen  |
- Take maintainership of devel/gdcm.
- Update devel/gdcm to 2.8.8.
- Bump portrevision of dependent ports. |
1.4.0.271 06 Sep 2018 22:24:02
  |
yuri  |
New port: graphics/vv: Fast and simple 4D image viewer |