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>
This commit is contained in:
parent
b0893bea60
commit
519629febe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220246
5 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
17
math/octave-forge-outliers/Makefile
Normal file
17
math/octave-forge-outliers/Makefile
Normal file
|
@ -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>
|
3
math/octave-forge-outliers/distinfo
Normal file
3
math/octave-forge-outliers/distinfo
Normal file
|
@ -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
|
11
math/octave-forge-outliers/pkg-descr
Normal file
11
math/octave-forge-outliers/pkg-descr
Normal file
|
@ -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/
|
1
math/octave-forge-outliers/pkg-plist
Normal file
1
math/octave-forge-outliers/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue