diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:00:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:00:33 +0000 |
commit | 9c1b63b2ec1f2812fa813ab5a4792322891b27e0 (patch) | |
tree | 720ead88a5595b6ff5c78dc01df4c5cbad718a6e /math/octave-forge-spline-gcvspl | |
parent | 34f61771ad34efd3d707046ec313d5a2beed054d (diff) |
Notes
Diffstat (limited to 'math/octave-forge-spline-gcvspl')
-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 |
4 files changed, 34 insertions, 0 deletions
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 |