mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
cad/openvsp: update to 3.41.2
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.41.2 * Improve displayed precision in User Parm sliders both int and float. * Add VSPCrash() to API to help test Wrappers. * Update on-screen file label when file name changes from GUI. * Make relative paths passed to SetVSP3ileName absolute. * Make vsp online help work from Python API, include files in package. * Improve finding python from facade. * Setup vspaero path from facade. * Make InitGUI() stand-alone and automatically call it. * Allow changes to GUI from API before it is open for first time. * Fix problems opening and closing GUI from API.
This commit is contained in:
parent
0babc4715a
commit
35eab94a69
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= openvsp
|
PORTNAME= openvsp
|
||||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||||
DISTVERSION= 3.41.1
|
DISTVERSION= 3.41.2
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= fernape@FreeBSD.org
|
MAINTAINER= fernape@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1731866266
|
TIMESTAMP = 1733680951
|
||||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.41.1_GH0.tar.gz) = a9e1a9e37903ae6f15baca9d1fc89fe49b4a0306d9594552ee28a55eb4517a8e
|
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.41.2_GH0.tar.gz) = 6c6e1e31eba3412ae710bf36c68bcfae5089445d2dbd06b87e9c8f8d9b539793
|
||||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.41.1_GH0.tar.gz) = 125799268
|
SIZE (OpenVSP-OpenVSP-OpenVSP_3.41.2_GH0.tar.gz) = 125801574
|
||||||
|
|
|
@ -16,6 +16,7 @@ help/images/SetEditor_footer.png
|
||||||
help/images/SetEditor_header.png
|
help/images/SetEditor_header.png
|
||||||
help/images/SetEditor_window.png
|
help/images/SetEditor_window.png
|
||||||
help/index.html
|
help/index.html
|
||||||
|
help/vsp_help
|
||||||
%%DATADIR%%/23015.af
|
%%DATADIR%%/23015.af
|
||||||
%%DATADIR%%/AirfoilExport.vspscript
|
%%DATADIR%%/AirfoilExport.vspscript
|
||||||
%%DATADIR%%/BezierAirfoilExample.m
|
%%DATADIR%%/BezierAirfoilExample.m
|
||||||
|
|
Loading…
Add table
Reference in a new issue