diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-24 15:26:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-24 15:26:50 +0800 |
commit | f4403c986137fec934dc18c79120fd5112397b93 (patch) | |
tree | 6a73a1b5f5703534884ba7f9a06922ee1b91bad0 | |
parent | 91e6f98955a9ebb87be3611d5b8e4b25e72bcdab (diff) | |
download | freebsd-ports-gnome-f4403c986137fec934dc18c79120fd5112397b93.tar.gz freebsd-ports-gnome-f4403c986137fec934dc18c79120fd5112397b93.tar.zst freebsd-ports-gnome-f4403c986137fec934dc18c79120fd5112397b93.zip |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is nlwing2.
This package allows efficient computation of nonlinear aerodynamic properties
of a wing. It employs 2D section data to build a 3D potential vortex model of
the flow. It uses a robust Euler-Newton method to track the change of flow
vorticity quantities as the angle of attack progresses.
WWW: http://octave.sourceforge.net/
PR: 127300
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-nlwing2/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-nlwing2/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-nlwing2/pkg-descr | 13 | ||||
-rw-r--r-- | math/octave-forge-nlwing2/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index fcb227c21e45..a378415cd601 100644 --- a/math/Makefile +++ b/math/Makefile @@ -216,6 +216,7 @@ SUBDIR += octave-forge-msh SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf diff --git a/math/octave-forge-nlwing2/Makefile b/math/octave-forge-nlwing2/Makefile new file mode 100644 index 000000000000..a4e7ac1bbf6d --- /dev/null +++ b/math/octave-forge-nlwing2/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge-nlwing2 +# Date created: 11 September 2008 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-nlwing2 +PORTVERSION= 1.0.1 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-nlwing2/distinfo b/math/octave-forge-nlwing2/distinfo new file mode 100644 index 000000000000..fca14e22b23d --- /dev/null +++ b/math/octave-forge-nlwing2/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/nlwing2-1.0.1.tar.gz) = 66ec5902255e15b4b55be11b51a2b6f6 +SHA256 (octave-forge/nlwing2-1.0.1.tar.gz) = 00f18784ea5ed96aea0ef4e0df60e57a66181d190bba013ae3992f10d6b0d6e9 +SIZE (octave-forge/nlwing2-1.0.1.tar.gz) = 24798 diff --git a/math/octave-forge-nlwing2/pkg-descr b/math/octave-forge-nlwing2/pkg-descr new file mode 100644 index 000000000000..7810815ad820 --- /dev/null +++ b/math/octave-forge-nlwing2/pkg-descr @@ -0,0 +1,13 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is nlwing2. + +This package allows efficient computation of nonlinear aerodynamic properties +of a wing. It employs 2D section data to build a 3D potential vortex model of +the flow. It uses a robust Euler-Newton method to track the change of flow +vorticity quantities as the angle of attack progresses. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-nlwing2/pkg-plist b/math/octave-forge-nlwing2/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-nlwing2/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |