diff options
author | stephen <stephen@FreeBSD.org> | 2013-02-04 09:34:42 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-02-04 09:34:42 +0800 |
commit | 66ccc801cf22e31f93fc68fb8ea75069ecd5a187 (patch) | |
tree | c20da5727b76d42fcc23d711ecbb49b6008cc0b0 /math/Makefile | |
parent | 004e16dc2bd6cc1e4198d4bd07eaf19b9cc98d19 (diff) | |
download | freebsd-ports-gnome-66ccc801cf22e31f93fc68fb8ea75069ecd5a187.tar.gz freebsd-ports-gnome-66ccc801cf22e31f93fc68fb8ea75069ecd5a187.tar.zst freebsd-ports-gnome-66ccc801cf22e31f93fc68fb8ea75069ecd5a187.zip |
- New port math/octave-forge-database.
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 database: interface to SQL databases, currently only postgresql using
libpq.
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 7e535b8bdaf3..670d3027d7bb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -280,6 +280,7 @@ SUBDIR += octave-forge-communications SUBDIR += octave-forge-control SUBDIR += octave-forge-data-smoothing + SUBDIR += octave-forge-database SUBDIR += octave-forge-dataframe SUBDIR += octave-forge-dicom SUBDIR += octave-forge-econometrics |