diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:57:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:57:59 +0800 |
commit | 0d1d1070feb3aeb77c0d146b9f63c3579e641c55 (patch) | |
tree | 72936f847ace73f1289547608c686135c3a5cebf | |
parent | bd74f73866c32106d1af423879991951064476e0 (diff) | |
download | freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.tar.gz freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.tar.zst freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.zip |
Add port math/octave-forge-special-matrix
This is special-matrix.
Additional Special Matrices for Octave.
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>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-special-matrix/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-special-matrix/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-special-matrix/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-special-matrix/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0ec49e4565af..42bb24ed099f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -225,6 +225,7 @@ SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun + SUBDIR += octave-forge-special-matrix SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-special-matrix/Makefile b/math/octave-forge-special-matrix/Makefile new file mode 100644 index 000000000000..ac21068f90f5 --- /dev/null +++ b/math/octave-forge-special-matrix/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-special-matrix +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-special-matrix/distinfo b/math/octave-forge-special-matrix/distinfo new file mode 100644 index 000000000000..e62238609d00 --- /dev/null +++ b/math/octave-forge-special-matrix/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/special-matrix-1.0.6.tar.gz) = b57e72be55b0c11cabdb0b486a0174dc +SHA256 (octave-forge/special-matrix-1.0.6.tar.gz) = 5180645a2b65067035a3b7b064fbb9ce5c1b9d4b33fa80dea7d3abaab42edcb5 +SIZE (octave-forge/special-matrix-1.0.6.tar.gz) = 8458 diff --git a/math/octave-forge-special-matrix/pkg-descr b/math/octave-forge-special-matrix/pkg-descr new file mode 100644 index 000000000000..111a59e4d4b4 --- /dev/null +++ b/math/octave-forge-special-matrix/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 special-matrix. + + Additional Special Matrices for Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-special-matrix/pkg-plist b/math/octave-forge-special-matrix/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-special-matrix/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |