1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add port math/octave-forge-optiminterp

This is optiminterp.
 An optimal interpolation toolbox for octave

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>
This commit is contained in:
Maho Nakata 2008-09-08 05:23:28 +00:00
parent 519629febe
commit 2ceda1f699
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220247
5 changed files with 32 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-odebvp
SUBDIR += octave-forge-odepkg
SUBDIR += octave-forge-optiminterp
SUBDIR += octave-forge-outliers
SUBDIR += octave-forge-parallel
SUBDIR += oleo

View File

@ -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-optiminterp
PORTVERSION= 0.3.1
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>

View File

@ -0,0 +1,3 @@
MD5 (octave-forge/optiminterp-0.3.1.tar.gz) = bb8f7d91da6c76637cbdf55bee693a7e
SHA256 (octave-forge/optiminterp-0.3.1.tar.gz) = bd7db18a17f0368d76e9884d8a45d9b92ff4fa810bb409df6ea7cf38bef706d4
SIZE (octave-forge/optiminterp-0.3.1.tar.gz) = 67109

View File

@ -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 optiminterp.
An optimal interpolation toolbox for octave
WWW: http://octave.sourceforge.net/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty