aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-arpack
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-09-08 10:10:38 +0800
committermaho <maho@FreeBSD.org>2008-09-08 10:10:38 +0800
commit189130551b633dc668076755f654c96ad6739538 (patch)
tree458700278c36452fd0d0d6145c77e5b7fb38d36d /math/octave-forge-arpack
parent7993670e6100f20679833af0d384bf81fed2576f (diff)
downloadfreebsd-ports-gnome-189130551b633dc668076755f654c96ad6739538.tar.gz
freebsd-ports-gnome-189130551b633dc668076755f654c96ad6739538.tar.zst
freebsd-ports-gnome-189130551b633dc668076755f654c96ad6739538.zip
Add math/octave-forge-arpack port.
Octave bindings to ARPACK, including the eigs and svds function. 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/octave-forge-arpack')
-rw-r--r--math/octave-forge-arpack/Makefile21
-rw-r--r--math/octave-forge-arpack/distinfo3
-rw-r--r--math/octave-forge-arpack/pkg-descr10
-rw-r--r--math/octave-forge-arpack/pkg-plist1
4 files changed, 35 insertions, 0 deletions
diff --git a/math/octave-forge-arpack/Makefile b/math/octave-forge-arpack/Makefile
new file mode 100644
index 000000000000..1b5e74dddbf1
--- /dev/null
+++ b/math/octave-forge-arpack/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: octave-forge
+# Date created: 5 May 2004
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-arpack
+PORTVERSION= 1.0.6
+CATEGORIES= math
+
+MAINTAINER= stephen@math.missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+NO_CDROM= arpack is licensed for non-commercial use only
+
+LIB_DEPENDS+= arpack:${PORTSDIR}/math/arpack
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-arpack/distinfo b/math/octave-forge-arpack/distinfo
new file mode 100644
index 000000000000..b5f3fec5f3f2
--- /dev/null
+++ b/math/octave-forge-arpack/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/arpack-1.0.6.tar.gz) = 2fd360bcb1929d7781a420a143903ff9
+SHA256 (octave-forge/arpack-1.0.6.tar.gz) = f1ea76126a9b85cc50d55942126850154d9d9bdb9c56babec600187fa9117e4a
+SIZE (octave-forge/arpack-1.0.6.tar.gz) = 74039
diff --git a/math/octave-forge-arpack/pkg-descr b/math/octave-forge-arpack/pkg-descr
new file mode 100644
index 000000000000..2ca3f3b62596
--- /dev/null
+++ b/math/octave-forge-arpack/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 arpack.
+
+ Octave bindings to ARPACK, including the eigs and svds function.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-arpack/pkg-plist b/math/octave-forge-arpack/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-arpack/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty