diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:17:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:17:08 +0800 |
commit | a292857fd1f0f44b8c8368f2b5a84c520a0414ae (patch) | |
tree | f74486d0c48dfaed6399e2af69d46d0bcf722a92 /math/octave-forge-symband | |
parent | 96b992f4194b6963ebe0d7ab86ab8bef7c18103a (diff) | |
download | freebsd-ports-gnome-a292857fd1f0f44b8c8368f2b5a84c520a0414ae.tar.gz freebsd-ports-gnome-a292857fd1f0f44b8c8368f2b5a84c520a0414ae.tar.zst freebsd-ports-gnome-a292857fd1f0f44b8c8368f2b5a84c520a0414ae.zip |
Add port math/octave-forge-symband.
This is symband.
Linear Algebra for Symmetric Banded Matrices
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-symband')
-rw-r--r-- | math/octave-forge-symband/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-symband/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-symband/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-symband/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile new file mode 100644 index 000000000000..385599cd7eec --- /dev/null +++ b/math/octave-forge-symband/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-symband +PORTVERSION= 1.0.8 +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-symband/distinfo b/math/octave-forge-symband/distinfo new file mode 100644 index 000000000000..3ec9bec91995 --- /dev/null +++ b/math/octave-forge-symband/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/symband-1.0.8.tar.gz) = 02e638d12677f7aab2b5f246dcf4571e +SHA256 (octave-forge/symband-1.0.8.tar.gz) = 4c0104717d922dd615effcb354838e12856d2a3fc6af24ca849dec26df888749 +SIZE (octave-forge/symband-1.0.8.tar.gz) = 103275 diff --git a/math/octave-forge-symband/pkg-descr b/math/octave-forge-symband/pkg-descr new file mode 100644 index 000000000000..843fa9c72f2c --- /dev/null +++ b/math/octave-forge-symband/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 symband. + + Linear Algebra for Symmetric Banded Matrices. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-symband/pkg-plist b/math/octave-forge-symband/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-symband/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |