diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:04:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:04:22 +0800 |
commit | 08960a91758acd2192163d3048f4a3778485c307 (patch) | |
tree | d2519ef2d5325261db0451fcb533fda48ff2f29d | |
parent | ebf4998914eb0f70b299e718daa61d159aa5902a (diff) | |
download | freebsd-ports-gnome-08960a91758acd2192163d3048f4a3778485c307.tar.gz freebsd-ports-gnome-08960a91758acd2192163d3048f4a3778485c307.tar.zst freebsd-ports-gnome-08960a91758acd2192163d3048f4a3778485c307.zip |
Add port math/octave-forge-statistics
This is statistics.
Additional statistics functions for Octave.
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-statistics/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-statistics/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-statistics/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-statistics/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b975cf58431e..9c19ed4f4934 100644 --- a/math/Makefile +++ b/math/Makefile @@ -228,6 +228,7 @@ SUBDIR += octave-forge-special-matrix SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines + SUBDIR += octave-forge-statistics SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile new file mode 100644 index 000000000000..5956b3ad4729 --- /dev/null +++ b/math/octave-forge-statistics/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-statistics +PORTVERSION= 1.0.7 +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-statistics/distinfo b/math/octave-forge-statistics/distinfo new file mode 100644 index 000000000000..2330bae051c1 --- /dev/null +++ b/math/octave-forge-statistics/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/statistics-1.0.7.tar.gz) = 881e519a2c6fad8100a5a7471d624e3a +SHA256 (octave-forge/statistics-1.0.7.tar.gz) = 2cff2b80f40e6ebe35fff6d0592497640a8279988fd6aed00443a9545d540d59 +SIZE (octave-forge/statistics-1.0.7.tar.gz) = 78129 diff --git a/math/octave-forge-statistics/pkg-descr b/math/octave-forge-statistics/pkg-descr new file mode 100644 index 000000000000..5788d838dd1d --- /dev/null +++ b/math/octave-forge-statistics/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 statistics. + + Additional statistics functions for Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-statistics/pkg-plist b/math/octave-forge-statistics/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-statistics/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |