cad/openvsp: update to 3.19.0
ChangeLog: http://openvsp.org/blogs/announcements/2019/11/09/openvsp-3-19-0-released Also, mark as BROKEN when necessary.
This commit is contained in:
parent
29c3e36156
commit
bf64793b47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517606
3 changed files with 23 additions and 83 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= openvsp
|
||||
DISTVERSIONPREFIX= ${GH_PROJECT}_
|
||||
DISTVERSION= 3.18.0
|
||||
DISTVERSION= 3.19.0
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
|
@ -51,15 +51,28 @@ USE_GNOME= libxml2
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888
|
||||
.if ${OPSYS} == FreeBSD
|
||||
.if (${OSVERSION} < 1200000 || ${OSVERSION} >=1300000)
|
||||
BROKEN= undefined reference to __atomic_load
|
||||
.endif
|
||||
.endif
|
||||
|
||||
BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${DISTVERSION}-FreeBSD
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin
|
||||
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp*
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png ${STAGEDIR}${DATADIR}
|
||||
${RM} ${STAGEDIR}${PREFIX}/vspIcon.png ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin
|
||||
${RM} ${STAGEDIR}${PREFIX}/vsp*
|
||||
.for d in CustomScripts airfoil matlab scripts textures
|
||||
(cd ${BUILD_WRKSRC}/${BUILD_PREFIX}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
${RM} -rf ${STAGEDIR}${PREFIX}/${d}
|
||||
.endfor
|
||||
${CP} ${BUILD_WRKSRC}/${BUILD_PREFIX}/LICENSE ${STAGEDIR}${DATADIR}
|
||||
${RM} ${STAGEDIR}${PREFIX}/LICENSE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567610562
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.18.0_GH0.tar.gz) = 0d1b15e3532ae1fe7893fd3cfdfbea89065379032957ab8cc37fbbe6019889e6
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.18.0_GH0.tar.gz) = 110268961
|
||||
TIMESTAMP = 1573426703
|
||||
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.19.0_GH0.tar.gz) = e6fe666875b7442c5717f66610cd6f7262f7d51473028edde5b0f7ab1e026445
|
||||
SIZE (OpenVSP-OpenVSP-OpenVSP_3.19.0_GH0.tar.gz) = 110506891
|
||||
|
|
|
@ -1,70 +1,9 @@
|
|||
CustomScripts/Box.vsppart
|
||||
CustomScripts/BoxGroup.vsppart
|
||||
CustomScripts/Cone.vsppart
|
||||
CustomScripts/Disk.vsppart
|
||||
CustomScripts/Duct.vsppart
|
||||
CustomScripts/OnOffExample.vsppart
|
||||
CustomScripts/PodMan.vsppart
|
||||
CustomScripts/Seat.vsppart
|
||||
CustomScripts/SeatGroup.vsppart
|
||||
CustomScripts/TransportFuse.vsppart
|
||||
LICENSE
|
||||
README.md
|
||||
airfoil/23015.af
|
||||
airfoil/Hershey_AR10.avl
|
||||
airfoil/Hershey_AR10_AVL.dat
|
||||
airfoil/N0012_VSP.af
|
||||
airfoil/N0012_VSP_sym.af
|
||||
airfoil/VKT_e0.1_k0.1_t10.dat
|
||||
airfoil/XFoil_VKT_CpDist.txt
|
||||
airfoil/b737a.af
|
||||
airfoil/b737b.af
|
||||
airfoil/b737c.af
|
||||
airfoil/b737d.af
|
||||
airfoil/clarky_Lednicer.dat
|
||||
airfoil/e205_Selig.dat
|
||||
airfoil/n0012.dat
|
||||
airfoil/sc2_0404.af
|
||||
bin/vsp
|
||||
bin/vspaero
|
||||
bin/vspscript
|
||||
bin/vspslicer
|
||||
bin/vspviewer
|
||||
matlab/BezierAirfoilExample.m
|
||||
matlab/BezierCtrlToCoordPnts.m
|
||||
matlab/OpenVSPParasiteDragPlotData.m
|
||||
matlab/plotDegenPlate.m
|
||||
matlab/plotDegenStick.m
|
||||
matlab/plotDegenSurf.m
|
||||
scripts/AirfoilExport.vspscript
|
||||
scripts/CFDMesh.vspscript
|
||||
scripts/CpSlicer.vspscript
|
||||
scripts/CreateEditGeom.vspscript
|
||||
scripts/DegenGeom.vspscript
|
||||
scripts/DumpResults.vspscript
|
||||
scripts/FEAMesh.vspscript
|
||||
scripts/Fuselage.vspscript
|
||||
scripts/Master_VSP_VV_Script.vspscript
|
||||
scripts/ParasiteDragScriptTest.vspscript
|
||||
scripts/SingleAirfoilExport.vspscript
|
||||
scripts/SnapToDemo.vspscript
|
||||
scripts/Stack.vspscript
|
||||
scripts/StructuresParmContainerTest.vspscript
|
||||
scripts/SubSurface.vspscript
|
||||
scripts/TestAll.vspscript
|
||||
scripts/TestAnalysis.vspscript
|
||||
scripts/TestAnalysisVSPAERO.vspscript
|
||||
scripts/testanimate.vspscript
|
||||
scripts/TestAreaProj.vspscript
|
||||
scripts/TestDXF.vspscript
|
||||
scripts/TestFacet.vspscript
|
||||
scripts/TestMassProperties.vspscript
|
||||
scripts/TestMeasure.vspscript
|
||||
scripts/TestSVG.vspscript
|
||||
scripts/TestSaveLoad.vspscript
|
||||
scripts/TestSurfQuery.vspscript
|
||||
scripts/VKTAirfoil.vspscript
|
||||
scripts/Wing.vspscript
|
||||
%%DATADIR%%/23015.af
|
||||
%%DATADIR%%/AirfoilExport.vspscript
|
||||
%%DATADIR%%/BezierAirfoilExample.m
|
||||
|
@ -79,6 +18,7 @@ scripts/Wing.vspscript
|
|||
%%DATADIR%%/Disk.vsppart
|
||||
%%DATADIR%%/Duct.vsppart
|
||||
%%DATADIR%%/DumpResults.vspscript
|
||||
%%DATADIR%%/EditCurveXSec.vspscript
|
||||
%%DATADIR%%/FEAMesh.vspscript
|
||||
%%DATADIR%%/Fuselage.vspscript
|
||||
%%DATADIR%%/Hershey_AR10.avl
|
||||
|
@ -102,7 +42,6 @@ scripts/Wing.vspscript
|
|||
%%DATADIR%%/TestAll.vspscript
|
||||
%%DATADIR%%/TestAnalysis.vspscript
|
||||
%%DATADIR%%/TestAnalysisVSPAERO.vspscript
|
||||
%%DATADIR%%/testanimate.vspscript
|
||||
%%DATADIR%%/TestAreaProj.vspscript
|
||||
%%DATADIR%%/TestDXF.vspscript
|
||||
%%DATADIR%%/TestFacet.vspscript
|
||||
|
@ -134,18 +73,6 @@ scripts/Wing.vspscript
|
|||
%%DATADIR%%/plotDegenSurf.m
|
||||
%%DATADIR%%/redbluearrow.tga
|
||||
%%DATADIR%%/sc2_0404.af
|
||||
%%DATADIR%%/testanimate.vspscript
|
||||
%%DATADIR%%/vspIcon.png
|
||||
%%DATADIR%%/window.tga
|
||||
textures/SharkTeeth.tga
|
||||
textures/VSPBoxXSec.PNG
|
||||
textures/VSPCircXSec.PNG
|
||||
textures/VSPIXSec.PNG
|
||||
textures/VSPPipeXSec.PNG
|
||||
textures/VSPRectXSec.PNG
|
||||
textures/nasa-logo.tga
|
||||
textures/redbluearrow.tga
|
||||
textures/window.tga
|
||||
vsp
|
||||
vspaero
|
||||
vspscript
|
||||
vspslicer
|
||||
vspviewer
|
||||
|
|
Loading…
Reference in a new issue