From owner-svn-ports-all@FreeBSD.ORG Fri Mar 13 21:53:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F0403F0; Fri, 13 Mar 2015 21:53:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FEA6CE9; Fri, 13 Mar 2015 21:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2DLr0oj032089; Fri, 13 Mar 2015 21:53:00 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2DLqxTT032077; Fri, 13 Mar 2015 21:52:59 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201503132152.t2DLqxTT032077@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 13 Mar 2015 21:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381237 - in head/cad/gmsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 21:53:00 -0000 Author: stephen Date: Fri Mar 13 21:52:58 2015 New Revision: 381237 URL: https://svnweb.freebsd.org/changeset/ports/381237 QAT: https://qat.redports.org/buildarchive/r381237/ Log: - Update to 2.9.0. - Add missing run dependency to science/getdp. Deleted: head/cad/gmsh/files/patch-Geo_OCCFace.cpp head/cad/gmsh/files/patch-Mesh-meshGFace.cpp head/cad/gmsh/files/patch-Mesh-meshGFaceBDS.cpp Modified: head/cad/gmsh/Makefile head/cad/gmsh/distinfo head/cad/gmsh/files/patch-CMakeLists.txt head/cad/gmsh/pkg-plist Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Fri Mar 13 21:32:00 2015 (r381236) +++ head/cad/gmsh/Makefile Fri Mar 13 21:52:58 2015 (r381237) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -PORTVERSION= 2.8.5 -PORTREVISION= 2 +PORTVERSION= 2.9.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ @@ -19,6 +18,7 @@ LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11- libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ liblapack.so:${PORTSDIR}/math/lapack +RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Fri Mar 13 21:32:00 2015 (r381236) +++ head/cad/gmsh/distinfo Fri Mar 13 21:52:58 2015 (r381237) @@ -1,4 +1,4 @@ -SHA256 (gmsh/gmsh-2.8.5-source.tgz) = 0ea2fdbcc9ba44c90e03dbc553e7f0ddb2f9044173ac34db123db4fe65af3130 -SIZE (gmsh/gmsh-2.8.5-source.tgz) = 8665258 +SHA256 (gmsh/gmsh-2.9.0-source.tgz) = e80a69494da57a8ca8f9b769bd70480fc882d3b43fb21bd3721becf2e7888882 +SIZE (gmsh/gmsh-2.9.0-source.tgz) = 9036825 SHA256 (gmsh/manual.pdf) = 8a682ee7f02380f52d5efdde5f9f9d8e927a4f4eb29287a878c1016225568911 SIZE (gmsh/manual.pdf) = 206713 Modified: head/cad/gmsh/files/patch-CMakeLists.txt ============================================================================== --- head/cad/gmsh/files/patch-CMakeLists.txt Fri Mar 13 21:32:00 2015 (r381236) +++ head/cad/gmsh/files/patch-CMakeLists.txt Fri Mar 13 21:52:58 2015 (r381237) @@ -8,15 +8,6 @@ set(GMSH_MAJOR_VERSION 2) set(GMSH_MINOR_VERSION 8) -@@ -1017,7 +1018,7 @@ - # ModelingData - TKBRep TKGeomBase TKG3d TKG2d - # FoundationClasses -- TKAdvTools TKMath TKernel) -+ TKMath TKernel) - if(ENABLE_SGEOM) - set(OCC_LIBS_REQUIRED ${OCC_LIBS_REQUIRED} - # For SGEOM @@ -1450,7 +1451,7 @@ set(GMSH_BIN bin) set(GMSH_LIB lib) Modified: head/cad/gmsh/pkg-plist ============================================================================== --- head/cad/gmsh/pkg-plist Fri Mar 13 21:32:00 2015 (r381236) +++ head/cad/gmsh/pkg-plist Fri Mar 13 21:52:58 2015 (r381237) @@ -4,6 +4,8 @@ bin/onelab.py %%SHARED_LIB%%lib/libGmsh.so %%SHARED_LIB%%lib/libGmsh.so.%%VE%% %%SHARED_LIB%%lib/libGmsh.so.%%VER%% +include/gmsh/BasisFactory.h +include/gmsh/CADDistances.h include/gmsh/CGNSOptions.h include/gmsh/Cell.h include/gmsh/CellComplex.h @@ -12,6 +14,7 @@ include/gmsh/ChainComplex.h include/gmsh/ColorTable.h include/gmsh/Context.h include/gmsh/ElementType.h +include/gmsh/FuncSpaceData.h include/gmsh/GEdge.h include/gmsh/GEdgeCompound.h include/gmsh/GEdgeLoop.h @@ -25,6 +28,10 @@ include/gmsh/GRegion.h include/gmsh/GRegionCompound.h include/gmsh/GVertex.h include/gmsh/GaussIntegration.h +include/gmsh/GenericEdge.h +include/gmsh/GenericFace.h +include/gmsh/GenericRegion.h +include/gmsh/GenericVertex.h include/gmsh/Gmsh.h include/gmsh/GmshConfig.h include/gmsh/GmshDefines.h @@ -50,6 +57,18 @@ include/gmsh/MTetrahedron.h include/gmsh/MTriangle.h include/gmsh/MVertex.h include/gmsh/MVertexBoundaryLayerData.h +include/gmsh/MeshOpt.h +include/gmsh/MeshOptCommon.h +include/gmsh/MeshOptObjContrib.h +include/gmsh/MeshOptObjContribFunc.h +include/gmsh/MeshOptObjContribScaledNodeDispSq.h +include/gmsh/MeshOptObjectiveFunction.h +include/gmsh/MeshOptPatch.h +include/gmsh/MeshOptVertexCoord.h +include/gmsh/MeshOptimizer.h +include/gmsh/MeshQualityObjContribIdealJac.h +include/gmsh/MeshQualityObjContribInvCond.h +include/gmsh/MeshQualityOptimizer.h include/gmsh/MetricBasis.h include/gmsh/Numeric.h include/gmsh/OS.h @@ -60,6 +79,10 @@ include/gmsh/OpenFile.h include/gmsh/OptHOM.h include/gmsh/OptHomFastCurving.h include/gmsh/OptHomMesh.h +include/gmsh/OptHomIntegralBoundaryDist.h +include/gmsh/OptHomObjContribCADDist.h +include/gmsh/OptHomObjContribMetricMin.h +include/gmsh/OptHomObjContribScaledJac.h include/gmsh/OptHomRun.h include/gmsh/PView.h include/gmsh/PViewData.h @@ -128,6 +151,7 @@ include/gmsh/polynomialBasis.h include/gmsh/simple3D.h include/gmsh/simpleFunction.h include/gmsh/sparsityPattern.h +include/gmsh/thermicSolver.h include/gmsh/yamakawa.h man/man1/gmsh.1.gz %%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt