diff options
author | beat <beat@FreeBSD.org> | 2009-05-27 05:30:45 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-05-27 05:30:45 +0800 |
commit | 2fc137814315a1f3f40efd2495f4bf1946273ea1 (patch) | |
tree | 1ccf2df76cf8d66d169e97e6477fe4db3d01e5b5 /math/Makefile | |
parent | 8cf93a158897a127ffee713b20a531c87ab65202 (diff) | |
download | freebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.tar.gz freebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.tar.zst freebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.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 nurbs.
Collection of routines for the creation, and manipulation of Non-Uniform
Rational B-Splines (NURBS).
WWW: http://octave.sourceforge.net/
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu>
Approved by: miwi (mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ffb7949d509f..8b2862ce6dee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -228,6 +228,7 @@ SUBDIR += octave-forge-nan SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet + SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octgpr |