summaryrefslogtreecommitdiff
path: root/graphics/vtk
diff options
context:
space:
mode:
authordrochner <drochner>2004-08-02 13:13:39 +0000
committerdrochner <drochner>2004-08-02 13:13:39 +0000
commit3ced449b2c1a5dcaf44569d0a3b4ed5d49e92374 (patch)
treea389e1eaadb5bfd2f99ba5c0847090ae2dcbe930 /graphics/vtk
parentbc5ea7074981b18200d0f68e89d3f9ad21b60ea6 (diff)
downloadpkgsrc-3ced449b2c1a5dcaf44569d0a3b4ed5d49e92374.tar.gz
import vtk-4.2.6 from -wip
Diffstat (limited to 'graphics/vtk')
-rw-r--r--graphics/vtk/DESCR15
-rw-r--r--graphics/vtk/Makefile9
-rw-r--r--graphics/vtk/Makefile.common7
-rw-r--r--graphics/vtk/Makefile.vtkdist32
-rw-r--r--graphics/vtk/PLIST820
-rw-r--r--graphics/vtk/distinfo4
6 files changed, 887 insertions, 0 deletions
diff --git a/graphics/vtk/DESCR b/graphics/vtk/DESCR
new file mode 100644
index 00000000000..cf6307a3f42
--- /dev/null
+++ b/graphics/vtk/DESCR
@@ -0,0 +1,15 @@
+The Visualization ToolKit (VTK) is 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. Professional support and products for VTK are
+provided by Kitware, Inc. VTK supports a wide variety of visualization
+algorithms including scalar, vector, tensor, texture, and volumetric
+methods; and advanced modeling techniques such as implicit modelling,
+polygon reduction, mesh smoothing, cutting, contouring, and Delaunay
+triangulation. In addition, dozens of imaging algorithms have been directly
+integrated to allow the user to mix 2D imaging / 3D graphics algorithms and
+data. The design and implementation of the library has been strongly
+influenced by object-oriented principles. VTK has been installed and tested
+on nearly every Unix-based platform, PCs (Windows 98/ME/NT/2000/XP), and Mac
+OSX Jaguar or later.
diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile
new file mode 100644
index 00000000000..bb2eaa897d8
--- /dev/null
+++ b/graphics/vtk/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 13:13:39 drochner Exp $
+#
+
+PKGNAME= vtk-${VTKDIST_VERSION}
+
+COMMENT= Visualization toolkit
+
+.include "../../graphics/vtk/Makefile.vtkdist"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/vtk/Makefile.common b/graphics/vtk/Makefile.common
new file mode 100644
index 00000000000..5526b7d4e2d
--- /dev/null
+++ b/graphics/vtk/Makefile.common
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2004/08/02 13:13:40 drochner Exp $
+
+VTK_VERSION= 4.2
+
+CATEGORIES= graphics
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://www.vtk.org/
diff --git a/graphics/vtk/Makefile.vtkdist b/graphics/vtk/Makefile.vtkdist
new file mode 100644
index 00000000000..11db9dfdfb0
--- /dev/null
+++ b/graphics/vtk/Makefile.vtkdist
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile.vtkdist,v 1.1.1.1 2004/08/02 13:13:40 drochner Exp $
+
+.include "../../graphics/vtk/Makefile.common"
+
+# they change minor releases w/o changing distfile names
+VTKDIST_VERSION= 4.2.6
+DISTNAME= VTK-4.2-LatestRelease
+DIST_SUBDIR= VTK-4.2.6
+WRKSRC= ${WRKDIR}/VTK
+
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vtk/}
+
+DISTINFO_FILE= ${.CURDIR}/../vtk/distinfo
+PATCHDIR= ${.CURDIR}/../vtk/patches
+
+BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake
+
+VTK_LIBDIR= ${PREFIX}/lib/vtk
+
+VTK_CMAKE_OPT+= -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} \
+ -DCMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,${RPATH_FLAG}${VTK_LIBDIR} \
+ -DCMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,${RPATH_FLAG}${VTK_LIBDIR} \
+ -DVTK_USE_HYBRID:BOOL=ON
+
+do-configure:
+ cd ${WRKSRC} && cmake . ${VTK_CMAKE_OPT}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_ARCH} != "mips" || ${MACHINE_ARCH} != "vax"
+VTK_CMAKE_OPT+= -DBUILD_SHARED_LIBS:BOOL=ON
+.endif
diff --git a/graphics/vtk/PLIST b/graphics/vtk/PLIST
new file mode 100644
index 00000000000..ea968d906b4
--- /dev/null
+++ b/graphics/vtk/PLIST
@@ -0,0 +1,820 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/02 13:13:40 drochner Exp $
+include/vtk/expat.h
+include/vtk/expatDllConfig.h
+include/vtk/png.h
+include/vtk/pngDllConfig.h
+include/vtk/pngconf.h
+include/vtk/tconf.h
+include/vtk/tiff.h
+include/vtk/tiffDllConfig.h
+include/vtk/tiffio.h
+include/vtk/tiffvers.h
+include/vtk/vtk3DS.h
+include/vtk/vtk3DSImporter.h
+include/vtk/vtk3DWidget.h
+include/vtk/vtkAbstractMapper.h
+include/vtk/vtkAbstractMapper3D.h
+include/vtk/vtkAbstractPicker.h
+include/vtk/vtkAbstractPropPicker.h
+include/vtk/vtkAbstractTransform.h
+include/vtk/vtkActor.h
+include/vtk/vtkActor2D.h
+include/vtk/vtkActor2DCollection.h
+include/vtk/vtkActorCollection.h
+include/vtk/vtkAmoebaMinimizer.h
+include/vtk/vtkAppendFilter.h
+include/vtk/vtkAppendPolyData.h
+include/vtk/vtkApproximatingSubdivisionFilter.h
+include/vtk/vtkArcPlotter.h
+include/vtk/vtkArrayCalculator.h
+include/vtk/vtkArrowSource.h
+include/vtk/vtkAssembly.h
+include/vtk/vtkAssemblyNode.h
+include/vtk/vtkAssemblyPath.h
+include/vtk/vtkAssemblyPaths.h
+include/vtk/vtkAssignAttribute.h
+include/vtk/vtkAttributeDataToFieldDataFilter.h
+include/vtk/vtkAxes.h
+include/vtk/vtkAxisActor2D.h
+include/vtk/vtkBMPReader.h
+include/vtk/vtkBMPWriter.h
+include/vtk/vtkBYUReader.h
+include/vtk/vtkBYUWriter.h
+include/vtk/vtkBandedPolyDataContourFilter.h
+include/vtk/vtkBase64InputStream.h
+include/vtk/vtkBase64OutputStream.h
+include/vtk/vtkBase64Utilities.h
+include/vtk/vtkBitArray.h
+include/vtk/vtkBlankStructuredGrid.h
+include/vtk/vtkBlankStructuredGridWithImage.h
+include/vtk/vtkBooleanTexture.h
+include/vtk/vtkBoxWidget.h
+include/vtk/vtkBrownianPoints.h
+include/vtk/vtkButterflySubdivisionFilter.h
+include/vtk/vtkButtonSource.h
+include/vtk/vtkByteSwap.h
+include/vtk/vtkCallbackCommand.h
+include/vtk/vtkCamera.h
+include/vtk/vtkCaptionActor2D.h
+include/vtk/vtkCardinalSpline.h
+include/vtk/vtkCastToConcrete.h
+include/vtk/vtkCell.h
+include/vtk/vtkCell3D.h
+include/vtk/vtkCellArray.h
+include/vtk/vtkCellCenters.h
+include/vtk/vtkCellData.h
+include/vtk/vtkCellDataToPointData.h
+include/vtk/vtkCellDerivatives.h
+include/vtk/vtkCellLinks.h
+include/vtk/vtkCellLocator.h
+include/vtk/vtkCellPicker.h
+include/vtk/vtkCellType.h
+include/vtk/vtkCellTypes.h
+include/vtk/vtkCharArray.h
+include/vtk/vtkCleanPolyData.h
+include/vtk/vtkClipDataSet.h
+include/vtk/vtkClipPolyData.h
+include/vtk/vtkClipVolume.h
+include/vtk/vtkCollection.h
+include/vtk/vtkCollectionIterator.h
+include/vtk/vtkColorTransferFunction.h
+include/vtk/vtkCommand.h
+include/vtk/vtkCommonInstantiator.h
+include/vtk/vtkCone.h
+include/vtk/vtkConeSource.h
+include/vtk/vtkConfigure.h
+include/vtk/vtkConnectivityFilter.h
+include/vtk/vtkContourFilter.h
+include/vtk/vtkContourGrid.h
+include/vtk/vtkContourValues.h
+include/vtk/vtkConvexPointSet.h
+include/vtk/vtkCoordinate.h
+include/vtk/vtkCriticalSection.h
+include/vtk/vtkCubeAxesActor2D.h
+include/vtk/vtkCubeSource.h
+include/vtk/vtkCuller.h
+include/vtk/vtkCullerCollection.h
+include/vtk/vtkCursor3D.h
+include/vtk/vtkCurvatures.h
+include/vtk/vtkCutter.h
+include/vtk/vtkCylinder.h
+include/vtk/vtkCylinderSource.h
+include/vtk/vtkCylindricalTransform.h
+include/vtk/vtkDEMReader.h
+include/vtk/vtkDashedStreamLine.h
+include/vtk/vtkDataArray.h
+include/vtk/vtkDataArrayCollection.h
+include/vtk/vtkDataArrayCollectionIterator.h
+include/vtk/vtkDataArraySelection.h
+include/vtk/vtkDataCompressor.h
+include/vtk/vtkDataObject.h
+include/vtk/vtkDataObjectCollection.h
+include/vtk/vtkDataObjectReader.h
+include/vtk/vtkDataObjectSource.h
+include/vtk/vtkDataObjectToDataSetFilter.h
+include/vtk/vtkDataObjectWriter.h
+include/vtk/vtkDataReader.h
+include/vtk/vtkDataSet.h
+include/vtk/vtkDataSetAttributes.h
+include/vtk/vtkDataSetCollection.h
+include/vtk/vtkDataSetMapper.h
+include/vtk/vtkDataSetReader.h
+include/vtk/vtkDataSetSource.h
+include/vtk/vtkDataSetSurfaceFilter.h
+include/vtk/vtkDataSetToDataObjectFilter.h
+include/vtk/vtkDataSetToDataSetFilter.h
+include/vtk/vtkDataSetToImageFilter.h
+include/vtk/vtkDataSetToPolyDataFilter.h
+include/vtk/vtkDataSetToStructuredGridFilter.h
+include/vtk/vtkDataSetToStructuredPointsFilter.h
+include/vtk/vtkDataSetToUnstructuredGridFilter.h
+include/vtk/vtkDataSetTriangleFilter.h
+include/vtk/vtkDataSetWriter.h
+include/vtk/vtkDataWriter.h
+include/vtk/vtkDebugLeaks.h
+include/vtk/vtkDebugLeaksManager.h
+include/vtk/vtkDecimatePro.h
+include/vtk/vtkDelaunay2D.h
+include/vtk/vtkDelaunay3D.h
+include/vtk/vtkDepthSortPolyData.h
+include/vtk/vtkDicer.h
+include/vtk/vtkDirectionEncoder.h
+include/vtk/vtkDirectory.h
+include/vtk/vtkDiskSource.h
+include/vtk/vtkDoubleArray.h
+include/vtk/vtkDynamicLoader.h
+include/vtk/vtkEarthSource.h
+include/vtk/vtkEdgePoints.h
+include/vtk/vtkEdgeTable.h
+include/vtk/vtkElevationFilter.h
+include/vtk/vtkEmptyCell.h
+include/vtk/vtkEnSight6BinaryReader.h
+include/vtk/vtkEnSight6Reader.h
+include/vtk/vtkEnSightGoldBinaryReader.h
+include/vtk/vtkEnSightGoldReader.h
+include/vtk/vtkEnSightMasterServerReader.h
+include/vtk/vtkEnSightReader.h
+include/vtk/vtkEncodedGradientEstimator.h
+include/vtk/vtkEncodedGradientShader.h
+include/vtk/vtkErrorCode.h
+include/vtk/vtkExplicitCell.h
+include/vtk/vtkExporter.h
+include/vtk/vtkExtentTranslator.h
+include/vtk/vtkExtractEdges.h
+include/vtk/vtkExtractGeometry.h
+include/vtk/vtkExtractGrid.h
+include/vtk/vtkExtractPolyDataGeometry.h
+include/vtk/vtkExtractRectilinearGrid.h
+include/vtk/vtkExtractTensorComponents.h
+include/vtk/vtkExtractUnstructuredGrid.h
+include/vtk/vtkExtractVOI.h
+include/vtk/vtkExtractVectorComponents.h
+include/vtk/vtkFeatureEdges.h
+include/vtk/vtkFieldData.h
+include/vtk/vtkFieldDataToAttributeDataFilter.h
+include/vtk/vtkFileOutputWindow.h
+include/vtk/vtkFilteringInstantiator.h
+include/vtk/vtkFiniteDifferenceGradientEstimator.h
+include/vtk/vtkFloatArray.h
+include/vtk/vtkFollower.h
+include/vtk/vtkFreeTypeFontCache.h
+include/vtk/vtkFrustumCoverageCuller.h
+include/vtk/vtkFunctionParser.h
+include/vtk/vtkFunctionSet.h
+include/vtk/vtkGESignaReader.h
+include/vtk/vtkGaussianSplatter.h
+include/vtk/vtkGeneralTransform.h
+include/vtk/vtkGenericCell.h
+include/vtk/vtkGenericEnSightReader.h
+include/vtk/vtkGenericRenderWindowInteractor.h
+include/vtk/vtkGeometryFilter.h
+include/vtk/vtkGlyph2D.h
+include/vtk/vtkGlyph3D.h
+include/vtk/vtkGlyphSource2D.h
+include/vtk/vtkGraphLayoutFilter.h
+include/vtk/vtkGraphicsFactory.h
+include/vtk/vtkGraphicsInstantiator.h
+include/vtk/vtkGreedyTerrainDecimation.h
+include/vtk/vtkGridTransform.h
+include/vtk/vtkHeap.h
+include/vtk/vtkHedgeHog.h
+include/vtk/vtkHexahedron.h
+include/vtk/vtkHomogeneousTransform.h
+include/vtk/vtkHull.h
+include/vtk/vtkHybridInstantiator.h
+include/vtk/vtkHyperStreamline.h
+include/vtk/vtkIOInstantiator.h
+include/vtk/vtkIOStream.h
+include/vtk/vtkIOStreamFwd.h
+include/vtk/vtkIVExporter.h
+include/vtk/vtkIVWriter.h
+include/vtk/vtkIdFilter.h
+include/vtk/vtkIdList.h
+include/vtk/vtkIdListCollection.h
+include/vtk/vtkIdType.h
+include/vtk/vtkIdTypeArray.h
+include/vtk/vtkIdentityTransform.h
+include/vtk/vtkImageAccumulate.h
+include/vtk/vtkImageActor.h
+include/vtk/vtkImageAnisotropicDiffusion2D.h
+include/vtk/vtkImageAnisotropicDiffusion3D.h
+include/vtk/vtkImageAppend.h
+include/vtk/vtkImageAppendComponents.h
+include/vtk/vtkImageBlend.h
+include/vtk/vtkImageButterworthHighPass.h
+include/vtk/vtkImageButterworthLowPass.h
+include/vtk/vtkImageCacheFilter.h
+include/vtk/vtkImageCanvasSource2D.h
+include/vtk/vtkImageCast.h
+include/vtk/vtkImageChangeInformation.h
+include/vtk/vtkImageCheckerboard.h
+include/vtk/vtkImageCityBlockDistance.h
+include/vtk/vtkImageClip.h
+include/vtk/vtkImageConnector.h
+include/vtk/vtkImageConstantPad.h
+include/vtk/vtkImageContinuousDilate3D.h
+include/vtk/vtkImageContinuousErode3D.h
+include/vtk/vtkImageConvolve.h
+include/vtk/vtkImageCorrelation.h
+include/vtk/vtkImageCursor3D.h
+include/vtk/vtkImageData.h
+include/vtk/vtkImageDataGeometryFilter.h
+include/vtk/vtkImageDataStreamer.h
+include/vtk/vtkImageDecomposeFilter.h
+include/vtk/vtkImageDifference.h
+include/vtk/vtkImageDilateErode3D.h
+include/vtk/vtkImageDivergence.h
+include/vtk/vtkImageDotProduct.h
+include/vtk/vtkImageEllipsoidSource.h
+include/vtk/vtkImageEuclideanDistance.h
+include/vtk/vtkImageEuclideanToPolar.h
+include/vtk/vtkImageExport.h
+include/vtk/vtkImageExtractComponents.h
+include/vtk/vtkImageFFT.h
+include/vtk/vtkImageFlip.h
+include/vtk/vtkImageFourierCenter.h
+include/vtk/vtkImageFourierFilter.h
+include/vtk/vtkImageGaussianSmooth.h
+include/vtk/vtkImageGaussianSource.h
+include/vtk/vtkImageGradient.h
+include/vtk/vtkImageGradientMagnitude.h
+include/vtk/vtkImageGridSource.h
+include/vtk/vtkImageHSVToRGB.h
+include/vtk/vtkImageHybridMedian2D.h
+include/vtk/vtkImageIdealHighPass.h
+include/vtk/vtkImageIdealLowPass.h
+include/vtk/vtkImageImport.h
+include/vtk/vtkImageInPlaceFilter.h
+include/vtk/vtkImageIslandRemoval2D.h
+include/vtk/vtkImageIterateFilter.h
+include/vtk/vtkImageIterator.h
+include/vtk/vtkImageIterator.txx
+include/vtk/vtkImageLaplacian.h
+include/vtk/vtkImageLogarithmicScale.h
+include/vtk/vtkImageLogic.h
+include/vtk/vtkImageLuminance.h
+include/vtk/vtkImageMagnify.h
+include/vtk/vtkImageMagnitude.h
+include/vtk/vtkImageMandelbrotSource.h
+include/vtk/vtkImageMapToColors.h
+include/vtk/vtkImageMapToRGBA.h
+include/vtk/vtkImageMapToWindowLevelColors.h
+include/vtk/vtkImageMapper.h
+include/vtk/vtkImageMask.h
+include/vtk/vtkImageMaskBits.h
+include/vtk/vtkImageMathematics.h
+include/vtk/vtkImageMedian3D.h
+include/vtk/vtkImageMirrorPad.h
+include/vtk/vtkImageMultipleInputFilter.h
+include/vtk/vtkImageMultipleInputOutputFilter.h
+include/vtk/vtkImageNoiseSource.h
+include/vtk/vtkImageNonMaximumSuppression.h
+include/vtk/vtkImageNormalize.h
+include/vtk/vtkImageOpenClose3D.h
+include/vtk/vtkImagePadFilter.h
+include/vtk/vtkImagePermute.h
+include/vtk/vtkImagePlaneWidget.h
+include/vtk/vtkImageProgressIterator.h
+include/vtk/vtkImageProgressIterator.txx
+include/vtk/vtkImageQuantizeRGBToIndex.h
+include/vtk/vtkImageRFFT.h
+include/vtk/vtkImageRGBToHSV.h
+include/vtk/vtkImageRange3D.h
+include/vtk/vtkImageReader.h
+include/vtk/vtkImageReader2.h
+include/vtk/vtkImageReader2Collection.h
+include/vtk/vtkImageReader2Factory.h
+include/vtk/vtkImageRectilinearWipe.h
+include/vtk/vtkImageResample.h
+include/vtk/vtkImageReslice.h
+include/vtk/vtkImageSeedConnectivity.h
+include/vtk/vtkImageSeparableConvolution.h
+include/vtk/vtkImageShiftScale.h
+include/vtk/vtkImageShrink3D.h
+include/vtk/vtkImageSinusoidSource.h
+include/vtk/vtkImageSkeleton2D.h
+include/vtk/vtkImageSobel2D.h
+include/vtk/vtkImageSobel3D.h
+include/vtk/vtkImageSource.h
+include/vtk/vtkImageSpatialFilter.h
+include/vtk/vtkImageStencil.h
+include/vtk/vtkImageStencilData.h
+include/vtk/vtkImageStencilSource.h
+include/vtk/vtkImageThreshold.h
+include/vtk/vtkImageToImageFilter.h
+include/vtk/vtkImageToImageStencil.h
+include/vtk/vtkImageToPolyDataFilter.h
+include/vtk/vtkImageToStructuredPoints.h
+include/vtk/vtkImageTranslateExtent.h
+include/vtk/vtkImageTwoInputFilter.h
+include/vtk/vtkImageVariance3D.h
+include/vtk/vtkImageViewer.h
+include/vtk/vtkImageViewer2.h
+include/vtk/vtkImageWrapPad.h
+include/vtk/vtkImageWriter.h
+include/vtk/vtkImagingFactory.h
+include/vtk/vtkImagingInstantiator.h
+include/vtk/vtkImplicitBoolean.h
+include/vtk/vtkImplicitDataSet.h
+include/vtk/vtkImplicitFunction.h
+include/vtk/vtkImplicitFunctionCollection.h
+include/vtk/vtkImplicitFunctionToImageStencil.h
+include/vtk/vtkImplicitModeller.h
+include/vtk/vtkImplicitPlaneWidget.h
+include/vtk/vtkImplicitSelectionLoop.h
+include/vtk/vtkImplicitSum.h
+include/vtk/vtkImplicitTextureCoords.h
+include/vtk/vtkImplicitVolume.h
+include/vtk/vtkImplicitWindowFunction.h
+include/vtk/vtkImporter.h
+include/vtk/vtkIndent.h
+include/vtk/vtkInitialValueProblemSolver.h
+include/vtk/vtkInputStream.h
+include/vtk/vtkInstantiator.h
+include/vtk/vtkIntArray.h
+include/vtk/vtkInteractorEventRecorder.h
+include/vtk/vtkInteractorObserver.h
+include/vtk/vtkInteractorStyle.h
+include/vtk/vtkInteractorStyleFlight.h
+include/vtk/vtkInteractorStyleImage.h
+include/vtk/vtkInteractorStyleJoystickActor.h
+include/vtk/vtkInteractorStyleJoystickCamera.h
+include/vtk/vtkInteractorStyleSwitch.h
+include/vtk/vtkInteractorStyleTerrain.h
+include/vtk/vtkInteractorStyleTrackball.h
+include/vtk/vtkInteractorStyleTrackballActor.h
+include/vtk/vtkInteractorStyleTrackballCamera.h
+include/vtk/vtkInteractorStyleUnicam.h
+include/vtk/vtkInteractorStyleUser.h
+include/vtk/vtkInterpolateDataSetAttributes.h
+include/vtk/vtkInterpolatedVelocityField.h
+include/vtk/vtkInterpolatingSubdivisionFilter.h
+include/vtk/vtkIterativeClosestPointTransform.h
+include/vtk/vtkJPEGReader.h
+include/vtk/vtkJPEGWriter.h
+include/vtk/vtkKochanekSpline.h
+include/vtk/vtkLODActor.h
+include/vtk/vtkLODProp3D.h
+include/vtk/vtkLabeledDataMapper.h
+include/vtk/vtkLandmarkTransform.h
+include/vtk/vtkLargeInteger.h
+include/vtk/vtkLegendBoxActor.h
+include/vtk/vtkLight.h
+include/vtk/vtkLightCollection.h
+include/vtk/vtkLightKit.h
+include/vtk/vtkLine.h
+include/vtk/vtkLineSource.h
+include/vtk/vtkLineWidget.h
+include/vtk/vtkLinearExtrusionFilter.h
+include/vtk/vtkLinearSubdivisionFilter.h
+include/vtk/vtkLinearTransform.h
+include/vtk/vtkLinkEdgels.h
+include/vtk/vtkLocator.h
+include/vtk/vtkLogLookupTable.h
+include/vtk/vtkLongArray.h
+include/vtk/vtkLookupTable.h
+include/vtk/vtkLoopSubdivisionFilter.h
+include/vtk/vtkMCubesReader.h
+include/vtk/vtkMCubesWriter.h
+include/vtk/vtkMapper.h
+include/vtk/vtkMapper2D.h
+include/vtk/vtkMapperCollection.h
+include/vtk/vtkMaskFields.h
+include/vtk/vtkMaskPoints.h
+include/vtk/vtkMaskPolyData.h
+include/vtk/vtkMassProperties.h
+include/vtk/vtkMath.h
+include/vtk/vtkMatrix4x4.h
+include/vtk/vtkMatrixToHomogeneousTransform.h
+include/vtk/vtkMatrixToLinearTransform.h
+include/vtk/vtkMedicalImageReader2.h
+include/vtk/vtkMergeDataObjectFilter.h
+include/vtk/vtkMergeFields.h
+include/vtk/vtkMergeFilter.h
+include/vtk/vtkMergePoints.h
+include/vtk/vtkMeshQuality.h
+include/vtk/vtkMultiPartExtentTranslator.h
+include/vtk/vtkMultiThreader.h
+include/vtk/vtkMutexLock.h
+include/vtk/vtkNonLinearCell.h
+include/vtk/vtkOBBDicer.h
+include/vtk/vtkOBBTree.h
+include/vtk/vtkOBJExporter.h
+include/vtk/vtkOBJReader.h
+include/vtk/vtkOOGLExporter.h
+include/vtk/vtkOStrStreamWrapper.h
+include/vtk/vtkOStreamWrapper.h
+include/vtk/vtkObject.h
+include/vtk/vtkObjectBase.h
+include/vtk/vtkObjectFactory.h
+include/vtk/vtkObjectFactoryCollection.h
+include/vtk/vtkOldStyleCallbackCommand.h
+include/vtk/vtkOpenGLActor.h
+include/vtk/vtkOpenGLCamera.h
+include/vtk/vtkOpenGLFreeTypeTextMapper.h
+include/vtk/vtkOpenGLImageActor.h
+include/vtk/vtkOpenGLImageMapper.h
+include/vtk/vtkOpenGLLight.h
+include/vtk/vtkOpenGLPolyDataMapper.h
+include/vtk/vtkOpenGLPolyDataMapper2D.h
+include/vtk/vtkOpenGLProperty.h
+include/vtk/vtkOpenGLRenderWindow.h
+include/vtk/vtkOpenGLRenderer.h
+include/vtk/vtkOpenGLTexture.h
+include/vtk/vtkOpenGLVolumeRayCastMapper.h
+include/vtk/vtkOpenGLVolumeTextureMapper2D.h
+include/vtk/vtkOrderedTriangulator.h
+include/vtk/vtkOutlineCornerFilter.h
+include/vtk/vtkOutlineCornerSource.h
+include/vtk/vtkOutlineFilter.h
+include/vtk/vtkOutlineSource.h
+include/vtk/vtkOutputStream.h
+include/vtk/vtkOutputWindow.h
+include/vtk/vtkOverrideInformation.h
+include/vtk/vtkOverrideInformationCollection.h
+include/vtk/vtkPCAAnalysisFilter.h
+include/vtk/vtkPLOT3DReader.h
+include/vtk/vtkPLY.h
+include/vtk/vtkPLYReader.h
+include/vtk/vtkPLYWriter.h
+include/vtk/vtkPNGReader.h
+include/vtk/vtkPNGWriter.h
+include/vtk/vtkPNMReader.h
+include/vtk/vtkPNMWriter.h
+include/vtk/vtkParallelCoordinatesActor.h
+include/vtk/vtkParticleReader.h
+include/vtk/vtkPerlinNoise.h
+include/vtk/vtkPerspectiveTransform.h
+include/vtk/vtkPicker.h
+include/vtk/vtkPiecewiseFunction.h
+include/vtk/vtkPiecewiseFunctionShiftScale.h
+include/vtk/vtkPiecewiseFunctionSource.h
+include/vtk/vtkPiecewiseFunctionToPiecewiseFunctionFilter.h
+include/vtk/vtkPixel.h
+include/vtk/vtkPlane.h
+include/vtk/vtkPlaneCollection.h
+include/vtk/vtkPlaneSource.h
+include/vtk/vtkPlaneWidget.h
+include/vtk/vtkPlanes.h
+include/vtk/vtkPointData.h
+include/vtk/vtkPointDataToCellData.h
+include/vtk/vtkPointLoad.h
+include/vtk/vtkPointLocator.h
+include/vtk/vtkPointPicker.h
+include/vtk/vtkPointSet.h
+include/vtk/vtkPointSetSource.h
+include/vtk/vtkPointSetToPointSetFilter.h
+include/vtk/vtkPointSource.h
+include/vtk/vtkPointWidget.h
+include/vtk/vtkPoints.h
+include/vtk/vtkPolyData.h
+include/vtk/vtkPolyDataCollection.h
+include/vtk/vtkPolyDataConnectivityFilter.h
+include/vtk/vtkPolyDataMapper.h
+include/vtk/vtkPolyDataMapper2D.h
+include/vtk/vtkPolyDataNormals.h
+include/vtk/vtkPolyDataReader.h
+include/vtk/vtkPolyDataSource.h
+include/vtk/vtkPolyDataSourceWidget.h
+include/vtk/vtkPolyDataStreamer.h
+include/vtk/vtkPolyDataToImageStencil.h
+include/vtk/vtkPolyDataToPolyDataFilter.h
+include/vtk/vtkPolyDataWriter.h
+include/vtk/vtkPolyLine.h
+include/vtk/vtkPolyVertex.h
+include/vtk/vtkPolygon.h
+include/vtk/vtkPostScriptWriter.h
+include/vtk/vtkPriorityQueue.h
+include/vtk/vtkProbeFilter.h
+include/vtk/vtkProcessObject.h
+include/vtk/vtkProcrustesAlignmentFilter.h
+include/vtk/vtkProgrammableAttributeDataFilter.h
+include/vtk/vtkProgrammableDataObjectSource.h
+include/vtk/vtkProgrammableFilter.h
+include/vtk/vtkProgrammableGlyphFilter.h
+include/vtk/vtkProgrammableSource.h
+include/vtk/vtkProjectedTexture.h
+include/vtk/vtkProp.h
+include/vtk/vtkProp3D.h
+include/vtk/vtkProp3DCollection.h
+include/vtk/vtkPropAssembly.h
+include/vtk/vtkPropCollection.h
+include/vtk/vtkPropPicker.h
+include/vtk/vtkProperty.h
+include/vtk/vtkProperty2D.h
+include/vtk/vtkPushImageFilterSample.h
+include/vtk/vtkPushImageReader.h
+include/vtk/vtkPushPipeline.h
+include/vtk/vtkPyramid.h
+include/vtk/vtkQuad.h
+include/vtk/vtkQuadraticEdge.h
+include/vtk/vtkQuadraticHexahedron.h
+include/vtk/vtkQuadraticQuad.h
+include/vtk/vtkQuadraticTetra.h
+include/vtk/vtkQuadraticTriangle.h
+include/vtk/vtkQuadric.h
+include/vtk/vtkQuadricClustering.h
+include/vtk/vtkQuadricDecimation.h
+include/vtk/vtkQuantizePolyDataPoints.h
+include/vtk/vtkRIBExporter.h
+include/vtk/vtkRIBLight.h
+include/vtk/vtkRIBProperty.h
+include/vtk/vtkRearrangeFields.h
+include/vtk/vtkRectilinearGrid.h
+include/vtk/vtkRectilinearGridGeometryFilter.h
+include/vtk/vtkRectilinearGridReader.h
+include/vtk/vtkRectilinearGridSource.h
+include/vtk/vtkRectilinearGridToPolyDataFilter.h
+include/vtk/vtkRectilinearGridToTetrahedra.h
+include/vtk/vtkRectilinearGridWriter.h
+include/vtk/vtkRecursiveDividingCubes.h
+include/vtk/vtkRecursiveSphereDirectionEncoder.h
+include/vtk/vtkReferenceCount.h
+include/vtk/vtkReflectionFilter.h
+include/vtk/vtkRegressionTestImage.h
+include/vtk/vtkRenderLargeImage.h
+include/vtk/vtkRenderWindow.h
+include/vtk/vtkRenderWindowCollection.h
+include/vtk/vtkRenderWindowInteractor.h
+include/vtk/vtkRenderer.h
+include/vtk/vtkRendererCollection.h
+include/vtk/vtkRendererSource.h
+include/vtk/vtkRenderingInstantiator.h
+include/vtk/vtkReverseSense.h
+include/vtk/vtkRibbonFilter.h
+include/vtk/vtkRotationalExtrusionFilter.h
+include/vtk/vtkRuledSurfaceFilter.h
+include/vtk/vtkRungeKutta2.h
+include/vtk/vtkRungeKutta4.h
+include/vtk/vtkRungeKutta45.h
+include/vtk/vtkSLCReader.h
+include/vtk/vtkSTLReader.h
+include/vtk/vtkSTLWriter.h
+include/vtk/vtkSampleFunction.h
+include/vtk/vtkScalarBarActor.h
+include/vtk/vtkScalarBarWidget.h
+include/vtk/vtkScalarTree.h
+include/vtk/vtkScalarsToColors.h
+include/vtk/vtkScaledTextActor.h
+include/vtk/vtkSelectPolyData.h
+include/vtk/vtkSelectVisiblePoints.h
+include/vtk/vtkSetGet.h
+include/vtk/vtkShepardMethod.h
+include/vtk/vtkShortArray.h
+include/vtk/vtkShrinkFilter.h
+include/vtk/vtkShrinkPolyData.h
+include/vtk/vtkSimpleElevationFilter.h
+include/vtk/vtkSimpleImageFilterExample.h
+include/vtk/vtkSimpleImageToImageFilter.h
+include/vtk/vtkSimpleScalarTree.h
+include/vtk/vtkSmartPointer.h
+include/vtk/vtkSmartPointerBase.h
+include/vtk/vtkSmoothPolyDataFilter.h
+include/vtk/vtkSource.h
+include/vtk/vtkSpatialRepresentationFilter.h
+include/vtk/vtkSphere.h
+include/vtk/vtkSpherePuzzle.h
+include/vtk/vtkSpherePuzzleArrows.h
+include/vtk/vtkSphereSource.h
+include/vtk/vtkSphereWidget.h
+include/vtk/vtkSphericalTransform.h
+include/vtk/vtkSpline.h
+include/vtk/vtkSplineFilter.h
+include/vtk/vtkSplineWidget.h
+include/vtk/vtkSplitField.h
+include/vtk/vtkStreamLine.h
+include/vtk/vtkStreamPoints.h
+include/vtk/vtkStreamTracer.h
+include/vtk/vtkStreamer.h
+include/vtk/vtkStripper.h
+include/vtk/vtkStructuredData.h
+include/vtk/vtkStructuredGrid.h
+include/vtk/vtkStructuredGridGeometryFilter.h
+include/vtk/vtkStructuredGridOutlineFilter.h
+include/vtk/vtkStructuredGridReader.h
+include/vtk/vtkStructuredGridSource.h
+include/vtk/vtkStructuredGridToPolyDataFilter.h
+include/vtk/vtkStructuredGridToStructuredGridFilter.h
+include/vtk/vtkStructuredGridWriter.h
+include/vtk/vtkStructuredPoints.h
+include/vtk/vtkStructuredPointsCollection.h
+include/vtk/vtkStructuredPointsGeometryFilter.h
+include/vtk/vtkStructuredPointsReader.h
+include/vtk/vtkStructuredPointsSource.h
+include/vtk/vtkStructuredPointsToPolyDataFilter.h
+include/vtk/vtkStructuredPointsToStructuredPointsFilter.h
+include/vtk/vtkStructuredPointsToUnstructuredGridFilter.h
+include/vtk/vtkStructuredPointsWriter.h
+include/vtk/vtkSubPixelPositionEdgels.h
+include/vtk/vtkSubdivideTetra.h
+include/vtk/vtkSuperquadric.h
+include/vtk/vtkSuperquadricSource.h
+include/vtk/vtkSurfaceReconstructionFilter.h
+include/vtk/vtkSystemIncludes.h
+include/vtk/vtkTIFFReader.h
+include/vtk/vtkTIFFWriter.h
+include/vtk/vtkTableExtentTranslator.h
+include/vtk/vtkTensor.h
+include/vtk/vtkTensorGlyph.h
+include/vtk/vtkTetra.h
+include/vtk/vtkTextActor.h
+include/vtk/vtkTextMapper.h
+include/vtk/vtkTextProperty.h
+include/vtk/vtkTextSource.h
+include/vtk/vtkTexture.h
+include/vtk/vtkTextureMapToCylinder.h
+include/vtk/vtkTextureMapToPlane.h
+include/vtk/vtkTextureMapToSphere.h
+include/vtk/vtkTexturedSphereSource.h
+include/vtk/vtkThinPlateSplineTransform.h
+include/vtk/vtkThreshold.h
+include/vtk/vtkThresholdPoints.h
+include/vtk/vtkThresholdTextureCoords.h
+include/vtk/vtkTimeStamp.h
+include/vtk/vtkTimerLog.h
+include/vtk/vtkToolkits.h
+include/vtk/vtkTransform.h
+include/vtk/vtkTransformCollection.h
+include/vtk/vtkTransformFilter.h
+include/vtk/vtkTransformPolyDataFilter.h
+include/vtk/vtkTransformTextureCoords.h
+include/vtk/vtkTransformToGrid.h
+include/vtk/vtkTriangle.h
+include/vtk/vtkTriangleFilter.h
+include/vtk/vtkTriangleStrip.h
+include/vtk/vtkTriangularTCoords.h
+include/vtk/vtkTriangularTexture.h
+include/vtk/vtkTubeFilter.h
+include/vtk/vtkUGFacetReader.h
+include/vtk/vtkUnsignedCharArray.h
+include/vtk/vtkUnsignedIntArray.h
+include/vtk/vtkUnsignedLongArray.h
+include/vtk/vtkUnsignedShortArray.h
+include/vtk/vtkUnstructuredGrid.h
+include/vtk/vtkUnstructuredGridReader.h
+include/vtk/vtkUnstructuredGridSource.h
+include/vtk/vtkUnstructuredGridToPolyDataFilter.h
+include/vtk/vtkUnstructuredGridToUnstructuredGridFilter.h
+include/vtk/vtkUnstructuredGridWriter.h
+include/vtk/vtkVRMLExporter.h
+include/vtk/vtkVRMLImporter.h
+include/vtk/vtkVectorDot.h
+include/vtk/vtkVectorNorm.h
+include/vtk/vtkVectorText.h
+include/vtk/vtkVersion.h
+include/vtk/vtkVertex.h
+include/vtk/vtkVideoSource.h
+include/vtk/vtkViewport.h
+include/vtk/vtkVoidArray.h
+include/vtk/vtkVolume.h
+include/vtk/vtkVolume16Reader.h
+include/vtk/vtkVolumeCollection.h
+include/vtk/vtkVolumeMapper.h
+include/vtk/vtkVolumeProMapper.h
+include/vtk/vtkVolumeProperty.h
+include/vtk/vtkVolumeRayCastCompositeFunction.h
+include/vtk/vtkVolumeRayCastFunction.h
+include/vtk/vtkVolumeRayCastIsosurfaceFunction.h
+include/vtk/vtkVolumeRayCastMIPFunction.h
+include/vtk/vtkVolumeRayCastMapper.h
+include/vtk/vtkVolumeReader.h
+include/vtk/vtkVolumeTextureMapper.h
+include/vtk/vtkVolumeTextureMapper2D.h
+include/vtk/vtkVoxel.h
+include/vtk/vtkVoxelContoursToSurfaceFilter.h
+include/vtk/vtkVoxelModeller.h
+include/vtk/vtkWarpLens.h
+include/vtk/vtkWarpScalar.h
+include/vtk/vtkWarpTo.h
+include/vtk/vtkWarpTransform.h
+include/vtk/vtkWarpVector.h
+include/vtk/vtkWedge.h
+include/vtk/vtkWeightedTransformFilter.h
+include/vtk/vtkWin32Header.h
+include/vtk/vtkWindow.h
+include/vtk/vtkWindowLevelLookupTable.h
+include/vtk/vtkWindowToImageFilter.h
+include/vtk/vtkWindowedSincPolyDataFilter.h
+include/vtk/vtkWorldPointPicker.h
+include/vtk/vtkWriter.h
+include/vtk/vtkXMLDataElement.h
+include/vtk/vtkXMLDataParser.h
+include/vtk/vtkXMLDataReader.h
+include/vtk/vtkXMLDataSetWriter.h
+include/vtk/vtkXMLFileOutputWindow.h
+include/vtk/vtkXMLFileReadTester.h
+include/vtk/vtkXMLImageDataReader.h
+include/vtk/vtkXMLImageDataWriter.h
+include/vtk/vtkXMLPDataReader.h
+include/vtk/vtkXMLPDataSetWriter.h
+include/vtk/vtkXMLPDataWriter.h
+include/vtk/vtkXMLPImageDataReader.h
+include/vtk/vtkXMLPImageDataWriter.h
+include/vtk/vtkXMLPPolyDataReader.h
+include/vtk/vtkXMLPPolyDataWriter.h
+include/vtk/vtkXMLPRectilinearGridReader.h
+include/vtk/vtkXMLPRectilinearGridWriter.h
+include/vtk/vtkXMLPStructuredDataReader.h
+include/vtk/vtkXMLPStructuredDataWriter.h
+include/vtk/vtkXMLPStructuredGridReader.h
+include/vtk/vtkXMLPStructuredGridWriter.h
+include/vtk/vtkXMLPUnstructuredDataReader.h
+include/vtk/vtkXMLPUnstructuredDataWriter.h
+include/vtk/vtkXMLPUnstructuredGridReader.h
+include/vtk/vtkXMLPUnstructuredGridWriter.h
+include/vtk/vtkXMLParser.h
+include/vtk/vtkXMLPolyDataReader.h
+include/vtk/vtkXMLPolyDataWriter.h
+include/vtk/vtkXMLReader.h
+include/vtk/vtkXMLRectilinearGridReader.h
+include/vtk/vtkXMLRectilinearGridWriter.h
+include/vtk/vtkXMLStructuredDataReader.h
+include/vtk/vtkXMLStructuredDataWriter.h
+include/vtk/vtkXMLStructuredGridReader.h
+include/vtk/vtkXMLStructuredGridWriter.h
+include/vtk/vtkXMLUnstructuredDataReader.h
+include/vtk/vtkXMLUnstructuredDataWriter.h
+include/vtk/vtkXMLUnstructuredGridReader.h
+include/vtk/vtkXMLUnstructuredGridWriter.h
+include/vtk/vtkXMLWriter.h
+include/vtk/vtkXOpenGLRenderWindow.h
+include/vtk/vtkXRenderWindowInteractor.h
+include/vtk/vtkXYPlotActor.h
+include/vtk/vtkXYPlotWidget.h
+include/vtk/vtkZLibDataCompressor.h
+include/vtk/zconf.h
+include/vtk/zlib.h
+include/vtk/zlibDllConfig.h
+lib/vtk/CMake/libcmVTK_GENERATE_JAVA_DEPENDENCIES.so
+lib/vtk/CMake/libcmVTK_MAKE_INSTANTIATOR2.so
+lib/vtk/CMake/libcmVTK_WRAP_JAVA2.so
+lib/vtk/CMake/libcmVTK_WRAP_PYTHON2.so
+lib/vtk/CMake/libcmVTK_WRAP_TCL2.so
+lib/vtk/CMake/vtkLoadCMakeExtensions.cmake
+lib/vtk/UseVTK.cmake
+lib/vtk/VTKBuildSettings.cmake
+lib/vtk/VTKConfig.cmake
+lib/vtk/VTKLibraryDepends.cmake
+lib/vtk/doxygen/authors.txt
+lib/vtk/doxygen/doc_class2example.pl
+lib/vtk/doxygen/doc_cleanhtml.pl
+lib/vtk/doxygen/doc_codematch.pl
+lib/vtk/doxygen/doc_contributors.pl
+lib/vtk/doxygen/doc_header2doxygen.pl
+lib/vtk/doxygen/doc_index.pl
+lib/vtk/doxygen/doc_index.stop
+lib/vtk/doxygen/doc_readme.txt
+lib/vtk/doxygen/doc_rmpath.pl
+lib/vtk/doxygen/doc_version.pl
+lib/vtk/doxygen/doxygen-fixed.css
+lib/vtk/doxygen/doxygen.css
+lib/vtk/doxygen/footer-fixed.html
+lib/vtk/doxygen/footer.html
+lib/vtk/doxygen/header-fixed.html
+lib/vtk/doxygen/header.html
+lib/vtk/doxygen/paper-clip.gif
+lib/vtk/doxygen/pic.gif
+lib/vtk/doxygen/vtk-logo.gif
+lib/vtk/libvtkCommon.so
+lib/vtk/libvtkFiltering.so
+lib/vtk/libvtkGraphics.so
+lib/vtk/libvtkHybrid.so
+lib/vtk/libvtkIO.so
+lib/vtk/libvtkImaging.so
+lib/vtk/libvtkRendering.so
+lib/vtk/libvtkexpat.so
+lib/vtk/libvtkfreetype.so
+lib/vtk/libvtkftgl.so
+lib/vtk/libvtkjpeg.so
+lib/vtk/libvtkpng.so
+lib/vtk/libvtktiff.so
+lib/vtk/libvtkzlib.so
+lib/vtk/testing/FindString.tcl
+lib/vtk/testing/HeaderTesting.py
+lib/vtk/testing/PrintSelfCheck.tcl
+lib/vtk/testing/rtImageTest.tcl
+@dirrm lib/vtk/testing
+@dirrm lib/vtk/doxygen
+@dirrm lib/vtk/CMake
+@dirrm lib/vtk
+@dirrm include/vtk
diff --git a/graphics/vtk/distinfo b/graphics/vtk/distinfo
new file mode 100644
index 00000000000..cb396af11b6
--- /dev/null
+++ b/graphics/vtk/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/02 13:13:40 drochner Exp $
+
+SHA1 (VTK-4.2.6/VTK-4.2-LatestRelease.tar.gz) = 31ab01c16b3d44ce201d8180af431833cf6527d8
+Size (VTK-4.2.6/VTK-4.2-LatestRelease.tar.gz) = 6073644 bytes