Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 16:49:20 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ff29084803a - main - cad/openvsp: update to 3.37.0
Message-ID:  <202403061649.426GnKEm059733@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ff29084803abdd3c810f87e074403fe766f706d

commit 8ff29084803abdd3c810f87e074403fe766f706d
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-03-05 07:34:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-03-06 16:49:07 +0000

    cad/openvsp: update to 3.37.0
    
    ChangeLog:
    https://openvsp.org/blogs/announcements/2024/03/04/openvsp-3-37-0-released
    
    Features:
    
     * OpenVSP GUI available from Python API
     * Facade allows OpenVSP API to run transparently on separate process
     * GUI parental controls
     * Python API documentation
     * Surface Intersecion, CFDMesh, and FEAmesh much faster
     * Add surface names to Intersect, CFDMesh, and FEAMesh progress output
     * Native Apple M1/M2 support
    
    Library Updates:
    
     * New AngelScript – full M1 support
     * Removed local modifications to AngelScript for documentation
     * Moved AngelScript build to Libraries, better CMake integration
     * Updated FLTK to 1.4.0-preview version
     * Updated FLTK integration to Modern CMake
     * Added OpenABF – Angle Based Flattening
     * Updates to Code-Eli, performance improvements for meshing
     * Update how Eigen is included in project
    
    Bug Fixes:
    
     * Fix meshing performance regression from 3.33.0
     * Fix meshing crash regression from 3.33.0
     * Fix on-the-fly updating of meshing lengths with model unit scale
     * Fix not scaling fixed points with model scale
     * Fix not scaling trim planes with model scale
     * Fix FEA crash with subsurfaces and trims
     * Fix FEA crash with empty trim part
     * Fix corruption of Quad Meshes
     * Fix FEA Individualize Rib and Plane routines
     * Fix scroll wheel zoom on Windows
     * Fix Wing insert section update from API.
     * Fix error in K to F unit conversion
     * Fix VSP icon in Ubuntu
---
 cad/openvsp/Makefile | 2 +-
 cad/openvsp/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 4ff7f8e9749b..ae85210f0e5b 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openvsp
 DISTVERSIONPREFIX=	${GH_PROJECT}_
-DISTVERSION=	3.36.0
+DISTVERSION=	3.37.0
 CATEGORIES=	cad
 
 MAINTAINER=	fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 2cb1ba581af9..b837187bb18e 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698604963
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.36.0_GH0.tar.gz) = e568bba08e91bb9c6400848a3c3df206a892463f9e0385c6fda3b00ac51fd25c
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.36.0_GH0.tar.gz) = 121052260
+TIMESTAMP = 1709624037
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.37.0_GH0.tar.gz) = b683a62fd631bc23210cba86d35ee3809f3cf2824fcaafd4054352418b9a5380
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.37.0_GH0.tar.gz) = 125331862



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