The Visualization Toolkit C++ headers, CMake includes, Doxygen
There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: 26 Dec 2003 20:05:09 Also Listed In:graphics License: not specified in port
VTK - the Visualization Toolkit is an object oriented, high
level library that allows one to easily write programs in C++, Tcl,
Python and Java that do 3D visualization.
VTK enables users to concentrate on their work by providing a
large number of excellent and feature packed high level functions that
do visualization. The library needs OpenGL to render the graphics and
for FreeBSD machines Mesa is necessary.
The terms/copyright can be read in the docs dir/README.html. The patented
classes (few in number) are not to be used in commercial application
without a license from the patent/copyright holder (listed in the class
header). Patented classes are listed in README.patented-classes.
WWW: http://www.vtk.org
During building executables on FreeBSD 4.X the "undefined reference to
`pthread_*'" was thrown. Fix this, and also some other cosmetic bugs.
PR: ports/62446
Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
- Update to 4.3.0
Rework this port and split it into logically independent parts
Give maintainership to submitter
PR: ports/57858
Submitted by: Mykola Khotyaintsev <ko@irfu.se>