diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:00:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:00:33 +0800 |
commit | 156d108630e1f24d80876186a9c64b8313e0cee0 (patch) | |
tree | 2e574ad9723c6115b1cd60f09bbdde261e730bfb | |
parent | 0d1d1070feb3aeb77c0d146b9f63c3579e641c55 (diff) | |
download | freebsd-ports-gnome-156d108630e1f24d80876186a9c64b8313e0cee0.tar.gz freebsd-ports-gnome-156d108630e1f24d80876186a9c64b8313e0cee0.tar.zst freebsd-ports-gnome-156d108630e1f24d80876186a9c64b8313e0cee0.zip |
Add port math/octave-forge-spline-gcvspl
This is spline-gcvspl.
B-spline data smoothing using generalized cross-validation
and mean squared prediction or explicit user smoothing
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-spline-gcvspl/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-spline-gcvspl/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-spline-gcvspl/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-spline-gcvspl/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 42bb24ed099f..af402ced5bad 100644 --- a/math/Makefile +++ b/math/Makefile @@ -226,6 +226,7 @@ SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix + SUBDIR += octave-forge-spline-gcvspl SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-spline-gcvspl/Makefile b/math/octave-forge-spline-gcvspl/Makefile new file mode 100644 index 000000000000..72210a6b7bc4 --- /dev/null +++ b/math/octave-forge-spline-gcvspl/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-spline-gcvspl +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +NO_CDROM= Non-commercial use only + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-spline-gcvspl/distinfo b/math/octave-forge-spline-gcvspl/distinfo new file mode 100644 index 000000000000..675becd030f5 --- /dev/null +++ b/math/octave-forge-spline-gcvspl/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 3e944d32e90a9cedf9aa6157023bd6d5 +SHA256 (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 7ce46961ab8669b0f3ab2c608694de5898cc5a979b4eb2ba47b2a6bc49a89e1d +SIZE (octave-forge/spline-gcvspl-1.0.6.tar.gz) = 61931 diff --git a/math/octave-forge-spline-gcvspl/pkg-descr b/math/octave-forge-spline-gcvspl/pkg-descr new file mode 100644 index 000000000000..0904c43cafcd --- /dev/null +++ b/math/octave-forge-spline-gcvspl/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 spline-gcvspl. + + B-spline data smoothing using generalized cross-validation and mean +squared prediction or explicit user smoothing + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-spline-gcvspl/pkg-plist b/math/octave-forge-spline-gcvspl/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-spline-gcvspl/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |