aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-09-08 11:37:39 +0800
committermaho <maho@FreeBSD.org>2008-09-08 11:37:39 +0800
commit4dfb7ebccba89d5a2df956d5d19fd94c7d4a27f1 (patch)
tree071c682235a8213dae41b656baf6e98ea19f9e35 /math
parent54208825b52a2eb5180c0b31ef34f0f92cc81b2d (diff)
downloadfreebsd-ports-gnome-4dfb7ebccba89d5a2df956d5d19fd94c7d4a27f1.tar.gz
freebsd-ports-gnome-4dfb7ebccba89d5a2df956d5d19fd94c7d4a27f1.tar.zst
freebsd-ports-gnome-4dfb7ebccba89d5a2df956d5d19fd94c7d4a27f1.zip
Add port math/octave-forge-linear-algebra
This is linear-algebra. Additional linear algebra code, including general SVD and matrix 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')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-linear-algebra/Makefile17
-rw-r--r--math/octave-forge-linear-algebra/distinfo3
-rw-r--r--math/octave-forge-linear-algebra/pkg-descr10
-rw-r--r--math/octave-forge-linear-algebra/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e28479d5a2e5..b57310f80d9b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -191,6 +191,7 @@
SUBDIR += octave-forge-engine
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-gsl
+ SUBDIR += octave-forge-linear-algebra
SUBDIR += oleo
SUBDIR += orpie
SUBDIR += p5-AI-DecisionTree
diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile
new file mode 100644
index 000000000000..ebd0a09d729e
--- /dev/null
+++ b/math/octave-forge-linear-algebra/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: octave-forge
+# Date created: 5 May 2004
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-linear-algebra
+PORTVERSION= 1.0.6
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-linear-algebra/distinfo b/math/octave-forge-linear-algebra/distinfo
new file mode 100644
index 000000000000..c45581a0d02f
--- /dev/null
+++ b/math/octave-forge-linear-algebra/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/linear-algebra-1.0.6.tar.gz) = cb07f1a877c6de3795cb33e27c9a037f
+SHA256 (octave-forge/linear-algebra-1.0.6.tar.gz) = 605c0315b7e4fa77f8d5b00786bfdaa8738ec3662e062fbb2e556a3fb89d6b14
+SIZE (octave-forge/linear-algebra-1.0.6.tar.gz) = 85234
diff --git a/math/octave-forge-linear-algebra/pkg-descr b/math/octave-forge-linear-algebra/pkg-descr
new file mode 100644
index 000000000000..ed954a68c03d
--- /dev/null
+++ b/math/octave-forge-linear-algebra/pkg-descr
@@ -0,0 +1,10 @@
+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 linear-algebra.
+
+ Additional linear algebra code, including general SVD and matrix functions.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-linear-algebra/pkg-plist b/math/octave-forge-linear-algebra/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-linear-algebra/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty