diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:07:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:07:49 +0800 |
commit | 0886a67d81624eba8ab0dba68d562a83e1d9edf2 (patch) | |
tree | 28819623deb20c15fde0786b2b5157d8f4c0adb2 /math/Makefile | |
parent | 08960a91758acd2192163d3048f4a3778485c307 (diff) | |
download | freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.tar.gz freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.tar.zst freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.zip |
Add port math/octave-forge-strings.
This is strings.
Additional manipulation functions
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 9c19ed4f4934..4acbc8ff4e21 100644 --- a/math/Makefile +++ b/math/Makefile @@ -229,6 +229,7 @@ SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics + SUBDIR += octave-forge-strings SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |