diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:02:23 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:02:23 +0800 |
commit | ebf4998914eb0f70b299e718daa61d159aa5902a (patch) | |
tree | dc3156245a57794bd1b91964011553c34d4484c7 /math | |
parent | 156d108630e1f24d80876186a9c64b8313e0cee0 (diff) | |
download | freebsd-ports-gnome-ebf4998914eb0f70b299e718daa61d159aa5902a.tar.gz freebsd-ports-gnome-ebf4998914eb0f70b299e718daa61d159aa5902a.tar.zst freebsd-ports-gnome-ebf4998914eb0f70b299e718daa61d159aa5902a.zip |
Add port math/octave-forge-splines
This is splines.
Additional Cubic spline functions.
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-splines/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-splines/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-splines/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-splines/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index af402ced5bad..b975cf58431e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -227,6 +227,7 @@ SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix SUBDIR += octave-forge-spline-gcvspl + SUBDIR += octave-forge-splines SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile new file mode 100644 index 000000000000..e465ad0a3132 --- /dev/null +++ b/math/octave-forge-splines/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-splines +PORTVERSION= 1.0.6 +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-splines/distinfo b/math/octave-forge-splines/distinfo new file mode 100644 index 000000000000..71f7cce2c803 --- /dev/null +++ b/math/octave-forge-splines/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/splines-1.0.6.tar.gz) = c1dd4734a97b28378103a6df69ee68cc +SHA256 (octave-forge/splines-1.0.6.tar.gz) = aff9a00ac7242993a3b5f2f1914160e785f8eb53b30beebba60cc6d65514622f +SIZE (octave-forge/splines-1.0.6.tar.gz) = 34662 diff --git a/math/octave-forge-splines/pkg-descr b/math/octave-forge-splines/pkg-descr new file mode 100644 index 000000000000..6cdb2da2fe3f --- /dev/null +++ b/math/octave-forge-splines/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 splines. + + Additional Cubic spline functions. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-splines/pkg-plist b/math/octave-forge-splines/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-splines/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |