diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-06 12:15:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-06 12:15:12 +0800 |
commit | 5019157bd6e0efafe8c9ba91e28c37bad81e0bf7 (patch) | |
tree | dbcf9d3c6899dc283a271d554043492e83409634 /math/Makefile | |
parent | 6918af459f1bd9a65c5413acc5a7c662057400cf (diff) | |
download | freebsd-ports-gnome-5019157bd6e0efafe8c9ba91e28c37bad81e0bf7.tar.gz freebsd-ports-gnome-5019157bd6e0efafe8c9ba91e28c37bad81e0bf7.tar.zst freebsd-ports-gnome-5019157bd6e0efafe8c9ba91e28c37bad81e0bf7.zip |
Add math/koctave, a KDE GUI for the math/octave package. It contains
an editor with syntax highlighning and a help browser; you can work
almost the same way as in Matlab (c) , i.e. use the editor and execute
your code from there with (F5) or press run. One difference is the
command window; it is meant for "quick commands" and not a history as
in Matlab you can add commands to the list in settings.
(Note to submitter: it is not necessary to remove all the directories
in pkg-plist that are installed by any standard X-related port).
PR: ports/55143
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b957ee51fc3c..979c632e0d9f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -67,10 +67,12 @@ SUBDIR += guppi SUBDIR += hexcalc SUBDIR += it++ + SUBDIR += itl SUBDIR += jacal SUBDIR += jama SUBDIR += javanns SUBDIR += kaskade + SUBDIR += koctave SUBDIR += kseg SUBDIR += lapack SUBDIR += lapack++ |