diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:05:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:05:43 +0800 |
commit | c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54 (patch) | |
tree | e77fc20df4dc87bff784518f7830544d7b0e2e1e /math | |
parent | 1c901e6901999ccc0f18c17f366e9666b511886a (diff) | |
download | freebsd-ports-gnome-c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54.tar.gz freebsd-ports-gnome-c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54.tar.zst freebsd-ports-gnome-c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54.zip |
Add port math/octave-forge-irsa
This is irsa.
Irregular sampling analysis.
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/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-irsa/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-irsa/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-irsa/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-irsa/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d8bb1e7c7025..68bfd3588d71 100644 --- a/math/Makefile +++ b/math/Makefile @@ -200,6 +200,7 @@ SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration SUBDIR += octave-forge-io + SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile new file mode 100644 index 000000000000..a07edc6e250b --- /dev/null +++ b/math/octave-forge-irsa/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-irsa +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-irsa/distinfo b/math/octave-forge-irsa/distinfo new file mode 100644 index 000000000000..edec569b8d1c --- /dev/null +++ b/math/octave-forge-irsa/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/irsa-1.0.6.tar.gz) = 91edcd3625c62dd9ce46ed16d079bbe7 +SHA256 (octave-forge/irsa-1.0.6.tar.gz) = 3ba9c6915a6841e7be1b7b60470c3bd932d4449044abbffe110636074db3bc4f +SIZE (octave-forge/irsa-1.0.6.tar.gz) = 36895 diff --git a/math/octave-forge-irsa/pkg-descr b/math/octave-forge-irsa/pkg-descr new file mode 100644 index 000000000000..ed10adabad56 --- /dev/null +++ b/math/octave-forge-irsa/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 irsa. + + Irregular sampling analysis. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-irsa/pkg-plist b/math/octave-forge-irsa/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-irsa/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |