diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-04 06:25:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-04 06:25:57 +0800 |
commit | e2595ba2c725bed1d3ada1544b0b87f9d3b0903b (patch) | |
tree | 80c1230894b2e36d8d11daf360946e4849a11a25 /cad/openvsp | |
parent | c8d1a6304fcca62c53fabed32870c9398e67317c (diff) | |
download | freebsd-ports-graphics-e2595ba2c725bed1d3ada1544b0b87f9d3b0903b.tar.gz freebsd-ports-graphics-e2595ba2c725bed1d3ada1544b0b87f9d3b0903b.tar.zst freebsd-ports-graphics-e2595ba2c725bed1d3ada1544b0b87f9d3b0903b.zip |
Update to version 3.8.1
From the announcement:
Propellers for all!
This release adds a new propeller component and fixes a pair of unrelated bugs.
Though it may seem like a small change, the propeller component constructs its
surface differently from other components. It represents a surprisingly large
amount of work.
Instead of defining the blade shape (chord, twist) at specified stations, these
are instead specified as continuious curves.
The propeller component comes with a bunch of related accessories -- the blade
activity factor is calculated on-the-fly, there is a one-click option to switch
to a counter-rotating prop, propeller folding is built-in -- with a
user-defined fold axis, there is a blade element export/import capability,
and the BEM data is available through the API.
Features:
- New propeller component
- Blade element import/export and API
Bug Fixes:
- Fix DegenGeom crash on Matlab export
- Fix GUI output of mass properties calculation
PR: 211555
Submitted by: maintainer
Diffstat (limited to 'cad/openvsp')
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | cad/openvsp/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 3a599365299..7b218b5d579 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvsp -PORTVERSION= 3.8.0 +PORTVERSION= 3.8.1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad MASTER_SITES= GH diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index 629a5400dd1..625ac873eae 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468855552 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.8.0_GH0.tar.gz) = 6271c68578ea37974ce7e616da283903f29f5d9b1d954fcce2102712b6be7a6d -SIZE (OpenVSP-OpenVSP-OpenVSP_3.8.0_GH0.tar.gz) = 32644020 +TIMESTAMP = 1470080361 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.8.1_GH0.tar.gz) = 107d2f6f18817fa5f690f60bc2799418469862ff374963a6a559f6b755df3416 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.8.1_GH0.tar.gz) = 32679615 |