diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:05:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:05:48 +0800 |
commit | 1803369d81fd7b102ec2cf791c6203f8b9dab655 (patch) | |
tree | d92cfa51567d11dddb358e29e58bd78137a3e999 /math/Makefile | |
parent | a464ac96aff7c5e1c1577d669f8e95460e265a05 (diff) | |
download | freebsd-ports-gnome-1803369d81fd7b102ec2cf791c6203f8b9dab655.tar.gz freebsd-ports-gnome-1803369d81fd7b102ec2cf791c6203f8b9dab655.tar.zst freebsd-ports-gnome-1803369d81fd7b102ec2cf791c6203f8b9dab655.zip |
Add port math/octave-forge-missing-functions
This is missing-functions.
Find functions that are in Matlab but not in Octave.
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.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
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 d48e07f811af..50dc24df29e9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -200,6 +200,7 @@ SUBDIR += octave-forge-io SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-miscellaneous + SUBDIR += octave-forge-missing-functions SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |