diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:59:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:59:41 +0800 |
commit | 785211cee424710c373f411a90d478697dbdc886 (patch) | |
tree | 8ac095e8b644c90c121b4862276926f190a1b066 /math/octave-forge-tsa | |
parent | 85950506d460c09b6619991d9e6e2866540fabd8 (diff) | |
download | freebsd-ports-gnome-785211cee424710c373f411a90d478697dbdc886.tar.gz freebsd-ports-gnome-785211cee424710c373f411a90d478697dbdc886.tar.zst freebsd-ports-gnome-785211cee424710c373f411a90d478697dbdc886.zip |
Add port math/octave-forge-tsa
This is tsa.
Stochastic concepts and maximum entropy methods for time series 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/octave-forge-tsa')
-rw-r--r-- | math/octave-forge-tsa/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-tsa/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-tsa/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-tsa/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile new file mode 100644 index 000000000000..fd21a9bf0cac --- /dev/null +++ b/math/octave-forge-tsa/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-tsa +PORTVERSION= 4.0.0 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:${PORTSDIR}/math/octave-forge-nan + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-tsa/distinfo b/math/octave-forge-tsa/distinfo new file mode 100644 index 000000000000..c3d537a0a128 --- /dev/null +++ b/math/octave-forge-tsa/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/tsa-4.0.0.tar.gz) = d5722f857e1e5020969dbc365183f323 +SHA256 (octave-forge/tsa-4.0.0.tar.gz) = eb45d144924d626f971cf410e9417dce773609a1251de518bf28d5525a3ae0ff +SIZE (octave-forge/tsa-4.0.0.tar.gz) = 93700 diff --git a/math/octave-forge-tsa/pkg-descr b/math/octave-forge-tsa/pkg-descr new file mode 100644 index 000000000000..75d906568ee1 --- /dev/null +++ b/math/octave-forge-tsa/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 tsa. + + Stochastic concepts and maximum entropy methods for time series analysis + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-tsa/pkg-plist b/math/octave-forge-tsa/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-tsa/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |