diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-octgpr/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-octgpr/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-octgpr/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-octgpr/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 3d5bcd4b45bc..1ff3f2ed0792 100644 --- a/math/Makefile +++ b/math/Makefile @@ -206,6 +206,7 @@ SUBDIR += octave-forge-nnet SUBDIR += octave-forge-ocs SUBDIR += octave-forge-octcdf + SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-parallel SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile new file mode 100644 index 000000000000..bdeea8f2f455 --- /dev/null +++ b/math/octave-forge-octgpr/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-octgpr +PORTVERSION= 1.1.4 +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-octgpr/distinfo b/math/octave-forge-octgpr/distinfo new file mode 100644 index 000000000000..11998dc2b0e7 --- /dev/null +++ b/math/octave-forge-octgpr/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/octgpr-1.1.4.tar.gz) = d366512e7ce784ecffcb7c4f6464b1a1 +SHA256 (octave-forge/octgpr-1.1.4.tar.gz) = 79231d085612b4981894165f1a760e62bb1bead709bdccd50d40c4fc08974a3b +SIZE (octave-forge/octgpr-1.1.4.tar.gz) = 71991 diff --git a/math/octave-forge-octgpr/pkg-descr b/math/octave-forge-octgpr/pkg-descr new file mode 100644 index 000000000000..6bbbcc53485b --- /dev/null +++ b/math/octave-forge-octgpr/pkg-descr @@ -0,0 +1,12 @@ +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 octgpr. + + The package allows interpolating and smoothing scattered + multidimensional data using Gaussian Process Regression (also known + as Kriging). + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-octgpr/pkg-plist b/math/octave-forge-octgpr/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-octgpr/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |