diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 380032e48cd5..a598727714c1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -236,6 +236,7 @@ SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-time SUBDIR += octave-forge-triangular + SUBDIR += octave-forge-tsa SUBDIR += octave-forge-video SUBDIR += octave-forge-vrml SUBDIR += octave-forge-windows 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 |