Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 02:33:57 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536564 - in head/cad/netgen: . files
Message-ID:  <202005260233.04Q2Xvt2069007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Tue May 26 02:33:57 2020
New Revision: 536564
URL: https://svnweb.freebsd.org/changeset/ports/536564

Log:
  - Update to 6.2.2004.  This required a complete rewrite of the port.
  
  PR:		246512
  Submitted by:	yuri@freebsd.org

Deleted:
  head/cad/netgen/files/
Modified:
  head/cad/netgen/Makefile
  head/cad/netgen/distinfo
  head/cad/netgen/pkg-plist

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Tue May 26 01:54:20 2020	(r536563)
+++ head/cad/netgen/Makefile	Tue May 26 02:33:57 2020	(r536564)
@@ -2,69 +2,44 @@
 # $FreeBSD$
 
 PORTNAME=	netgen
-PORTVERSION=	5.3.1
-PORTREVISION=	11
+PORTVERSION=	6.2.2004
+DISTVERSIONPREFIX=	v
 CATEGORIES=	cad
-#MASTER_SITES=	SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/
-MASTER_SITES=	http://faculty.missouri.edu/~stephen/
 
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Automatic 3D tetrahedral mesh generator
 
-LIB_DEPENDS=	libTix8.4.3.so:x11-toolkits/tix \
-		libtogl.so:graphics/togl
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-OCC_BROKEN=	Does not compile because of issues with cad/opencascade
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USE_LDCONFIG=	yes
-USES=		gl gmake jpeg libtool localbase tk:tea xorg
+USES=		cmake python tcl tk gl xorg
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	NGSolve
+GH_PROJECT=	netgen:1 pybind11:2
+GH_TAGNAME=	v${PORTVERSION}:1 v2.4.3:2
+GH_SUBDIR=	external_dependencies/pybind11:2
+
 USE_GL=		gl glu
 USE_XORG=	x11 xmu xi
-MAKE_JOBS_UNSAFE=	yes
-CPPFLAGS+=	-isystem ${LOCALBASE}/lib/Togl-1.7
-CONFIGURE_ARGS=	--enable-jpeglib
-INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
-FETCH_BEFORE_ARGS+=	-o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+CFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
+CXXFLAGS+=	-I${LOCALBASE}/include -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
 
-OPTIONS_DEFINE=		OCC FFMPEG
-OCC_DESC=		Compile with OpenCascade geometry kernel
-FFMPEG_DESC=		video recording with FFmpeg
-OPTIONS_DEFAULT=	# OCC
+OPTIONS_DEFINE=	JPEG MPEG CGNS
 
-BROKEN_sparc64=		internal gcc error (Bug 23159)
+JPEG_DESC=	Enable snapshots using jpeg
+MPEG_DESC=	Enable recording with FFmpeg
+CGNS_DESC=	Enable CGNS file read/write support
 
-OCC_LIB_DEPENDS=	libTKernel.so:cad/opencascade
-OCC_CXXFLAGS=		-DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE
-OCC_CONFIGURE_ON=	--enable-occ
+JPEG_CMAKE_BOOL=	USE_JPEG
+JPEG_USES=		jpeg
+MPEG_CMAKE_BOOL=	USE_MPEG
+MPEG_LIB_DEPENDS=	libavcodec.so:multimedia/libav
+CGNS_CMAKE_BOOL=	USE_CGNS
+CGNS_LIB_DEPENDS=	libcgns.so:science/cgnslib
 
-FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
-FFMPEG_CONFIGURE_ON=	--enable-ffmpeg
-
-MACHINE=	${OPSYS:tu}
-
-SUB_LIST=	PREFIX=${PREFIX}
-SUB_FILES=	pkg-message
-MAKE_ENV=	TK_VER=${TK_VER} TCL_VER=${TCL_VER}	\
-		TCL_INCLUDEDIR="${TCL_INCLUDEDIR}"	\
-		TK_INCLUDEDIR="${TK_INCLUDEDIR}"	\
-		MACHINE=${MACHINE} MAKE=${MAKE_CMD}
-
-post-patch:
-	@${REINPLACE_CMD} -e '/ngdir/s,"\.","${PREFIX}/bin",' \
-		${WRKSRC}/ng/ng.tcl \
-		${WRKSRC}/ng/ngappinit.cpp
-
-post-install:
-#	copy some additional headers for build cad/salome-netgenplugin
-	${MKDIR} ${STAGEDIR}${DATADIR}/include
-	${SH} ${FILESDIR}/netgen_copy_include_for_salome ${WRKSRC} ${STAGEDIR}${PREFIX}
-	${LN} ${STAGEDIR}${PREFIX}/lib/libnglib.so ${STAGEDIR}${PREFIX}/lib/libnglib.so.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300014
-BROKEN=			does not build with recent versions of FreeBSD
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/cad/netgen/distinfo
==============================================================================
--- head/cad/netgen/distinfo	Tue May 26 01:54:20 2020	(r536563)
+++ head/cad/netgen/distinfo	Tue May 26 02:33:57 2020	(r536564)
@@ -1,2 +1,7 @@
-SHA256 (netgen-5.3.1.tar.gz) = cb97f79d8f4d55c00506ab334867285cde10873c8a8dc783522b47d2bc128bf9
-SIZE (netgen-5.3.1.tar.gz) = 1857185
+TIMESTAMP = 1590458542
+SHA256 (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = a41111470baf65090066df85957aea8afdcb568a18f1915946228f3918d91928
+SIZE (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = 3245092
+SHA256 (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = a41111470baf65090066df85957aea8afdcb568a18f1915946228f3918d91928
+SIZE (NGSolve-netgen-v6.2.2004_GH0.tar.gz) = 3245092
+SHA256 (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d
+SIZE (NGSolve-pybind11-v2.4.3_GH0.tar.gz) = 571127

Modified: head/cad/netgen/pkg-plist
==============================================================================
--- head/cad/netgen/pkg-plist	Tue May 26 01:54:20 2020	(r536563)
+++ head/cad/netgen/pkg-plist	Tue May 26 02:33:57 2020	(r536564)
@@ -1,63 +1,235 @@
-bin/acisgeom.tcl
-bin/csgeom.tcl
-bin/dialog.tcl
-bin/drawing.tcl
-bin/menustat.tcl
 bin/netgen
-bin/netgen.ocf
-bin/ng.tcl
-bin/ng_stl
-bin/ng_vol
-bin/nghelp.tcl
-bin/ngicon.tcl
-bin/ngshell.tcl
-bin/ngtesting.tcl
-bin/ngvisual.tcl
-bin/occgeom.tcl
-bin/parameters.tcl
-bin/sockets.tcl
-bin/stlgeom.tcl
-bin/variables.tcl
-include/ngexception.hpp
+include/core/archive.hpp
+include/core/array.hpp
+include/core/bitarray.hpp
+include/core/concurrentqueue.h
+include/core/exception.hpp
+include/core/flags.hpp
+include/core/hashtable.hpp
+include/core/localheap.hpp
+include/core/logging.hpp
+include/core/mpi_wrapper.hpp
+include/core/ngcore.hpp
+include/core/ngcore_api.hpp
+include/core/paje_trace.hpp
+include/core/profiler.hpp
+include/core/python_ngcore.hpp
+include/core/signal.hpp
+include/core/symboltable.hpp
+include/core/table.hpp
+include/core/taskmanager.hpp
+include/core/type_traits.hpp
+include/core/utils.hpp
+include/core/version.hpp
+include/core/xbool.hpp
+include/csg/algprim.hpp
+include/csg/brick.hpp
+include/csg/csg.hpp
+include/csg/csgeom.hpp
+include/csg/csgparser.hpp
+include/csg/curve2d.hpp
+include/csg/edgeflw.hpp
+include/csg/explicitcurve2d.hpp
+include/csg/extrusion.hpp
+include/csg/gencyl.hpp
+include/csg/geoml.hpp
+include/csg/identify.hpp
+include/csg/manifold.hpp
+include/csg/meshsurf.hpp
+include/csg/polyhedra.hpp
+include/csg/revolution.hpp
+include/csg/singularref.hpp
+include/csg/solid.hpp
+include/csg/specpoin.hpp
+include/csg/spline3d.hpp
+include/csg/splinesurface.hpp
+include/csg/surface.hpp
+include/csg/triapprox.hpp
+include/csg/vscsg.hpp
+include/general/autodiff.hpp
+include/general/autoptr.hpp
+include/general/dynamicmem.hpp
+include/general/gzstream.h
+include/general/hashtabl.hpp
+include/general/mpi_interface.hpp
+include/general/myadt.hpp
+include/general/mystring.hpp
+include/general/netgenout.hpp
+include/general/ngarray.hpp
+include/general/ngbitarray.hpp
+include/general/ngpython.hpp
+include/general/ngsimd.hpp
+include/general/optmem.hpp
+include/general/parthreads.hpp
+include/general/seti.hpp
+include/general/sort.hpp
+include/general/spbita2d.hpp
+include/general/stack.hpp
+include/general/table.hpp
+include/general/template.hpp
+include/geom2d/geometry2d.hpp
+include/geom2d/spline2d.hpp
+include/geom2d/vsgeom2d.hpp
+include/gprim/adtree.hpp
+include/gprim/geom2d.hpp
+include/gprim/geom3d.hpp
+include/gprim/geomfuncs.hpp
+include/gprim/geomobjects.hpp
+include/gprim/geomops.hpp
+include/gprim/geomops2.hpp
+include/gprim/geomtest3d.hpp
+include/gprim/gprim.hpp
+include/gprim/spline.hpp
+include/gprim/splinegeometry.hpp
+include/gprim/transform3d.hpp
+include/include/acisgeom.hpp
+include/include/csg.hpp
+include/include/geometry2d.hpp
+include/include/gprim.hpp
+include/include/incopengl.hpp
+include/include/inctcl.hpp
+include/include/incvis.hpp
+include/include/linalg.hpp
+include/include/meshing.hpp
+include/include/myadt.hpp
+include/include/mydefs.hpp
+include/include/mystdlib.h
+include/include/nginterface_v2_impl.hpp
+include/include/ngsimd.hpp
+include/include/occgeom.hpp
+include/include/opti.hpp
+include/include/parallel.hpp
+include/include/stlgeom.hpp
+include/include/visual.hpp
+include/interface/writeuser.hpp
+include/linalg/densemat.hpp
+include/linalg/linalg.hpp
+include/linalg/opti.hpp
+include/linalg/polynomial.hpp
+include/linalg/vector.hpp
+include/meshing/adfront2.hpp
+include/meshing/adfront3.hpp
+include/meshing/basegeom.hpp
+include/meshing/bcfunctions.hpp
+include/meshing/bisect.hpp
+include/meshing/boundarylayer.hpp
+include/meshing/classifyhpel.hpp
+include/meshing/clusters.hpp
+include/meshing/curvedelems.hpp
+include/meshing/findip.hpp
+include/meshing/findip2.hpp
+include/meshing/geomsearch.hpp
+include/meshing/global.hpp
+include/meshing/hpref_hex.hpp
+include/meshing/hpref_prism.hpp
+include/meshing/hpref_pyramid.hpp
+include/meshing/hpref_quad.hpp
+include/meshing/hpref_segm.hpp
+include/meshing/hpref_tet.hpp
+include/meshing/hpref_trig.hpp
+include/meshing/hprefinement.hpp
+include/meshing/improve2.hpp
+include/meshing/improve3.hpp
+include/meshing/localh.hpp
+include/meshing/meshclass.hpp
+include/meshing/meshfunc.hpp
+include/meshing/meshing.hpp
+include/meshing/meshing2.hpp
+include/meshing/meshing3.hpp
+include/meshing/meshtool.hpp
+include/meshing/meshtype.hpp
+include/meshing/msghandler.hpp
+include/meshing/paralleltop.hpp
+include/meshing/python_mesh.hpp
+include/meshing/ruler2.hpp
+include/meshing/ruler3.hpp
+include/meshing/specials.hpp
+include/meshing/topology.hpp
+include/meshing/validate.hpp
+include/mydefs.hpp
 include/nginterface.h
 include/nginterface_v2.hpp
 include/nglib.h
+include/occ/occgeom.hpp
+include/occ/occmeshsurf.hpp
+include/occ/vsocc.hpp
+include/pybind11/LICENSE
+include/pybind11/attr.h
+include/pybind11/buffer_info.h
+include/pybind11/cast.h
+include/pybind11/chrono.h
+include/pybind11/common.h
+include/pybind11/complex.h
+include/pybind11/detail/class.h
+include/pybind11/detail/common.h
+include/pybind11/detail/descr.h
+include/pybind11/detail/init.h
+include/pybind11/detail/internals.h
+include/pybind11/detail/typeid.h
+include/pybind11/eigen.h
+include/pybind11/embed.h
+include/pybind11/eval.h
+include/pybind11/functional.h
+include/pybind11/iostream.h
+include/pybind11/numpy.h
+include/pybind11/operators.h
+include/pybind11/options.h
+include/pybind11/pybind11.h
+include/pybind11/pytypes.h
+include/pybind11/stl.h
+include/pybind11/stl_bind.h
 include/soldata.hpp
+include/stlgeom/meshstlsurface.hpp
+include/stlgeom/stlgeom.hpp
+include/stlgeom/stlline.hpp
+include/stlgeom/stltool.hpp
+include/stlgeom/stltopology.hpp
+include/stlgeom/vsstl.hpp
+include/visualization/meshdoc.hpp
+include/visualization/mvdraw.hpp
+include/visualization/vispar.hpp
+include/visualization/visual.hpp
+include/visualization/vssolution.hpp
+lib/cmake/netgen/NetgenConfig.cmake
+lib/cmake/netgen/netgen-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/netgen/netgen-targets.cmake
 lib/libcsg.so
-lib/libcsg.so.0.0.0
 lib/libcsgvis.so
-lib/libcsgvis.so.0.0.0
 lib/libgeom2d.so
-lib/libgeom2d.so.0.0.0
 lib/libgeom2dvis.so
-lib/libgeom2dvis.so.0.0.0
+lib/libgui.so
 lib/libinterface.so
-lib/libinterface.so.0.0.0
 lib/libmesh.so
-lib/libmesh.so.0.0.0
+lib/libngcore.so
+lib/libnglib.so
 lib/libocc.so
-lib/libocc.so.0.0.0
 lib/liboccvis.so
-lib/liboccvis.so.0.0.0
-lib/libnglib.so
-lib/libnglib.so.1
 lib/libstl.so
-lib/libstl.so.0.0.0
 lib/libstlvis.so
-lib/libstlvis.so.0.0.0
-%%DOCSDIR%%/ng4.pdf
-%%DATADIR%%/boxcyl.geo
+lib/libvisual.so
+%%PYTHON_SITELIBDIR%%/netgen/NgOCC.py
+%%PYTHON_SITELIBDIR%%/netgen/__init__.py
+%%PYTHON_SITELIBDIR%%/netgen/csg.py
+%%PYTHON_SITELIBDIR%%/netgen/geom2d.py
+%%PYTHON_SITELIBDIR%%/netgen/gui.py
+%%PYTHON_SITELIBDIR%%/netgen/libngpy.so
+%%PYTHON_SITELIBDIR%%/netgen/meshing.py
+%%PYTHON_SITELIBDIR%%/netgen/occ.py
+%%PYTHON_SITELIBDIR%%/netgen/read_gmsh.py
+%%PYTHON_SITELIBDIR%%/netgen/stl.py
+%%PYTHON_SITELIBDIR%%/pyngcore.so
 %%DATADIR%%/boundarycondition.geo
+%%DATADIR%%/boxcyl.geo
 %%DATADIR%%/circle_on_cube.geo
 %%DATADIR%%/cone.geo
 %%DATADIR%%/cube.geo
-%%DATADIR%%/cube.surf
 %%DATADIR%%/cubeandring.geo
 %%DATADIR%%/cubeandspheres.geo
 %%DATADIR%%/cubemcyl.geo
 %%DATADIR%%/cubemsphere.geo
 %%DATADIR%%/cylinder.geo
 %%DATADIR%%/cylsphere.geo
+%%DATADIR%%/doc/ng4.pdf
 %%DATADIR%%/ellipsoid.geo
 %%DATADIR%%/ellipticcyl.geo
 %%DATADIR%%/extrusion.geo
@@ -71,6 +243,9 @@ lib/libstlvis.so.0.0.0
 %%DATADIR%%/ortho.geo
 %%DATADIR%%/part1.stl
 %%DATADIR%%/period.geo
+%%DATADIR%%/py_tutorials/exportNeutral.py
+%%DATADIR%%/py_tutorials/mesh.py
+%%DATADIR%%/py_tutorials/shaft.geo
 %%DATADIR%%/revolution.geo
 %%DATADIR%%/screw.step
 %%DATADIR%%/sculpture.geo
@@ -86,142 +261,3 @@ lib/libstlvis.so.0.0.0
 %%DATADIR%%/twobricks.geo
 %%DATADIR%%/twocubes.geo
 %%DATADIR%%/twocyl.geo
-%%DATADIR%%/include/Partition_Inter2d.hxx
-%%DATADIR%%/include/Partition_Inter2d.ixx
-%%DATADIR%%/include/Partition_Inter2d.jxx
-%%DATADIR%%/include/Partition_Inter3d.hxx
-%%DATADIR%%/include/Partition_Inter3d.ixx
-%%DATADIR%%/include/Partition_Inter3d.jxx
-%%DATADIR%%/include/Partition_Loop.hxx
-%%DATADIR%%/include/Partition_Loop.ixx
-%%DATADIR%%/include/Partition_Loop.jxx
-%%DATADIR%%/include/Partition_Loop2d.hxx
-%%DATADIR%%/include/Partition_Loop2d.ixx
-%%DATADIR%%/include/Partition_Loop2d.jxx
-%%DATADIR%%/include/Partition_Loop3d.hxx
-%%DATADIR%%/include/Partition_Loop3d.ixx
-%%DATADIR%%/include/Partition_Loop3d.jxx
-%%DATADIR%%/include/Partition_Spliter.hxx
-%%DATADIR%%/include/Partition_Spliter.ixx
-%%DATADIR%%/include/Partition_Spliter.jxx
-%%DATADIR%%/include/adfront2.hpp
-%%DATADIR%%/include/adfront3.hpp
-%%DATADIR%%/include/adtree.hpp
-%%DATADIR%%/include/algprim.hpp
-%%DATADIR%%/include/archive_base.hpp
-%%DATADIR%%/include/array.hpp
-%%DATADIR%%/include/autodiff.hpp
-%%DATADIR%%/include/autoptr.hpp
-%%DATADIR%%/include/basegeom.hpp
-%%DATADIR%%/include/bcfunctions.hpp
-%%DATADIR%%/include/bisect.hpp
-%%DATADIR%%/include/bitarray.hpp
-%%DATADIR%%/include/boundarylayer.hpp
-%%DATADIR%%/include/brick.hpp
-%%DATADIR%%/include/classifyhpel.hpp
-%%DATADIR%%/include/clusters.hpp
-%%DATADIR%%/include/csg.hpp
-%%DATADIR%%/include/csgeom.hpp
-%%DATADIR%%/include/csgparser.hpp
-%%DATADIR%%/include/curve2d.hpp
-%%DATADIR%%/include/curvedelems.hpp
-%%DATADIR%%/include/densemat.hpp
-%%DATADIR%%/include/dynamicmem.hpp
-%%DATADIR%%/include/edgeflw.hpp
-%%DATADIR%%/include/explicitcurve2d.hpp
-%%DATADIR%%/include/extrusion.hpp
-%%DATADIR%%/include/findip.hpp
-%%DATADIR%%/include/findip2.hpp
-%%DATADIR%%/include/flags.hpp
-%%DATADIR%%/include/gencyl.hpp
-%%DATADIR%%/include/geom2d.hpp
-%%DATADIR%%/include/geom2dmesh.hpp
-%%DATADIR%%/include/geom3d.hpp
-%%DATADIR%%/include/geometry2d.hpp
-%%DATADIR%%/include/geomfuncs.hpp
-%%DATADIR%%/include/geoml.hpp
-%%DATADIR%%/include/geomobjects.hpp
-%%DATADIR%%/include/geomobjects2.hpp
-%%DATADIR%%/include/geomops.hpp
-%%DATADIR%%/include/geomops2.hpp
-%%DATADIR%%/include/geomsearch.hpp
-%%DATADIR%%/include/geomtest3d.hpp
-%%DATADIR%%/include/global.hpp
-%%DATADIR%%/include/gprim.hpp
-%%DATADIR%%/include/hashtabl.hpp
-%%DATADIR%%/include/hpref_hex.hpp
-%%DATADIR%%/include/hpref_prism.hpp
-%%DATADIR%%/include/hpref_pyramid.hpp
-%%DATADIR%%/include/hpref_quad.hpp
-%%DATADIR%%/include/hpref_segm.hpp
-%%DATADIR%%/include/hpref_tet.hpp
-%%DATADIR%%/include/hpref_trig.hpp
-%%DATADIR%%/include/hprefinement.hpp
-%%DATADIR%%/include/identify.hpp
-%%DATADIR%%/include/improve2.hpp
-%%DATADIR%%/include/improve3.hpp
-%%DATADIR%%/include/linalg.hpp
-%%DATADIR%%/include/localh.hpp
-%%DATADIR%%/include/manifold.hpp
-%%DATADIR%%/include/meshclass.hpp
-%%DATADIR%%/include/meshdoc.hpp
-%%DATADIR%%/include/meshfunc.hpp
-%%DATADIR%%/include/meshing.hpp
-%%DATADIR%%/include/meshing2.hpp
-%%DATADIR%%/include/meshing3.hpp
-%%DATADIR%%/include/meshstlsurface.hpp
-%%DATADIR%%/include/meshsurf.hpp
-%%DATADIR%%/include/meshtool.hpp
-%%DATADIR%%/include/meshtype.hpp
-%%DATADIR%%/include/mpi_interface.hpp
-%%DATADIR%%/include/msghandler.hpp
-%%DATADIR%%/include/mvdraw.hpp
-%%DATADIR%%/include/myadt.hpp
-%%DATADIR%%/include/mydefs.hpp
-%%DATADIR%%/include/mystdlib.h
-%%DATADIR%%/include/mystring.hpp
-%%DATADIR%%/include/netgenout.hpp
-%%DATADIR%%/include/occgeom.hpp
-%%DATADIR%%/include/occmeshsurf.hpp
-%%DATADIR%%/include/opti.hpp
-%%DATADIR%%/include/optmem.hpp
-%%DATADIR%%/include/parthreads.hpp
-%%DATADIR%%/include/polyhedra.hpp
-%%DATADIR%%/include/polynomial.hpp
-%%DATADIR%%/include/profiler.hpp
-%%DATADIR%%/include/revolution.hpp
-%%DATADIR%%/include/ruler2.hpp
-%%DATADIR%%/include/ruler3.hpp
-%%DATADIR%%/include/seti.hpp
-%%DATADIR%%/include/singularref.hpp
-%%DATADIR%%/include/solid.hpp
-%%DATADIR%%/include/sort.hpp
-%%DATADIR%%/include/spbita2d.hpp
-%%DATADIR%%/include/specials.hpp
-%%DATADIR%%/include/specpoin.hpp
-%%DATADIR%%/include/spline.hpp
-%%DATADIR%%/include/spline3d.hpp
-%%DATADIR%%/include/splinegeometry.hpp
-%%DATADIR%%/include/stack.hpp
-%%DATADIR%%/include/stlgeom.hpp
-%%DATADIR%%/include/stlline.hpp
-%%DATADIR%%/include/stltool.hpp
-%%DATADIR%%/include/stltopology.hpp
-%%DATADIR%%/include/surface.hpp
-%%DATADIR%%/include/symbolta.hpp
-%%DATADIR%%/include/table.hpp
-%%DATADIR%%/include/template.hpp
-%%DATADIR%%/include/topology.hpp
-%%DATADIR%%/include/transform3d.hpp
-%%DATADIR%%/include/triapprox.hpp
-%%DATADIR%%/include/utilities.h
-%%DATADIR%%/include/validate.hpp
-%%DATADIR%%/include/vector.hpp
-%%DATADIR%%/include/vispar.hpp
-%%DATADIR%%/include/visual.hpp
-%%DATADIR%%/include/vscsg.hpp
-%%DATADIR%%/include/vsgeom2d.hpp
-%%DATADIR%%/include/vsocc.hpp
-%%DATADIR%%/include/vssolution.hpp
-%%DATADIR%%/include/vsstl.hpp
-%%DATADIR%%/include/writeuser.hpp



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