Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 08:18:47 +0400 (MSD)
From:      Igor Pokrovsky <tiamat@telegraph.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40942: New port: graphics/xrml Extensible scene graph library based on VRML'97 
Message-ID:  <200207240418.g6O4IlpG001508@doom.homeunix.org>

next in thread | raw e-mail | index | archive | help

>Number:         40942
>Category:       ports
>Synopsis:       New port: graphics/xrml Extensible scene graph library based on VRML'97
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 21:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
MGO 
>Environment:
System: FreeBSD doom.homeunix.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 21 12:17:35 MSD 2002 root@doom.homeunix.org:/usr/src/sys/compile/KERNEL i386


	
>Description:
This package contains a extensible scene graph library based
on VRML'97. It comes with a variety of import and export filters
to read/write a scene graph from/in a variety of 3D file format
and, of course, also a number of applications that make use
of it: a file format convertor and a VRML viewer. It is used
in RenderPark to read XRML input files.
	
>How-To-Repeat:
	
>Fix:

	

--- xrml.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xrml
#	xrml/Makefile
#	xrml/pkg-descr
#	xrml/pkg-comment
#	xrml/pkg-plist
#	xrml/distinfo
#	xrml/files
#	xrml/files/patch-Config.site
#	xrml/files/patch-PROGS-Makefile
#
echo c - xrml
mkdir -p xrml > /dev/null 2>&1
echo x - xrml/Makefile
sed 's/^X//' >xrml/Makefile << 'END-of-xrml/Makefile'
X# New ports collection makefile for:	xrml
X# Date created:		23 July 2002
X# Whom:			Igor Pokrovsky <tiamat@telegraph.spb.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xrml
XPORTVERSION=	0.5.3
XCATEGORIES=	graphics
XMASTER_SITES=	ftp://ftp.cs.kuleuven.ac.be/pub/graphics/software/RenderPark/
XDISTNAME=	${PORTNAME}
XDIST_SUBDIR=	RenderPark
X
XMAINTAINER=	tiamat@telegraph.spb.ru
X
XWRKSRC=		${WRKDIR}/XRML
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_MESA=	yes
XUSE_MOTIF=	yes
XINSTALLS_SHLIB=	yes
X
X.if !defined(WITH_EXAMPLES)
XPLIST_SUB=	WITH_EXAMPLES="@comment "
X.else
XPLIST_SUB=	WITH_EXAMPLES=""
X.endif
X
X.ifndef (WITH_EXAMPLES)
Xpre-everything:
X	@${ECHO} "You can define WITH_EXAMPLES=yes to install example VRML files"
X.endif
X
Xpre-patch:
X	@${CP} -f ${WRKSRC}/Config.Linux ${WRKSRC}/Config.site
X
Xpre-build:
X	${GMAKE} -C ${WRKSRC}/FILTERS link_includes
X	${GMAKE} -C ${WRKSRC}/XRML link_includes
X	@${RM} -f ${WRKSRC}/PROGS/vrmldump/deps
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/include/xrml
X	${INSTALL_DATA} ${WRKSRC}/include/*.H ${PREFIX}/include/xrml
X	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/xrml
X	@${MKDIR} ${PREFIX}/include/xrml/cso
X	${INSTALL_DATA} ${WRKSRC}/include/cso/* ${PREFIX}/include/xrml/cso
X	@${MKDIR} ${PREFIX}/include/xrml/mgf
X	${INSTALL_DATA} ${WRKSRC}/include/mgf/* ${PREFIX}/include/xrml/mgf
X	@${MKDIR} ${PREFIX}/include/xrml/nff
X	${INSTALL_DATA} ${WRKSRC}/include/nff/* ${PREFIX}/include/xrml/nff
X	@${MKDIR} ${PREFIX}/include/xrml/vrml2_utf8
X	${INSTALL_DATA} ${WRKSRC}/include/vrml2_utf8/* ${PREFIX}/include/xrml/vrml2_utf8
X
X	${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/lib/libxrml.so.0.5 ${PREFIX}/lib/libxrml.so.0
X	${LN} -fs ${PREFIX}/lib/libxrml.so.0 ${PREFIX}/lib/libxrml.so
X	@${STRIP_CMD} ${WRKSRC}/lib/*.a
X	${INSTALL_DATA} ${WRKSRC}/lib/*.a ${PREFIX}/lib
X
X.ifdef (WITH_EXAMPLES)
X	@${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/TEST/*.wrl ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/TEST/*.ppm ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/TEST/*.gz ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/TEST/*.mgf ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/TEST/plotfunc.c ${EXAMPLESDIR}
X.endif
X
X.ifndef (NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/DOC/*.html ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/DOC/nodeapi ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/DOC/nodegen ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/DOC/status ${DOCSDIR}
X	@${MKDIR} ${DOCSDIR}/PhBRML
X	${INSTALL_DATA} ${WRKSRC}/DOC/PhBRML/*.html ${DOCSDIR}/PhBRML
X	${INSTALL_DATA} ${WRKSRC}/DOC/PhBRML/2ndtextured.gif ${DOCSDIR}/PhBRML
X	${INSTALL_DATA} ${WRKSRC}/DOC/PhBRML/*.wrl ${DOCSDIR}/PhBRML
X	@${MKDIR} ${DOCSDIR}/VRML97
X	${INSTALL_DATA} ${WRKSRC}/DOC/VRML97/*.html ${DOCSDIR}/VRML97
X	@${MKDIR} ${DOCSDIR}/VRML97/Images
X	${INSTALL_DATA} ${WRKSRC}/DOC/VRML97/Images/* ${DOCSDIR}/VRML97/Images
X	@${MKDIR} ${DOCSDIR}/VRML97/part1
X	${INSTALL_DATA} ${WRKSRC}/DOC/VRML97/part1/* ${DOCSDIR}/VRML97/part1
X	${LN} -s ${DOCSDIR}/VRML97 ${DOCSDIR}/VRML
X.endif
X
X.include <bsd.port.mk>
END-of-xrml/Makefile
echo x - xrml/pkg-descr
sed 's/^X//' >xrml/pkg-descr << 'END-of-xrml/pkg-descr'
XThis package contains a extensible scene graph library based
Xon VRML'97. It comes with a variety of import and export filters
Xto read/write a scene graph from/in a variety of 3D file format
Xand, of course, also a number of applications that make use
Xof it: a file format convertor and a VRML viewer. It is used
Xin RenderPark to read XRML input files.
X
XWWW:	http://www.cs.kuleuven.ac.be/~graphics/XRML/
X
X- Igor Pokrovsky
Xtiamat@telegraph.spb.ru
END-of-xrml/pkg-descr
echo x - xrml/pkg-comment
sed 's/^X//' >xrml/pkg-comment << 'END-of-xrml/pkg-comment'
XExtensible scene graph library based on VRML'97
END-of-xrml/pkg-comment
echo x - xrml/pkg-plist
sed 's/^X//' >xrml/pkg-plist << 'END-of-xrml/pkg-plist'
Xbin/vrmlconv
Xbin/vrmldump
Xbin/vrmlint
Xbin/vv
Xinclude/xrml/cso/exporter.H
Xinclude/xrml/cso/importer.H
X@dirrm include/xrml/cso
Xinclude/xrml/mgf/cie.h
Xinclude/xrml/mgf/exporter.H
Xinclude/xrml/mgf/renderer.H
X@dirrm include/xrml/mgf
Xinclude/xrml/nff/exporter.H
Xinclude/xrml/nff/renderer.H
X@dirrm include/xrml/nff
Xinclude/xrml/vrml2_utf8/exporter.H
Xinclude/xrml/vrml2_utf8/parser.H
Xinclude/xrml/vrml2_utf8/scanner.H
Xinclude/xrml/vrml2_utf8/tokens.H
X@dirrm include/xrml/vrml2_utf8
Xinclude/xrml/Anchor.H
Xinclude/xrml/Appearance.H
Xinclude/xrml/AppearanceBase.H
Xinclude/xrml/Array.H
Xinclude/xrml/Assoc.H
Xinclude/xrml/AudioClip.H
Xinclude/xrml/Background.H
Xinclude/xrml/Billboard.H
Xinclude/xrml/Bindable.H
Xinclude/xrml/Box.H
Xinclude/xrml/Children.H
Xinclude/xrml/CmpString.H
Xinclude/xrml/Collision.H
Xinclude/xrml/Color.H
Xinclude/xrml/ColorInterpolator.H
Xinclude/xrml/Cone.H
Xinclude/xrml/Coordinate.H
Xinclude/xrml/CoordinateInterpolator.H
Xinclude/xrml/Cylinder.H
Xinclude/xrml/CylinderSensor.H
Xinclude/xrml/DirectionalLight.H
Xinclude/xrml/DragSensor.H
Xinclude/xrml/ElevationGrid.H
Xinclude/xrml/EnvironmentalSensor.H
Xinclude/xrml/EventManager.H
Xinclude/xrml/ExternProto.H
Xinclude/xrml/Extrusion.H
Xinclude/xrml/FlexLexer.h
Xinclude/xrml/Float.H
Xinclude/xrml/Fog.H
Xinclude/xrml/FontStyle.H
Xinclude/xrml/Geometry.H
Xinclude/xrml/Group.H
Xinclude/xrml/Grouping.H
Xinclude/xrml/ImageTexture.H
Xinclude/xrml/IndexedFaceSet.H
Xinclude/xrml/IndexedLineSet.H
Xinclude/xrml/Inline.H
Xinclude/xrml/Interpolator.H
Xinclude/xrml/LOD.H
Xinclude/xrml/LightSource.H
Xinclude/xrml/List.H
Xinclude/xrml/Material.H
Xinclude/xrml/MovieTexture.H
Xinclude/xrml/NavigationInfo.H
Xinclude/xrml/Normal.H
Xinclude/xrml/NormalInterpolator.H
Xinclude/xrml/OrientationInterpolator.H
Xinclude/xrml/PerlinNoise.H
Xinclude/xrml/PhB3DCheckerTexture.H
Xinclude/xrml/PhB3DNoiseTexture.H
Xinclude/xrml/PhB3DSpiralTexture.H
Xinclude/xrml/PhB3DTexture.H
Xinclude/xrml/PhB3DTextureTransform.H
Xinclude/xrml/PhB3DTexturedSurface.H
Xinclude/xrml/PhBAppearance.H
Xinclude/xrml/PhBAshikminReflector.H
Xinclude/xrml/PhBAtmosphere.H
Xinclude/xrml/PhBBackground.H
Xinclude/xrml/PhBBackgroundLight.H
Xinclude/xrml/PhBBackgroundProjection.H
Xinclude/xrml/PhBBilinearInterpolation.H
Xinclude/xrml/PhBBlackBodySpectrum.H
Xinclude/xrml/PhBBoxTextureProjection.H
Xinclude/xrml/PhBBrushMap.H
Xinclude/xrml/PhBBumpMap.H
Xinclude/xrml/PhBConeTextureProjection.H
Xinclude/xrml/PhBCylinderTextureProjection.H
Xinclude/xrml/PhBDiffuseEmitter.H
Xinclude/xrml/PhBDiffuseReflector.H
Xinclude/xrml/PhBDiffuseRefractor.H
Xinclude/xrml/PhBDistortion.H
Xinclude/xrml/PhBEDF.H
Xinclude/xrml/PhBEmitter.H
Xinclude/xrml/PhBFresnelBSDF.H
Xinclude/xrml/PhBHenyeyGreensteinPhaseFunction.H
Xinclude/xrml/PhBHeterogeneousSurface.H
Xinclude/xrml/PhBHomogeneousBackground.H
Xinclude/xrml/PhBHomogeneousMedium.H
Xinclude/xrml/PhBHomogeneousSurface.H
Xinclude/xrml/PhBImageTexture.H
Xinclude/xrml/PhBImageTextureBase.H
Xinclude/xrml/PhBInterpolatedMedium.H
Xinclude/xrml/PhBInterpolatedSpectrum.H
Xinclude/xrml/PhBInterpolatedSurface.H
Xinclude/xrml/PhBIsotropicPhaseFunction.H
Xinclude/xrml/PhBLafortuneReflector.H
Xinclude/xrml/PhBLandscapePhotoBackground.H
Xinclude/xrml/PhBLxySpectrum.H
Xinclude/xrml/PhBMedium.H
Xinclude/xrml/PhBMixedSpectrum.H
Xinclude/xrml/PhBMonitorCalibration.H
Xinclude/xrml/PhBMonochromaticSpectrum.H
Xinclude/xrml/PhBNeumannReflector.H
Xinclude/xrml/PhBNoiseTexture.H
Xinclude/xrml/PhBNormalMap.H
Xinclude/xrml/PhBPerfectSpecularReflector.H
Xinclude/xrml/PhBPerfectSpecularRefractor.H
Xinclude/xrml/PhBPhF.H
Xinclude/xrml/PhBPhaseFunction.H
Xinclude/xrml/PhBPhongEmitter.H
Xinclude/xrml/PhBPhongReflector.H
Xinclude/xrml/PhBPhongRefractor.H
Xinclude/xrml/PhBPixelTexture.H
Xinclude/xrml/PhBProcedural3DTexture.H
Xinclude/xrml/PhBProceduralBackground.H
Xinclude/xrml/PhBProceduralEmitter.H
Xinclude/xrml/PhBProceduralPhaseFunction.H
Xinclude/xrml/PhBProceduralScatterer.H
Xinclude/xrml/PhBProceduralSpectrum.H
Xinclude/xrml/PhBProceduralTexture.H
Xinclude/xrml/PhBProceduralTextureProjection.H
Xinclude/xrml/PhBRGBSpectrum.H
Xinclude/xrml/PhBSDF.H
Xinclude/xrml/PhBSampledIsotropicEmitter.H
Xinclude/xrml/PhBSampledSpectrum.H
Xinclude/xrml/PhBScatterer.H
Xinclude/xrml/PhBSchlickPhaseFunction.H
Xinclude/xrml/PhBSchlickReflector.H
Xinclude/xrml/PhBShadingFrameDistortion.H
Xinclude/xrml/PhBSimpleBSDF.H
Xinclude/xrml/PhBSpectrum.H
Xinclude/xrml/PhBSphereTextureProjection.H
Xinclude/xrml/PhBSurface.H
Xinclude/xrml/PhBSurfaceDistortion.H
Xinclude/xrml/PhBTabulatedSpectrum.H
Xinclude/xrml/PhBTexture.H
Xinclude/xrml/PhBTextureEmitter.H
Xinclude/xrml/PhBTextureFilter.H
Xinclude/xrml/PhBTextureProjection.H
Xinclude/xrml/PhBTexturedBackground.H
Xinclude/xrml/PhBTexturedMedium.H
Xinclude/xrml/PhBTexturedSurface.H
Xinclude/xrml/PhBToggleTexture.H
Xinclude/xrml/PhBVolumeDistortion.H
Xinclude/xrml/PhBWardReflector.H
Xinclude/xrml/PhBXYZSpectrum.H
Xinclude/xrml/PixelTexture.H
Xinclude/xrml/PlaneSensor.H
Xinclude/xrml/PointLight.H
Xinclude/xrml/PointSet.H
Xinclude/xrml/PointingDeviceSensor.H
Xinclude/xrml/PositionInterpolator.H
Xinclude/xrml/Proto.H
Xinclude/xrml/ProximitySensor.H
Xinclude/xrml/ReadImage.H
Xinclude/xrml/ScalarInterpolator.H
Xinclude/xrml/Script.H
Xinclude/xrml/Sensor.H
Xinclude/xrml/Shape.H
Xinclude/xrml/Sound.H
Xinclude/xrml/SoundSource.H
Xinclude/xrml/Sphere.H
Xinclude/xrml/SphereSensor.H
Xinclude/xrml/SpotLight.H
Xinclude/xrml/Stack.H
Xinclude/xrml/StackManager.H
Xinclude/xrml/Switch.H
Xinclude/xrml/Text.H
Xinclude/xrml/Texture.H
Xinclude/xrml/TextureCoordinate.H
Xinclude/xrml/TextureTransform.H
Xinclude/xrml/TimeDependent.H
Xinclude/xrml/TimeSensor.H
Xinclude/xrml/TouchSensor.H
Xinclude/xrml/Transform.H
Xinclude/xrml/Transforming.H
Xinclude/xrml/Viewpoint.H
Xinclude/xrml/VisibilitySensor.H
Xinclude/xrml/WorldInfo.H
Xinclude/xrml/cie.H
Xinclude/xrml/complex.H
Xinclude/xrml/error.H
Xinclude/xrml/exporter.H
Xinclude/xrml/fieldValue.H
Xinclude/xrml/file.H
Xinclude/xrml/granges.H
Xinclude/xrml/importer.H
Xinclude/xrml/matrix.H
Xinclude/xrml/memory.H
Xinclude/xrml/mipmap.H
Xinclude/xrml/nodeCatalog.H
Xinclude/xrml/nodeInterface.H
Xinclude/xrml/renderer.H
Xinclude/xrml/route.H
Xinclude/xrml/smodes.H
Xinclude/xrml/spectrum.H
Xinclude/xrml/texture_projection.H
Xinclude/xrml/transform.H
Xinclude/xrml/utils.H
Xinclude/xrml/vector.H
Xinclude/xrml/version.H
Xinclude/xrml/world.H
Xinclude/xrml/xrml.H
Xinclude/xrml/xrmlP.H
X@dirrm include/xrml
Xlib/libxrml.so.0
X@exec ln -fs %D/lib/libxrml.so.0 %D/lib/libxrml.so || true
X@unexec rm -f %D/lib/libxrml.so || true
Xlib/libxrml.a
Xlib/libxrml2cso.a
Xlib/libxrml2mgf.a
Xlib/libxrml2nff.a
X%%WITH_EXAMPLES%%share/examples/xrml/plotfunc.c
X%%WITH_EXAMPLES%%share/examples/xrml/checker.ppm.gz
X%%WITH_EXAMPLES%%share/examples/xrml/grid.ppm.gz
X%%WITH_EXAMPLES%%share/examples/xrml/land.pic.gz
X%%WITH_EXAMPLES%%share/examples/xrml/plasma.ppm.gz
X%%WITH_EXAMPLES%%share/examples/xrml/refractiontest.mgf
X%%WITH_EXAMPLES%%share/examples/xrml/wardtest.mgf
X%%WITH_EXAMPLES%%share/examples/xrml/Check4x4Color.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/bump.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/gradient.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/normal.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/thing.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/white.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/white16.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/white4x3.ppm
X%%WITH_EXAMPLES%%share/examples/xrml/BrushMap.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/Bumpmap.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ProceduralBumpMap.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ProceduralNoise.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ShadingFrameDistord.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/TextureMap.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ashikminScene.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ashikminScene2.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/ashikmintest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/backgroundlight.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/backgroundtest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/blackbodySpectrum.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/box.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/box2.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/bug.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/colors.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/cone.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/cornellcube.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/cyl.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/extrusion.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/fresneltest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/heterotest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/homogeneousbackground.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/imagetexture.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/lafortunetest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/landscapeEnvironmentmap.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/mixsphere.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/monochromatic.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/neumanntest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/nondifflight.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/phbtexture.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/refractiontest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/rev.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/sampledSpectrum.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/schlicktest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/sincos.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/sine.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/sph.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/tabulatedSpectrum.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/test.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/textureEmitter.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/texturetest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/wardtest.wrl
X%%WITH_EXAMPLES%%share/examples/xrml/whitehomogeneous.wrl
X%%WITH_EXAMPLES%%@dirrm share/examples/xrml
X%%PORTDOCS%%share/doc/xrml/nodeapi
X%%PORTDOCS%%share/doc/xrml/nodegen
X%%PORTDOCS%%share/doc/xrml/status
X%%PORTDOCS%%share/doc/xrml/applications.html
X%%PORTDOCS%%share/doc/xrml/changes.html
X%%PORTDOCS%%share/doc/xrml/design.html
X%%PORTDOCS%%share/doc/xrml/extensions.html
X%%PORTDOCS%%share/doc/xrml/filters.html
X%%PORTDOCS%%share/doc/xrml/howToCreateASceneGraph.html
X%%PORTDOCS%%share/doc/xrml/index.html
X%%PORTDOCS%%share/doc/xrml/installation.html
X%%PORTDOCS%%share/doc/xrml/sourcetree.html
X%%PORTDOCS%%share/doc/xrml/template.html
X%%PORTDOCS%%share/doc/xrml/world.html
X%%PORTDOCS%%share/doc/xrml/PhBRML/2ndtextured.gif
X%%PORTDOCS%%share/doc/xrml/PhBRML/PhBexample2.wrl
X%%PORTDOCS%%share/doc/xrml/PhBRML/examples.html
X%%PORTDOCS%%share/doc/xrml/PhBRML/glossary.html
X%%PORTDOCS%%share/doc/xrml/PhBRML/index.html
X%%PORTDOCS%%share/doc/xrml/PhBRML/mixsphere.html
X%%PORTDOCS%%share/doc/xrml/PhBRML/mixsphere.wrl
X%%PORTDOCS%%share/doc/xrml/PhBRML/nodes.html
X%%PORTDOCS%%@dirrm share/doc/xrml/PhBRML
X%%PORTDOCS%%share/doc/xrml/VRML97/acknowledgements.html
X%%PORTDOCS%%share/doc/xrml/VRML97/copyright.html
X%%PORTDOCS%%share/doc/xrml/VRML97/index.html
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/vrml97.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/Sound.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/whitespace.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/ElevationGrid.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/FontStylespacing.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/spotlight.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/vrmlbar.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/cylinder.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/leaves.jpg
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/cube.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/cone.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/rsmbb.jpg
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/timestamp-order.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/TRANS.TBL
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/IFStexture2.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/TimeSensor.jpg
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/proto.jpg
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/box.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/Extrusion.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/key.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/pi.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/background.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/ImageTexture.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/sphere.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/vertical.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/Concepts2.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/Sound2.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/instancing.jpg
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/IFStexture.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/timeDep.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/horizontal.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/Concepts1.gif
X%%PORTDOCS%%share/doc/xrml/VRML97/Images/infinity.gif
X%%PORTDOCS%%@dirrm share/doc/xrml/VRML97/Images
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/grammar.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.4.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/concepts.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/scope.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/javascript.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.5.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/nodesRef.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/glossary.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/examples.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/foreword.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/chopperbody.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.18.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.6.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/chopperrotor.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/references.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.19.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.7.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.13.1.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/rotor.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/TRANS.TBL
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.13.2.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.2.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.13.2.wrl~
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.3.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/conformance.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.12.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/java.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/introduction.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/refractivematerial.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.10.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/fieldsRef.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.11.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/extensions.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.16.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/click.wav
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.17.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.9.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.14.wrl
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/bibliography.html
X%%PORTDOCS%%share/doc/xrml/VRML97/part1/exampleD.15.wrl
X%%PORTDOCS%%@dirrm share/doc/xrml/VRML97/part1
X%%PORTDOCS%%@dirrm share/doc/xrml/VRML97
X%%PORTDOCS%%@exec ln -s %D/share/doc/xrml/VRML97 %D/share/doc/xrml/VRML || true
X%%PORTDOCS%%@unexec rm %D/share/doc/xrml/VRML || true
X%%PORTDOCS%%@dirrm share/doc/xrml
END-of-xrml/pkg-plist
echo x - xrml/distinfo
sed 's/^X//' >xrml/distinfo << 'END-of-xrml/distinfo'
XMD5 (RenderPark/xrml.tar.gz) = 7e700d54a761723a1b1b5877b34cebc4
END-of-xrml/distinfo
echo c - xrml/files
mkdir -p xrml/files > /dev/null 2>&1
echo x - xrml/files/patch-Config.site
sed 's/^X//' >xrml/files/patch-Config.site << 'END-of-xrml/files/patch-Config.site'
X--- Config.site~	Thu Aug 23 20:45:11 2001
X+++ Config.site	Tue Jul 23 15:39:43 2002
X@@ -14,15 +14,15 @@
X CXXFLAGS = # C++ specific flags
X 
X # no ranlib command on Linux. Use 'touch' instead.
X-RANLIB = touch
X+RANLIB = ranlib
X 
X # See 0COMPILATIONFLAGS to see what flags you can set if you care.
X EXTRAFLAGS = -DDEFAULT_GAMMA=2.2 -DNOPOOLS
X 
X ################################################################
X # uncomment the following definitions in order to make shared libraries
X-#MKLIB = mklib.linux
X-#MKLIBFLAGS = -fPIC
X+MKLIB = mklib.freebsd
X+MKLIBFLAGS = -fPIC
X #LIBEXT = so
X 
X ################################################################
X@@ -48,8 +48,8 @@
X 
X # OpenGL include files and library appear to be in /usr/include
X # and /usr/lib normally on recent Linux systems
X-DRIVERFLAGS = -I/usr/include $(HWFLAGS)
X-DRIVERLIBS = -L/usr/lib -lGLU -lGL
X+DRIVERFLAGS = -I${X11BASE}/include $(HWFLAGS)
X+DRIVERLIBS = -L${X11BASE}/lib -lGLU -lGL
X 
X # Mesa (free OpenGL-like library: www.mesa3d.org)
X # On recent systems, 'MesaGL' is installed as 'GL' and 'MesaGLU' as 'GLU' and
X@@ -75,14 +75,14 @@
X ################################################################
X # X window system flags and files:
X 
X-X11HOME = /usr/X11R6
X+X11HOME = ${X11BASE}
X XINCLUDES = -I$(X11HOME)/include 
X XLIBS = -L$(X11HOME)/lib -lXt -lXmu -lX11 $(CCMALLOCLIB) 
X # CCMALLOCLIB = -lccmalloc -ldl
X 
X-# MOTIFHOME = /usr/X11R6
X+MOTIFHOME = ${X11BASE}
X # lesstif:
X-MOTIFHOME = /usr/X11R6/LessTif/Motif1.2
X+#MOTIFHOME = /usr/X11R6/LessTif/Motif1.2
X # MOTIFHOME = /usr/local/Motif
X MOTIFINCLUDES = -I$(MOTIFHOME)/include
X # -lXpm library necessary for Motif >=2.0, not for Motif <2.0
X@@ -93,7 +93,7 @@
X # TIFF support
X # if you don't want/need TIFF support, uncomment all the following lines
X #TIFFHOME = /usr/local/graphics
X-TIFFHOME = /usr
X+TIFFHOME = ${LOCALBASE}
X 
X # flags: -DNO_TIFF if you have no TIFF library,
X #        -DOLD_TIFF if you have an old TIFF library without the high dynamic 
X@@ -111,9 +111,9 @@
X 
X # Some tiff installation require that you also link with the jpeg and
X # zlib libraries.
X-TIFFLIB = -L$(TIFFHOME)/lib -ltiff -ljpeg -lz
X+TIFFLIB = -L$(TIFFHOME)/lib -ltiff
X 
X 
X ################################################################
X # C++/so import filter
X-DLLIB = -ldl
X+#DLLIB = -ldl
END-of-xrml/files/patch-Config.site
echo x - xrml/files/patch-PROGS-Makefile
sed 's/^X//' >xrml/files/patch-PROGS-Makefile << 'END-of-xrml/files/patch-PROGS-Makefile'
X--- PROGS/Makefile~	Thu Feb 22 23:55:52 2001
X+++ PROGS/Makefile	Tue Jul 23 18:37:32 2002
X@@ -15,7 +15,7 @@
X # the toy subdirectory contains a sample program using the toy
X # import and export filter.
X 
X-SUBDIRS = vrmlint vrmlconv vrmlview
X+SUBDIRS = vrmldump vrmlint vrmlconv vrmlview
X 
X #default target: compile
X all: progs
END-of-xrml/files/patch-PROGS-Makefile
exit
--- xrml.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207240418.g6O4IlpG001508>