diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-12-03 21:26:18 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-12-03 21:26:18 +0000 |
commit | 1b363765bddd57a9e3ac8922dec8515dff77448a (patch) | |
tree | 7490887c09e553410a79c9c1ff80eae6c1c75db1 /science/aircraft-datcom | |
parent | 5d4853650f22ec925e5181ee71c429890b81211e (diff) |
Add new port science/aircraft-datcom
aircraft-datcom is a modified version of USAF Aircraft DATCOM
The goal of the project is to update the code and make it more usable by the end users
PR: 207928
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Notes
Notes:
svn path=/head/; revision=455488
Diffstat (limited to 'science/aircraft-datcom')
-rw-r--r-- | science/aircraft-datcom/Makefile | 24 | ||||
-rw-r--r-- | science/aircraft-datcom/distinfo | 3 | ||||
-rw-r--r-- | science/aircraft-datcom/pkg-descr | 15 | ||||
-rw-r--r-- | science/aircraft-datcom/pkg-plist | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/science/aircraft-datcom/Makefile b/science/aircraft-datcom/Makefile new file mode 100644 index 000000000000..54ceebb0c6c3 --- /dev/null +++ b/science/aircraft-datcom/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= aircraft-datcom +DISTVERSION= 0.0.20120723 +CATEGORIES= science + +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= Modified USAF Aircraft Stability and Control Data Compendium + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= arktools +GH_TAGNAME= ed877bb + +USES= fortran cmake + +.include <bsd.port.pre.mk> + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.post.mk> diff --git a/science/aircraft-datcom/distinfo b/science/aircraft-datcom/distinfo new file mode 100644 index 000000000000..cb4aff8ce93d --- /dev/null +++ b/science/aircraft-datcom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484250474 +SHA256 (arktools-aircraft-datcom-0.0.20120723-ed877bb_GH0.tar.gz) = e9c8e5cf55f179bf3e3fa0aa27d238455822cc491afebe11b7548661c666f598 +SIZE (arktools-aircraft-datcom-0.0.20120723-ed877bb_GH0.tar.gz) = 38664179 diff --git a/science/aircraft-datcom/pkg-descr b/science/aircraft-datcom/pkg-descr new file mode 100644 index 000000000000..07bf553be5cc --- /dev/null +++ b/science/aircraft-datcom/pkg-descr @@ -0,0 +1,15 @@ +This computer program calculates static stability, high lift and control, and +dynamic derivative characteristics using the methods contained in the USAF +Stability and Control Datcom (Data Compendium). Configuration geometry, +attitude, and Mach range capabilities are consistent with those accommodated by +the Datcom. The program contains a trim option that computes control +deflections and aerodynamic increments for vehicle trim at subsonic Mach +numbers. + +WWW: http://www.pdas.com/datcom.html + +This project is a modified version of the publically released USAF aircraft +datcom. The goal of the project is to update the code and make it more usable +by the end user. + +WWW: https://github.com/arktools/aircraft-datcom diff --git a/science/aircraft-datcom/pkg-plist b/science/aircraft-datcom/pkg-plist new file mode 100644 index 000000000000..185ee8200a13 --- /dev/null +++ b/science/aircraft-datcom/pkg-plist @@ -0,0 +1,4 @@ +bin/aircraft-datcom +bin/aircraft-datcom-plot +%%PORTDOCS%%%%DOCSDIR%%/Users'_Manual Vol_1.pdf +%%PORTDOCS%%%%DOCSDIR%%/Users'_Manual Vol_2.pdf |