mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.9.1
PR: 212430 Submitted by: fernando.apesteguia@gmail.com (maintainer)
This commit is contained in:
parent
289cae6e5f
commit
57724d5317
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422285
7 changed files with 6 additions and 85 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openvsp
|
||||
PORTVERSION= 3.9.0
|
||||
PORTVERSION= 3.9.1
|
||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= GH
|
||||
|
@ -60,8 +60,8 @@ BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenV
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin
|
||||
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp*
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp*
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for d in CustomScripts airfoil matlab scripts textures
|
||||
(cd ${BUILD_WRKSRC}/${BUILD_PREFIX}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
.endfor
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1472060174
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 582efa843ecd46543950a8faac9c4c1274f0d897d31eef0bef887795d91142d3
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 32750881
|
||||
TIMESTAMP = 1473160974
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 3c9607a4f1574a6a2c85acc1f3c5e20e392f1ad7f9e8fbebd3cfd548a97a65fa
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 32752113
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/vsp_aero/viewer/ContourLevel.fl.orig 2016-08-21 15:22:39 UTC
|
||||
+++ src/vsp_aero/viewer/ContourLevel.fl
|
||||
@@ -12,7 +12,7 @@ class ContourLevelUserInterface {open
|
||||
Fl_Window MainWindow {
|
||||
label {Set Contour Levels} open
|
||||
xywh {603 165 297 144} align 129
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
code1 {\#include "glviewer.H"} visible
|
||||
} {
|
||||
Fl_Button Reset {
|
|
@ -1,11 +0,0 @@
|
|||
--- src/vsp_aero/viewer/CuttingPlane.fl.orig 2016-08-21 15:22:39 UTC
|
||||
+++ src/vsp_aero/viewer/CuttingPlane.fl
|
||||
@@ -9,7 +9,7 @@ class CuttingPlaneUserInterface {open
|
||||
Fl_Window MainWindow {
|
||||
label {Cutting Plane} open
|
||||
xywh {525 164 297 106} type Double align 129
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
code1 {\#include "glviewer.H"} visible
|
||||
} {
|
||||
Fl_Value_Input CuttingPlaneValue {
|
|
@ -1,11 +0,0 @@
|
|||
--- src/vsp_aero/viewer/glviewer.H.orig 2016-08-21 15:22:39 UTC
|
||||
+++ src/vsp_aero/viewer/glviewer.H
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "utils.H"
|
||||
#include "glf.H"
|
||||
#include "binaryio.H"
|
||||
-#include "viewerUI.H"
|
||||
+#include "viewerUI.h"
|
||||
//#include "tiffio.h"
|
||||
#include "TagList.H"
|
||||
#include "TagListGroup.H"
|
|
@ -1,35 +0,0 @@
|
|||
--- src/vsp_aero/viewer/viewerUI.fl.orig 2016-08-21 15:22:39 UTC
|
||||
+++ src/vsp_aero/viewer/viewerUI.fl
|
||||
@@ -324,28 +324,28 @@ glviewer->redraw();}
|
||||
CL = new ContourLevelUserInterface;
|
||||
CL->show(glviewer);}
|
||||
xywh {10 10 100 20} divider
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
}
|
||||
MenuItem OptionsMenuUseSmoothFunctionShading {
|
||||
label {Use Smooth Function Shading}
|
||||
callback {glviewer->DrawSmoothFunctionsWasPicked();
|
||||
glviewer->redraw();}
|
||||
xywh {40 40 100 20} type Toggle divider
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
}
|
||||
MenuItem OptionsMenuUseFlatShading {
|
||||
label {Use Flat Shading}
|
||||
callback {glviewer->DrawFlatShadedWasPicked();
|
||||
glviewer->redraw();}
|
||||
xywh {40 40 100 20} type Toggle divider
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
}
|
||||
MenuItem OptionsMenuDrawWakesToInfinity {
|
||||
label {Draw Wakes To Infinity}
|
||||
callback {glviewer->DrawWakesToInfinityWasPicked();
|
||||
glviewer->redraw();}
|
||||
xywh {50 50 100 20} type Toggle divider
|
||||
- code0 {\#include "ContourLevel.H"}
|
||||
+ code0 {\#include "ContourLevel.h"}
|
||||
}
|
||||
}
|
||||
Fl_Button KeyboardControlInfoButton {
|
|
@ -1,11 +0,0 @@
|
|||
--- src/vsp_aero/viewer/vspaero_viewer.C.orig 2016-08-24 17:53:16 UTC
|
||||
+++ src/vsp_aero/viewer/vspaero_viewer.C
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <stdio.h>
|
||||
//#include <config.h>
|
||||
#include <FL/Fl.H>
|
||||
-#include "viewerUI.H"
|
||||
+#include "viewerUI.h"
|
||||
|
||||
int ForceView = 0;
|
||||
int TimeStamp = 0;
|
Loading…
Add table
Reference in a new issue