diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:44:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:44:54 +0000 |
commit | 626be3fe788c669bc94e6f3498aac0efd979d5f6 (patch) | |
tree | 60e15790eb685122bf198806681d4616b299c4f3 /math | |
parent | bdabee07efe5f78ef7ac2bc1195d12cae4e60131 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-data-smoothing/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-data-smoothing/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-data-smoothing/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-data-smoothing/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b142dda82a39..b88d0c029b6f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile new file mode 100644 index 000000000000..e863150d1c79 --- /dev/null +++ b/math/octave-forge-data-smoothing/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-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> diff --git a/math/octave-forge-data-smoothing/distinfo b/math/octave-forge-data-smoothing/distinfo new file mode 100644 index 000000000000..16a9d93d7966 --- /dev/null +++ b/math/octave-forge-data-smoothing/distinfo @@ -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 diff --git a/math/octave-forge-data-smoothing/pkg-descr b/math/octave-forge-data-smoothing/pkg-descr new file mode 100644 index 000000000000..e5ea3630ee0f --- /dev/null +++ b/math/octave-forge-data-smoothing/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 data-smoothing. + + Algorithms for smoothing noisy data + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-data-smoothing/pkg-plist b/math/octave-forge-data-smoothing/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-data-smoothing/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |