diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:21:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:21:08 +0800 |
commit | 6d531a983e85cdef1da5badeb778c1b01523cac8 (patch) | |
tree | cb2bb3af3832813fa939e0c7fc8b9fd70aae7209 | |
parent | ddba2cda0c146c28fea95a9ef276eab612ccc32e (diff) | |
download | freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.tar.gz freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.tar.zst freebsd-ports-gnome-6d531a983e85cdef1da5badeb778c1b01523cac8.zip |
Add port math/octave-forge-outliers
This is outliers.
Grubbs, Dixon and Cochran tests for outlier detection
and p-value approximating routines
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-outliers/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-outliers/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-outliers/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-outliers/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index bd9e23f4f820..4b238bcb0b1e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -213,6 +213,7 @@ SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg + SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-outliers/Makefile b/math/octave-forge-outliers/Makefile new file mode 100644 index 000000000000..b4a5f6fabf7a --- /dev/null +++ b/math/octave-forge-outliers/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-outliers +PORTVERSION= 0.13.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-outliers/distinfo b/math/octave-forge-outliers/distinfo new file mode 100644 index 000000000000..3b8bf9b8d50a --- /dev/null +++ b/math/octave-forge-outliers/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/outliers-0.13.8.tar.gz) = c79c21dd542c44a9857598549b994667 +SHA256 (octave-forge/outliers-0.13.8.tar.gz) = bde6fe6b45ffc29e0073a0b9bf6d50731ad01e5b0d1ee0480ede40c8d9b74b3a +SIZE (octave-forge/outliers-0.13.8.tar.gz) = 34440 diff --git a/math/octave-forge-outliers/pkg-descr b/math/octave-forge-outliers/pkg-descr new file mode 100644 index 000000000000..a8ee88c11ba5 --- /dev/null +++ b/math/octave-forge-outliers/pkg-descr @@ -0,0 +1,11 @@ +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 outliers. + + Grubbs, Dixon and Cochran tests for outlier detection + and p-value approximating routines. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-outliers/pkg-plist b/math/octave-forge-outliers/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-outliers/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |