mirror of https://git.FreeBSD.org/ports.git
cad/openvsp: Update to 3.45.1
ChangeLog: https://openvsp.org/blogs/announcements/2025/08/12/openvsp-3-45-1-released Features: * Camber decomposition scaling for file and interpolated airfoils * Advanced Link code section now has line numbers * Advanced Link code error messages reflect displayed line numbers * Geometry Analysis Online Help * Error handling for Geometry Analysis * Adjust Main Screen sizing VSPAERO Updates: * Cleaned up vspaero_opt * Optimization support for non-geometric inputs as design variables * Optimization based trim mode * Preliminary support for VSPAERO API wrapper * Various bug fixes Bug Fixes: * Fix holes in NGon mesh with co-planar surfaces * Fix control surface tag file name problem on Windows * Fix vspviewer temp directory problem on Linux * Fix writing Mref to VSPAERO input file * Add omitted support for VSPAERO CLMax2D parameter * Expose AuxGeom XSec Attributes * Fix bug with tessellation of EngineGeom * Fix CFDMesh crash tied to model scale. * Fix reading STL files on Windows with non-native line endings. * Fix Bogie containers not appearing in search * Fix CG envelope calculations & visualization * Clean up GearScreen * Improve matrix attribute format string
This commit is contained in:
parent
aceabc6cbd
commit
899202c42d
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= openvsp
|
||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||
DISTVERSION= 3.45.0
|
||||
DISTVERSION= 3.45.1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1753035426
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.45.0_GH0.tar.gz) = 55abd7f7fc3368aa4a41ac5c3e2e319d0de743e28dddf2e2427903d846724c6a
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.45.0_GH0.tar.gz) = 205141078
|
||||
TIMESTAMP = 1755363583
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.45.1_GH0.tar.gz) = 8a28e47ef40e4621a45210f5d0e4d6cbcc0164c9336b55b9c614c6bb98e72b3c
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.45.1_GH0.tar.gz) = 205158980
|
||||
|
|
|
@ -9,6 +9,7 @@ bin/vspscript
|
|||
bin/vspviewer
|
||||
help/AdvLink.html
|
||||
help/AttributeExplorer.html
|
||||
help/GeometryAnalysis.html
|
||||
help/SetEdit.html
|
||||
help/github-pandoc.css
|
||||
help/images/AdvLink_example.png
|
||||
|
|
Loading…
Reference in New Issue