1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add port math/octave-forge-data-smoothing

This is data-smoothing.
 Algorithms for smoothing noisy data

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 07:44:54 +00:00
parent bdabee07ef
commit 626be3fe78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220282
5 changed files with 32 additions and 0 deletions

View File

@ -190,6 +190,7 @@
SUBDIR += octave-forge-combinatorics
SUBDIR += octave-forge-communications
SUBDIR += octave-forge-control
SUBDIR += octave-forge-data-smoothing
SUBDIR += octave-forge-econometrics
SUBDIR += octave-forge-engine
SUBDIR += octave-forge-financial

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-data-smoothing
PORTVERSION= 1.1.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/data-smoothing-1.1.1.tar.gz) = 240aaa3182a5e39afc1a3a7eabc7267e
SHA256 (octave-forge/data-smoothing-1.1.1.tar.gz) = 69382912506b43c9edd44f5acdac25cee328762e4eb74276c4e22ac670867a03
SIZE (octave-forge/data-smoothing-1.1.1.tar.gz) = 13227

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 data-smoothing.
Algorithms for smoothing noisy data
WWW: http://octave.sourceforge.net/

View File

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