| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 06:15:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100107020118
location: https://web.archive.org/web/20100107020118/https://vtk44.darwinports.com/
server-timing: captures_list;dur=0.504598, exclusion.robots;dur=0.036757, exclusion.robots.policy;dur=0.026618, esindex;dur=0.009475, cdx.remote;dur=6.441215, LoadShardBlock;dur=197.915419, PetaboxLoader3.datanode;dur=95.793297, PetaboxLoader3.resolve;dur=76.999821
x-app-server: wwwb-app220-dc8
x-ts: 302
x-tr: 234
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 06:15:34 GMT
content-type: text/html
x-archive-orig-date: Thu, 07 Jan 2010 01:47:09 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 07 Jan 2010 02:01:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100107014545-00532-ia360906-c/TLA-20100107015431-00565-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.637998, exclusion.robots;dur=0.022210, exclusion.robots.policy;dur=0.009755, esindex;dur=0.011759, cdx.remote;dur=18.643504, LoadShardBlock;dur=464.918541, PetaboxLoader3.datanode;dur=435.645201, PetaboxLoader3.resolve;dur=110.476539, load_resource;dur=113.720009
x-app-server: wwwb-app220-dc8
x-ts: 200
x-tr: 670
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Vtk44 version 4.4.2 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
vtk44 most recent diffversion 4.4.2
Scroll down toward the bottom of the page to get installation instructions for vtk44. The raw portfile for vtk44 4.4.2 is located here: https://vtk44.darwinports.com/dports/graphics/vtk44/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/vtk44 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 The vtk44 Portfile 52493 2009-06-17 17:34:36Z jeremyhu PortSystem 1.0 Name: vtk44 Version: 4.4.2 Revision: 0 set branch [join [lrange [split ${version} .] 0 1] .] Category: graphics Maintainers: css Description: 3D visualization toolkit Long Description: An open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. (This port does not currently provide wrappers for these languages.) Homepage: https://www.vtk.org/ Master Sites: https://www.vtk.org/files/release/${branch} distname vtk-${branch} distfiles vtk-${version}.tar.gz Checksums: vtk-${version}.tar.gz md5 17a5006c4d7acca3e74d32e0e27f4739 sha1 9a68ecefa35f97a79fedd830c369f5b4225d1f55 Platform: darwin freebsd depends_build bin:cmake:cmake post-extract { system "cd ${workpath}; mv VTK ${distname}" } configure { system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath};" } configure.args -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=${prefix} -DVTK_USE_HYBRID:BOOL=ON -DVTK_USE_CARBON:BOOL=OFF -DVTK_USE_COCOA:BOOL=ON -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib/${distname} -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON platform darwin { if { ${os.major} >= 8 } { # These patches make the code work with gcc4. patchfiles patch-vtk3DSImporter.cxx patch-vtkAbstractMapper.cxx patch-vtkAbstractMapper3D.cxx patch-vtkAppendFilter.cxx patch-vtkBMPReader.cxx patch-vtkBooleanTexture.cxx patch-vtkBranchExtentTranslator.cxx patch-vtkCardinalSpline.cxx patch-vtkCocoaGLView.h patch-vtkCocoaGLView.mm patch-vtkCocoaRenderWindow.mm patch-vtkDecimate.cxx patch-vtkOSXRenderingTclInit.c patch-vtkTkWidgetsInit.cxx pre-build { reinplace "s;VTK_APPLE_SHARED_FLAGS_NEEDED 1;VTK_APPLE_SHARED_FLAGS_NEEDED 0;" ${worksrcpath}/CMakeLists.txt } } } Variant: x11 description {build VTK with MacPorts X11} { depends_lib-append port:mesa port:Xft2 port:xorg-libXScrnSaver port:xorg-libXt configure.args-delete -DVTK_USE_COCOA:BOOL=ON configure.args-append -DVTK_USE_COCOA:BOOL=OFF -DVTK_USE_X:BOOL=ON -DOPENGL_INCLUDE_DIR:PATH=${prefix}/include -DOPENGL_gl_LIBRARY:FILEPATH=${prefix}/lib/libGL.dylib -DOPENGL_glu_LIBRARY:FILEPATH=${prefix}/lib/libGLU.dylib } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/vtk44You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using vtk44 with these commands: % man vtk44 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




