pkgsrc-WIP-changes archive

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

Import opensubdiv-3.1.0.rc2 as wip/opensubdiv.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Oct 18 06:32:58 2016 +0200
Changeset:	9148df6707a6e341ca1a69009ab046226d882a57

Added Files:
	opensubdiv/DESCR
	opensubdiv/Makefile
	opensubdiv/PLIST
	opensubdiv/buildlink3.mk
	opensubdiv/distinfo
	opensubdiv/options.mk

Log Message:
Import opensubdiv-3.1.0.rc2 as wip/opensubdiv.

OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This codepath is optimized for drawing deforming subdivs with
static topology at interactive framerates. The resulting limit surface matches
Pixar's Renderman to numerical precision.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9148df6707a6e341ca1a69009ab046226d882a57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opensubdiv/DESCR         |    5 +
 opensubdiv/Makefile      |   30 ++
 opensubdiv/PLIST         | 1137 ++++++++++++++++++++++++++++++++++++++++++++++
 opensubdiv/buildlink3.mk |   12 +
 opensubdiv/distinfo      |    6 +
 opensubdiv/options.mk    |   33 ++
 6 files changed, 1223 insertions(+)

diffs:
diff --git a/opensubdiv/DESCR b/opensubdiv/DESCR
new file mode 100644
index 0000000..f7161e2
--- /dev/null
+++ b/opensubdiv/DESCR
@@ -0,0 +1,5 @@
+OpenSubdiv is a set of open source libraries that implement high performance
+subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
+architectures. This codepath is optimized for drawing deforming subdivs with
+static topology at interactive framerates. The resulting limit surface matches
+Pixar's Renderman to numerical precision.
diff --git a/opensubdiv/Makefile b/opensubdiv/Makefile
new file mode 100644
index 0000000..00d5e78
--- /dev/null
+++ b/opensubdiv/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	OpenSubdiv
+DISTNAME=	OpenSubdiv-3.1.0.RC2
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_GITHUB:=PixarAnimationStudios/}
+GITHUB_TAG=	v${PKGVERSION_NOREV:S/./_/g:tu}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://graphics.pixar.com/opensubdiv/docs/intro.html
+COMMENT=	High performance subdivision surface for parallel architectures
+LICENSE=	apache-2.0
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+# Useless and installs files by default into subdirs of $PREFIX/bin/
+CMAKE_ARGS+=	-DNO_TUTORIALS:BOOL=ON
+
+# TODO
+CMAKE_ARGS+=	-DNO_OPENCL:BOOL=ON
+CMAKE_ARGS+=	-DNO_CUDA:BOOL=ON
+
+TEST_TARGET=	test
+
+.include "options.mk"
+
+.include "../../graphics/glew/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/opensubdiv/PLIST b/opensubdiv/PLIST
new file mode 100644
index 0000000..34115fc
--- /dev/null
+++ b/opensubdiv/PLIST
@@ -0,0 +1,1137 @@
+@comment $NetBSD$
+bin/far_perf
+bin/far_regression
+bin/hbr_baseline
+bin/hbr_regression
+${PLIST.opengl}bin/stringify
+include/opensubdiv/far/error.h
+include/opensubdiv/far/patchDescriptor.h
+include/opensubdiv/far/patchMap.h
+include/opensubdiv/far/patchParam.h
+include/opensubdiv/far/patchTable.h
+include/opensubdiv/far/patchTableFactory.h
+include/opensubdiv/far/primvarRefiner.h
+include/opensubdiv/far/ptexIndices.h
+include/opensubdiv/far/stencilTable.h
+include/opensubdiv/far/stencilTableFactory.h
+include/opensubdiv/far/topologyDescriptor.h
+include/opensubdiv/far/topologyLevel.h
+include/opensubdiv/far/topologyRefiner.h
+include/opensubdiv/far/topologyRefinerFactory.h
+include/opensubdiv/far/types.h
+include/opensubdiv/hbr/allocator.h
+include/opensubdiv/hbr/bilinear.h
+include/opensubdiv/hbr/catmark.h
+include/opensubdiv/hbr/cornerEdit.h
+include/opensubdiv/hbr/creaseEdit.h
+include/opensubdiv/hbr/face.h
+include/opensubdiv/hbr/faceEdit.h
+include/opensubdiv/hbr/fvarData.h
+include/opensubdiv/hbr/fvarEdit.h
+include/opensubdiv/hbr/halfedge.h
+include/opensubdiv/hbr/hierarchicalEdit.h
+include/opensubdiv/hbr/holeEdit.h
+include/opensubdiv/hbr/loop.h
+include/opensubdiv/hbr/mesh.h
+include/opensubdiv/hbr/subdivision.h
+include/opensubdiv/hbr/vertex.h
+include/opensubdiv/hbr/vertexEdit.h
+include/opensubdiv/osd/bufferDescriptor.h
+include/opensubdiv/osd/cpuEvaluator.h
+${PLIST.opengl}include/opensubdiv/osd/cpuGLVertexBuffer.h
+include/opensubdiv/osd/cpuPatchTable.h
+include/opensubdiv/osd/cpuVertexBuffer.h
+${PLIST.opengl}include/opensubdiv/osd/glComputeEvaluator.h
+${PLIST.opengl}include/opensubdiv/osd/glLegacyGregoryPatchTable.h
+${PLIST.opengl}include/opensubdiv/osd/glMesh.h
+${PLIST.opengl}include/opensubdiv/osd/glPatchTable.h
+${PLIST.opengl}include/opensubdiv/osd/glVertexBuffer.h
+${PLIST.opengl}include/opensubdiv/osd/glXFBEvaluator.h
+${PLIST.opengl}include/opensubdiv/osd/glslPatchShaderSource.h
+include/opensubdiv/osd/mesh.h
+include/opensubdiv/osd/nonCopyable.h
+include/opensubdiv/osd/ompEvaluator.h
+include/opensubdiv/osd/ompKernel.h
+include/opensubdiv/osd/opengl.h
+include/opensubdiv/osd/types.h
+include/opensubdiv/sdc/bilinearScheme.h
+include/opensubdiv/sdc/catmarkScheme.h
+include/opensubdiv/sdc/crease.h
+include/opensubdiv/sdc/loopScheme.h
+include/opensubdiv/sdc/options.h
+include/opensubdiv/sdc/scheme.h
+include/opensubdiv/sdc/types.h
+include/opensubdiv/version.h
+include/opensubdiv/vtr/array.h
+include/opensubdiv/vtr/componentInterfaces.h
+include/opensubdiv/vtr/fvarLevel.h
+include/opensubdiv/vtr/fvarRefinement.h
+include/opensubdiv/vtr/level.h
+include/opensubdiv/vtr/refinement.h
+include/opensubdiv/vtr/sparseSelector.h
+include/opensubdiv/vtr/stackBuffer.h
+include/opensubdiv/vtr/types.h
+lib/libosdCPU.a
+lib/libosdCPU.so
+lib/libosdCPU.so.3.1.0.RC2
+${PLIST.opengl}lib/libosdGPU.a
+${PLIST.opengl}lib/libosdGPU.so
+${PLIST.opengl}lib/libosdGPU.so.3.1.0.RC2
+${PLIST.doc}share/doc/opensubdiv/additional_resources.html
+${PLIST.doc}share/doc/opensubdiv/api_overview.html
+${PLIST.doc}share/doc/opensubdiv/cmake_build.html
+${PLIST.doc}share/doc/opensubdiv/code_examples.html
+${PLIST.doc}share/doc/opensubdiv/compatibility.html
+${PLIST.doc}share/doc/opensubdiv/contributing.html
+${PLIST.doc}share/doc/opensubdiv/css/default.css
+${PLIST.doc}share/doc/opensubdiv/css/doxy.css
+${PLIST.doc}share/doc/opensubdiv/css/flavor.css
+${PLIST.doc}share/doc/opensubdiv/css/pygments.css
+${PLIST.doc}share/doc/opensubdiv/css/renderman-university.css
+${PLIST.doc}share/doc/opensubdiv/css/rst.css
+${PLIST.doc}share/doc/opensubdiv/downloads.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00001.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00001.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00002.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00002.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00002.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00003.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00003.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00004.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00004.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00005.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00005.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00006.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00006.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00007.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00007.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00007.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00008.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00008.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00009.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00009.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00010.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00010.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00010.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00011.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00011.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00012.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00013.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00013.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00014.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00014.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00015.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00015.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00016.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00016.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00017.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00017.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00018.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00019.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00019.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00019.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00020.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00020.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00021.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00021.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00022.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00022.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00023.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00023.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00023.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00024.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00024.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00024.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00025.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00025.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00026.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00026.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00027.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00027.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00028.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00028.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00029.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00029.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00030.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00030.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00031.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00031.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00032.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00032.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00033.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00033.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00034.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00034.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00035.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00035.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00036.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00036.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00037.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00037.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00038.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00038.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00038.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00039.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00039.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00039.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00040.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00041.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00041.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00042.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00042.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00043.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00043.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00044.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00044.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00045.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00046.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00046.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00047.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00047.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00047.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00048.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00048.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00048.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00049.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00049.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00050.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00050.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00051.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00051.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00052.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00052.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00052.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00053.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00053.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00053.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00054.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00054.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00055.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00056.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00056.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00057.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00057.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00058.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00058.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00059.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00059.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00060.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00060.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00061.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00061.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00062.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00062.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00063.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00063.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00064.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00064.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00065.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00065.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00066.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00066.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00067.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00067.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00068.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00068.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00068.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00069.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00069.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00069.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00070.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00070.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00071.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00071.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00072.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00072.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00073.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00073.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00074.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00074.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00075.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00075.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00076.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00076.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00077.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00078.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00078.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00079.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00079.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00080.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00080.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00081.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00081.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00081.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00082.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00082.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00082.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00083.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00083.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00084.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00085.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00085.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00086.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00086.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00087.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00087.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00088.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00088.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00088.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00089.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00089.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00089.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00090.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00090.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00091.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00091.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00092.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00092.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00093.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00093.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00094.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00094.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00095.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00095.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00095_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00096.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00096.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00096_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00097.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00097_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00098.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00098.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00098_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00099.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00099_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00100.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00100_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00101.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00101_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00102.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00102_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00103.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00103_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00104.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00104_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00105.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00105_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00106.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00106_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00107.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00107_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00108.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00108_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00109.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00109.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00109_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00110.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00110.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00110_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00111.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00111.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00111_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00112.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00112.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00112_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00113.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00113_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00114.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00114_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00115.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00115_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00116.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00116_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00117.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00117_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00118.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00118_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00119.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00119_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00120.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00120_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00121.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00121_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00122.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00122_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00123.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00123_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00124.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00124_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00125.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00125_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00126.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00126_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00127.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00127.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00127_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00128.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00128_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00129.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00129_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00130.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00130_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00131.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00131_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00132.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00132.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00132_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00133.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00133_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00134.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00134_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00135.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00135_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00136.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00136_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00137.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00137_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00138.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00138.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00138_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00139.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00139_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00140.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00140_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00141.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00141.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00141_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00142.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00142_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00143.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00143_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00144.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00144_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00145.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00145.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00145_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00146.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00146_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00147.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00147_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00148.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00148_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00149.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00149_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00150.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00150_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00151.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00151_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00152.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00152_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00153.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00153_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00154.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00154_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00155.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00155_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00156.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00156_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00157.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00157_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00158.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00158_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00159.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00159_source.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00160.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00160.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00161.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00161.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00162.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00162.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00163.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00164.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00164.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00165.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00165.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00166.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00166.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00167.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00167.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00168.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00169.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00170.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00171.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00172.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00173.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00174.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00175.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00176.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00177.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00178.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00179.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00180.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00181.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00182.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00183.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00184.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00185.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00186.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00187.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00188.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00189.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00190.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00191.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00192.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00193.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00194.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00195.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00196.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00197.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00198.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00199.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00200.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00201.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00202.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00203.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00204.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00205.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00206.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00207.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00208.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00209.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00210.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00211.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00212.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00213.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00214.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00215.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00216.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00217.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00218.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00219.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00220.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00221.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00222.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00223.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00224.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00225.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00226.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00227.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00228.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00229.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00230.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00231.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00232.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00233.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00234.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00235.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00236.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00237.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00238.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00239.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00240.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00241.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00242.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00243.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00244.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00245.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00246.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00247.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00248.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00249.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00250.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00251.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00252.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00253.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00254.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00255.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00256.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00257.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00258.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00259.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00260.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/a00261.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/annotated.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/annotated_dup.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/arrowdown.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/arrowright.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/bc_s.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/bdwn.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/classes.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/closed.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000000.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000000.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000001.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000001.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000002.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000002.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000003.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000003.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000004.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dir_000004.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/doc.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/doxy.css
+${PLIST.doc}share/doc/opensubdiv/doxy_html/doxygen.css
+${PLIST.doc}share/doc/opensubdiv/doxy_html/doxygen.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/dynsections.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/files.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/files.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/folderclosed.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/folderopen.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_0x7e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_dup.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_enum.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_eval.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_0x7e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_g.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_h.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_i.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_l.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_m.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_n.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_o.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_p.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_r.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_s.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_t.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_u.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_func_v.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_g.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_h.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_i.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_l.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_m.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_n.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_o.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_p.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_q.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_r.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_rela.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_s.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_t.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_type.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_u.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_v.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_g.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_h.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_i.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_l.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_m.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_n.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_o.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_p.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_r.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_s.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_t.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_u.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_vars_v.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/functions_w.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/hierarchy.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/hierarchy.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/index.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/jquery.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespacemembers.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespacemembers_enum.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespacemembers_eval.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespacemembers_func.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespacemembers_type.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespaces.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/namespaces.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/nav_f.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/nav_g.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/nav_h.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtree.css
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtree.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreedata.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/navtreeindex6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/open.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/opensubdiv_logo_header.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/resize.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_10.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_10.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_11.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_11.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_12.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_12.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_13.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_13.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_14.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_14.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_15.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_15.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_16.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_16.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/all_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_10.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_10.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_11.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_11.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/classes_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/close.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enums_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/enumvalues_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/files_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_10.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_10.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_11.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_11.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_12.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_12.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_13.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_13.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_14.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_14.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/functions_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/mag_sel.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/namespaces_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/namespaces_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/nomatches.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/related_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/search.css
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/search.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/search_l.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/search_m.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/search_r.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/searchdata.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/typedefs_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_0.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_0.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_1.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_1.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_10.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_10.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_11.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_11.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_12.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_12.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_2.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_2.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_3.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_3.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_4.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_4.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_5.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_5.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_6.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_6.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_7.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_7.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_8.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_8.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_9.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_9.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_a.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_a.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_b.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_b.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_c.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_c.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_d.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_d.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_e.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_e.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_f.html
+${PLIST.doc}share/doc/opensubdiv/doxy_html/search/variables_f.js
+${PLIST.doc}share/doc/opensubdiv/doxy_html/splitbar.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/sync_off.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/sync_on.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/tab_a.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/tab_b.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/tab_h.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/tab_s.png
+${PLIST.doc}share/doc/opensubdiv/doxy_html/tabs.css
+${PLIST.doc}share/doc/opensubdiv/dxptexviewer.html
+${PLIST.doc}share/doc/opensubdiv/dxviewer.html
+${PLIST.doc}share/doc/opensubdiv/far_overview.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_0.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_1.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_2.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_3.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_4.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_5.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_6.html
+${PLIST.doc}share/doc/opensubdiv/far_tutorial_7.html
+${PLIST.doc}share/doc/opensubdiv/getting_started.html
+${PLIST.doc}share/doc/opensubdiv/glevallimit.html
+${PLIST.doc}share/doc/opensubdiv/glfvarviewer.html
+${PLIST.doc}share/doc/opensubdiv/glpainttest.html
+${PLIST.doc}share/doc/opensubdiv/glptexviewer.html
+${PLIST.doc}share/doc/opensubdiv/glsharetopology.html
+${PLIST.doc}share/doc/opensubdiv/glstencilviewer.html
+${PLIST.doc}share/doc/opensubdiv/glviewer.html
+${PLIST.doc}share/doc/opensubdiv/hbr_overview.html
+${PLIST.doc}share/doc/opensubdiv/hbr_tutorial_0.html
+${PLIST.doc}share/doc/opensubdiv/hbr_tutorial_1.html
+${PLIST.doc}share/doc/opensubdiv/hbr_tutorial_2.html
+${PLIST.doc}share/doc/opensubdiv/hedits.html
+${PLIST.doc}share/doc/opensubdiv/images/OsdCreateSequence.png
+${PLIST.doc}share/doc/opensubdiv/images/OsdRefineDrawSequence.png
+${PLIST.doc}share/doc/opensubdiv/images/adaptive.gif
+${PLIST.doc}share/doc/opensubdiv/images/api_data_flow.png
+${PLIST.doc}share/doc/opensubdiv/images/api_layers.png
+${PLIST.doc}share/doc/opensubdiv/images/api_layers_3_0.png
+${PLIST.doc}share/doc/opensubdiv/images/api_mesh_data.png
+${PLIST.doc}share/doc/opensubdiv/images/api_osd_modules.png
+${PLIST.doc}share/doc/opensubdiv/images/api_representations.png
+${PLIST.doc}share/doc/opensubdiv/images/api_serialized_data.png
+${PLIST.doc}share/doc/opensubdiv/images/api_workflows.png
+${PLIST.doc}share/doc/opensubdiv/images/background.jpg
+${PLIST.doc}share/doc/opensubdiv/images/barb_1.jpg
+${PLIST.doc}share/doc/opensubdiv/images/bowtie_vertex.png
+${PLIST.doc}share/doc/opensubdiv/images/chaikin.png
+${PLIST.doc}share/doc/opensubdiv/images/construction.png
+${PLIST.doc}share/doc/opensubdiv/images/crease_editor.png
+${PLIST.doc}share/doc/opensubdiv/images/dxviewer.png
+${PLIST.doc}share/doc/opensubdiv/images/edge_loops.png
+${PLIST.doc}share/doc/opensubdiv/images/efficient_subdivision.png
+${PLIST.doc}share/doc/opensubdiv/images/evalLimit_hedit0.jpg
+${PLIST.doc}share/doc/opensubdiv/images/face_winding.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchBoundary.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchTransition.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchUV.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchtables.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchtransitions.png
+${PLIST.doc}share/doc/opensubdiv/images/far_patchtypes.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil0.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil1.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil2.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil3.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil4.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil5.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil6.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil7.png
+${PLIST.doc}share/doc/opensubdiv/images/far_stencil8.png
+${PLIST.doc}share/doc/opensubdiv/images/far_tutorial_0.0.png
+${PLIST.doc}share/doc/opensubdiv/images/far_tutorial_1.0.png
+${PLIST.doc}share/doc/opensubdiv/images/far_tutorial_3.0.png
+${PLIST.doc}share/doc/opensubdiv/images/far_tutorial_6.0.png
+${PLIST.doc}share/doc/opensubdiv/images/fvar_boundaries.png
+${PLIST.doc}share/doc/opensubdiv/images/fvar_corners_only.png
+${PLIST.doc}share/doc/opensubdiv/images/fvar_corners_plus1.png
+${PLIST.doc}share/doc/opensubdiv/images/fvar_hbr_dart.png
+${PLIST.doc}share/doc/opensubdiv/images/fvar_hbr_integer.png
+${PLIST.doc}share/doc/opensubdiv/images/geri.jpg
+${PLIST.doc}share/doc/opensubdiv/images/git_flow.png
+${PLIST.doc}share/doc/opensubdiv/images/gitflow.jpg
+${PLIST.doc}share/doc/opensubdiv/images/glbatchviewer.jpg
+${PLIST.doc}share/doc/opensubdiv/images/glevallimit.jpg
+${PLIST.doc}share/doc/opensubdiv/images/glsharetopology.png
+${PLIST.doc}share/doc/opensubdiv/images/glstencilviewer.png
+${PLIST.doc}share/doc/opensubdiv/images/glviewer.png
+${PLIST.doc}share/doc/opensubdiv/images/gtruck.png
+${PLIST.doc}share/doc/opensubdiv/images/half_edge.png
+${PLIST.doc}share/doc/opensubdiv/images/half_edge_cycle.png
+${PLIST.doc}share/doc/opensubdiv/images/hbr_tutorial_2.0.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_example1.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_example2.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_example3.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_example4.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_example5.png
+${PLIST.doc}share/doc/opensubdiv/images/hedit_path.gif
+${PLIST.doc}share/doc/opensubdiv/images/icon.png
+${PLIST.doc}share/doc/opensubdiv/images/insideout.png
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.0.png
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.1.png
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.2.png
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.3.png
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.4.jpg
+${PLIST.doc}share/doc/opensubdiv/images/mod_notes.5.png
+${PLIST.doc}share/doc/opensubdiv/images/nonmanifold_fan.png
+${PLIST.doc}share/doc/opensubdiv/images/nonmanifold_vert.png
+${PLIST.doc}share/doc/opensubdiv/images/openSubdivHeaderBGLeft2.png
+${PLIST.doc}share/doc/opensubdiv/images/opensubdiv_logo_color_shadow.png
+${PLIST.doc}share/doc/opensubdiv/images/opensubdiv_logo_header.png
+${PLIST.doc}share/doc/opensubdiv/images/opensubdiv_logo_header_dark.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_draw.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_layers.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_limiteval.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_limitstencil.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_modules.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_refinement.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_bspline.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_gregory.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_legacy_gregory.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_param_remap.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_patch.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_shader_transition.png
+${PLIST.doc}share/doc/opensubdiv/images/osd_splash.png
+${PLIST.doc}share/doc/opensubdiv/images/osdpolysmooth.png
+${PLIST.doc}share/doc/opensubdiv/images/painttest.jpg
+${PLIST.doc}share/doc/opensubdiv/images/ptex_coarse.png
+${PLIST.doc}share/doc/opensubdiv/images/ptex_quadrangulated.png
+${PLIST.doc}share/doc/opensubdiv/images/smoothtriangles.png
+${PLIST.doc}share/doc/opensubdiv/images/studio-tools.png
+${PLIST.doc}share/doc/opensubdiv/images/subdiv_faceindex.png
+${PLIST.doc}share/doc/opensubdiv/images/tetra.0.png
+${PLIST.doc}share/doc/opensubdiv/images/tetra.1.png
+${PLIST.doc}share/doc/opensubdiv/images/tetra.2.png
+${PLIST.doc}share/doc/opensubdiv/images/tetra.3.png
+${PLIST.doc}share/doc/opensubdiv/images/toggler0.gif
+${PLIST.doc}share/doc/opensubdiv/images/toggler1.gif
+${PLIST.doc}share/doc/opensubdiv/images/topology_refiner.png
+${PLIST.doc}share/doc/opensubdiv/images/torus.png
+${PLIST.doc}share/doc/opensubdiv/images/uniform.gif
+${PLIST.doc}share/doc/opensubdiv/images/usecase1.png
+${PLIST.doc}share/doc/opensubdiv/images/usecase1_image.png
+${PLIST.doc}share/doc/opensubdiv/images/usecase2.png
+${PLIST.doc}share/doc/opensubdiv/images/uvviewer.jpg
+${PLIST.doc}share/doc/opensubdiv/images/vertex_boundary.png
+${PLIST.doc}share/doc/opensubdiv/images/vertex_subdivide.gif
+${PLIST.doc}share/doc/opensubdiv/images/vtr_refinement.1.png
+${PLIST.doc}share/doc/opensubdiv/intro.html
+${PLIST.doc}share/doc/opensubdiv/license.html
+${PLIST.doc}share/doc/opensubdiv/mod_notes.html
+${PLIST.doc}share/doc/opensubdiv/osd_overview.html
+${PLIST.doc}share/doc/opensubdiv/osd_shader_interface.html
+${PLIST.doc}share/doc/opensubdiv/osd_tutorial_0.html
+${PLIST.doc}share/doc/opensubdiv/porting.html
+${PLIST.doc}share/doc/opensubdiv/references.html
+${PLIST.doc}share/doc/opensubdiv/release_30.html
+${PLIST.doc}share/doc/opensubdiv/release_31.html
+${PLIST.doc}share/doc/opensubdiv/release_notes.html
+${PLIST.doc}share/doc/opensubdiv/release_notes_2x.html
+${PLIST.doc}share/doc/opensubdiv/sdc_overview.html
+${PLIST.doc}share/doc/opensubdiv/search.html
+${PLIST.doc}share/doc/opensubdiv/subdivision_surfaces.html
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/img/loader.gif
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/img/search.png
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/tipuesearch.css
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/tipuesearch.js
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/tipuesearch.min.js
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/tipuesearch_content.js
+${PLIST.doc}share/doc/opensubdiv/tipuesearch/tipuesearch_set.js
+${PLIST.doc}share/doc/opensubdiv/tutorials.html
+${PLIST.doc}share/doc/opensubdiv/using_osd.html
+${PLIST.doc}share/doc/opensubdiv/using_osd_hbr.html
+${PLIST.doc}share/doc/opensubdiv/using_osd_textures.html
+${PLIST.doc}share/doc/opensubdiv/vtr_overview.html
diff --git a/opensubdiv/buildlink3.mk b/opensubdiv/buildlink3.mk
new file mode 100644
index 0000000..7f0282b
--- /dev/null
+++ b/opensubdiv/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	opensubdiv
+
+.if !defined(OPENSUBDIV_BUILDLINK3_MK)
+OPENSUBDIV_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.opensubdiv+=	opensubdiv>=3.1.0.rc2
+BUILDLINK_PKGSRCDIR.opensubdiv?=	../../wip/opensubdiv
+.endif	# OPENSUBDIV_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-opensubdiv
diff --git a/opensubdiv/distinfo b/opensubdiv/distinfo
new file mode 100644
index 0000000..bda5121
--- /dev/null
+++ b/opensubdiv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (OpenSubdiv-3.1.0.RC2.tar.gz) = 54ce829564f22662456254d77bbe17cbbdda3ce9
+RMD160 (OpenSubdiv-3.1.0.RC2.tar.gz) = 44e371f5258225ca1c4ab31aaeb49fb7364e5ae5
+SHA512 (OpenSubdiv-3.1.0.RC2.tar.gz) = 5b226639abef68ee6b0f22fc2fea9aa5aa371bb5db64d673eb4105a1e551f5931efed081d05755fe79afd2ebcbc3391137d31b0abe251ea33c2797e89b7d9d9a
+Size (OpenSubdiv-3.1.0.RC2.tar.gz) = 15855857 bytes
diff --git a/opensubdiv/options.mk b/opensubdiv/options.mk
new file mode 100644
index 0000000..ee7c6a144
--- /dev/null
+++ b/opensubdiv/options.mk
@@ -0,0 +1,33 @@
+# $NetBSD: options.mk,v 1.9 2015/04/13 23:22:03 othyro Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.opensubdiv
+PKG_SUPPORTED_OPTIONS=	opengl ptex doc # cuda tbb opencl dx11
+PKG_SUGGESTED_OPTIONS=	opengl
+PLIST_VARS+=		opengl doc # ptex has no extra PLIST entries
+
+.include 		"../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mopengl)
+.include "../../graphics/glew/buildlink3.mk"
+CMAKE_ARGS+=	-DGLEW_LOCATION:PATH=${PREFIX}
+PLIST.opengl=	yes
+.else
+CMAKE_ARGS+=	-DNO_OPENGL:BOOL=ON
+.endif
+
+.if !empty(PKG_OPTIONS:Mptex)
+.include "../../graphics/ptex/buildlink3.mk"
+CMAKE_ARGS+=	-DPTEX_LOCATION:PATH=${PREFIX}
+.else
+CMAKE_ARGS+=	-DNO_PTEX:BOOL=ON
+.endif
+
+.if !empty(PKG_OPTIONS:Mdoc)
+BUILD_DEPENDS+=	doxygen>=1.8.9.1:../../devel/doxygen
+BUILD_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+CMAKE_ARGS+=	-DRST2HTML_EXECUTABLE:PATH=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
+.include "../../lang/python/pyversion.mk"
+PLIST.doc=	yes
+.else
+CMAKE_ARGS+=	-DNO_DOC:BOOL=ON
+.endif


Home | Main Index | Thread Index | Old Index