Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 22:05:23 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370002 - in head/math: . octave-forge-stk
Message-ID:  <201410042205.s94M5NC3004204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Oct  4 22:05:22 2014
New Revision: 370002
URL: https://svnweb.freebsd.org/changeset/ports/370002
QAT: https://qat.redports.org/buildarchive/r370002/

Log:
  - New port math/octave-forge-stk
  
  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 stk.
  
  ----------------------------------------------------------------------------
   The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on
   the interpolation/regression technique known as kriging, which is very
   closely related to Splines and Radial Basis Functions, and can be
   interpreted as a non-parametric Bayesian method using a Gaussian Process
   (GP) prior. The STK also provides tools for the sequential and
   non-sequential design of experiments. Even though it is, currently, mostly
   geared towards the Design and Analysis of Computer Experiments (DACE), the
   STK can be useful for other applications areas (such as Geostatistics,
   Machine Learning, Non-parametric Regression, etc.).

Added:
  head/math/octave-forge-stk/
  head/math/octave-forge-stk/Makefile   (contents, props changed)
  head/math/octave-forge-stk/distinfo   (contents, props changed)
  head/math/octave-forge-stk/pkg-descr   (contents, props changed)
  head/math/octave-forge-stk/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Oct  4 21:53:35 2014	(r370001)
+++ head/math/Makefile	Sat Oct  4 22:05:22 2014	(r370002)
@@ -346,6 +346,7 @@
     SUBDIR += octave-forge-spline-gcvspl
     SUBDIR += octave-forge-splines
     SUBDIR += octave-forge-statistics
+    SUBDIR += octave-forge-stk
     SUBDIR += octave-forge-strings
     SUBDIR += octave-forge-struct
     SUBDIR += octave-forge-symband

Added: head/math/octave-forge-stk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-stk/Makefile	Sat Oct  4 22:05:22 2014	(r370002)
@@ -0,0 +1,26 @@
+# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	octave-forge-stk
+PORTVERSION=	2.2.0
+CATEGORIES=	math
+
+MAINTAINER=	stephen@FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC=		${OCTAVE_PKGNAME}
+
+WRKSRC=		${WRKDIR}/${OCTSRC}/src
+
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
+post-build:
+	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
+.include <bsd.port.mk>

Added: head/math/octave-forge-stk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-stk/distinfo	Sat Oct  4 22:05:22 2014	(r370002)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/stk-2.2.0.tar.gz) = ed87e64a4ed3bdb6a27369b6b3e1c8e4d5778831c945e37d8ead52b257c3a5af
+SIZE (octave-forge/stk-2.2.0.tar.gz) = 204767

Added: head/math/octave-forge-stk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-stk/pkg-descr	Sat Oct  4 22:05:22 2014	(r370002)
@@ -0,0 +1,19 @@
+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 stk.
+
+----------------------------------------------------------------------------
+ The STK is a (not so) Small Toolbox for Kriging. Its primary focus in on
+ the interpolation/regression technique known as kriging, which is very
+ closely related to Splines and Radial Basis Functions, and can be
+ interpreted as a non-parametric Bayesian method using a Gaussian Process
+ (GP) prior. The STK also provides tools for the sequential and
+ non-sequential design of experiments. Even though it is, currently, mostly
+ geared towards the Design and Analysis of Computer Experiments (DACE), the
+ STK can be useful for other applications areas (such as Geostatistics,
+ Machine Learning, Non-parametric Regression, etc.). 
+
+WWW: http://octave.sourceforge.net/

Added: head/math/octave-forge-stk/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-stk/pkg-plist	Sat Oct  4 22:05:22 2014	(r370002)
@@ -0,0 +1 @@
+@comment This file intentionally left empty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410042205.s94M5NC3004204>