git: 87b6a156dcd8 - main - cad/openvsp: update to 3.31.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Nov 2022 22:24:51 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=87b6a156dcd8176b5a208d66303e1c5a78a37ce7
commit 87b6a156dcd8176b5a208d66303e1c5a78a37ce7
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-04 22:17:27 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-05 22:21:08 +0000
cad/openvsp: update to 3.31.0
Features:
* Trick or treat? Halloween mystery feature...
* Add structural assemblies made from multiple structures.
* Add rigid connections between structures in assembly.
* Add boundary condition specification to structures.
* Add aero-structure coupled problem GUI using CalculiX and VSPAERO.
* Split FEA Mesh generation from writing to file.
* Also split FEA CAD file generation and export from Meshing.
* Keep FEA Mesh in-memory, allowing more flexible workflow.
* Re-arranged menus to group structures and aero analyses.
* Build RPM packages for RedHat-based distributions.
* Add aerodynamic center stability mode to GUI.
* Force NACA 6A series to use a=0.8 camber line.
* Remove VSPAERO single analysis from API - reduce code duplication.
Bug Fixes:
* Allow non-unique names in pull-down menus.
* Make environment.yml match Python version.
* Fix component IDs passed to *.vspgeom. Fixes propellers.
* Write NORMAL at all B32 nodes, not just the first.
* Fix exporting symmetrical propeller at origin to STL.
* Insert FixPoins before InitMesh -- guarantee Fix Points
* Lots of VSPAERO fixes
* Lots of structures fixes
---
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 297daaeaca41..e352786aa88b 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
-DISTVERSION= 3.30.0
+DISTVERSION= 3.31.0
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 0eacdcd9ff44..4513bb989df7 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661762287
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.30.0_GH0.tar.gz) = e8536e6eb22ead4a9a8739b3fe21ca4226fa9866b38024463f8fe0907dff52d7
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.30.0_GH0.tar.gz) = 135576171
+TIMESTAMP = 1667600233
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 56a42af72820bfffb990e811293b4b081cc46c6227266185d3c4ea064333fea8
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.31.0_GH0.tar.gz) = 142961324