pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/vtk import vtk-4.2.6 from -wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a607ae6826df
branches:  trunk
changeset: 478947:a607ae6826df
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 02 13:13:39 2004 +0000

description:
import vtk-4.2.6 from -wip

diffstat:

 graphics/vtk/DESCR            |   15 +
 graphics/vtk/Makefile         |    9 +
 graphics/vtk/Makefile.common  |    7 +
 graphics/vtk/Makefile.vtkdist |   32 +
 graphics/vtk/PLIST            |  820 ++++++++++++++++++++++++++++++++++++++++++
 graphics/vtk/distinfo         |    4 +
 6 files changed, 887 insertions(+), 0 deletions(-)

diffs (truncated from 911 to 300 lines):

diff -r 189a0ce9f0bb -r a607ae6826df graphics/vtk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vtk/DESCR        Mon Aug 02 13:13:39 2004 +0000
@@ -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 -r 189a0ce9f0bb -r a607ae6826df graphics/vtk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vtk/Makefile     Mon Aug 02 13:13:39 2004 +0000
@@ -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 -r 189a0ce9f0bb -r a607ae6826df graphics/vtk/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vtk/Makefile.common      Mon Aug 02 13:13:39 2004 +0000
@@ -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@localhost
+HOMEPAGE=              http://www.vtk.org/
diff -r 189a0ce9f0bb -r a607ae6826df graphics/vtk/Makefile.vtkdist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vtk/Makefile.vtkdist     Mon Aug 02 13:13:39 2004 +0000
@@ -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 -r 189a0ce9f0bb -r a607ae6826df graphics/vtk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vtk/PLIST        Mon Aug 02 13:13:39 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index