diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 15:27:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 15:27:48 +0800 |
commit | d4803db37fd1e9e616494d5ca9efe0acbba23b63 (patch) | |
tree | 0f26ff02c121f9f2a1cf6f9629dcee93dd93ca4b /math/Makefile | |
parent | 90f721cc01e3f72cb32273f68e7c6643bbf98f19 (diff) | |
download | freebsd-ports-gnome-d4803db37fd1e9e616494d5ca9efe0acbba23b63.tar.gz freebsd-ports-gnome-d4803db37fd1e9e616494d5ca9efe0acbba23b63.tar.zst freebsd-ports-gnome-d4803db37fd1e9e616494d5ca9efe0acbba23b63.zip |
Add port math/octave-forge-communications
This is communications.
Digital Communications, Error Correcting Codes (Channel Code),
Source Code functions, Modulation and Galois Fields
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 c2145e047e5d..88c093312dca 100644 --- a/math/Makefile +++ b/math/Makefile @@ -188,6 +188,7 @@ SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-combinatorics + SUBDIR += octave-forge-communications SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fixed |