From c28a34e6dddcd4b414bc4cb518ad8d65e5fbeb54 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 05:05:43 +0000 Subject: Add port math/octave-forge-irsa This is irsa. Irregular sampling analysis. 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 --- math/Makefile | 1 + math/octave-forge-irsa/Makefile | 17 +++++++++++++++++ math/octave-forge-irsa/distinfo | 3 +++ math/octave-forge-irsa/pkg-descr | 10 ++++++++++ math/octave-forge-irsa/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-irsa/Makefile create mode 100644 math/octave-forge-irsa/distinfo create mode 100644 math/octave-forge-irsa/pkg-descr create mode 100644 math/octave-forge-irsa/pkg-plist (limited to 'math') diff --git a/math/Makefile b/math/Makefile index d8bb1e7c7025..68bfd3588d71 100644 --- a/math/Makefile +++ b/math/Makefile @@ -200,6 +200,7 @@ SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration SUBDIR += octave-forge-io + SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile new file mode 100644 index 000000000000..a07edc6e250b --- /dev/null +++ b/math/octave-forge-irsa/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-irsa +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/math/octave-forge-irsa/distinfo b/math/octave-forge-irsa/distinfo new file mode 100644 index 000000000000..edec569b8d1c --- /dev/null +++ b/math/octave-forge-irsa/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/irsa-1.0.6.tar.gz) = 91edcd3625c62dd9ce46ed16d079bbe7 +SHA256 (octave-forge/irsa-1.0.6.tar.gz) = 3ba9c6915a6841e7be1b7b60470c3bd932d4449044abbffe110636074db3bc4f +SIZE (octave-forge/irsa-1.0.6.tar.gz) = 36895 diff --git a/math/octave-forge-irsa/pkg-descr b/math/octave-forge-irsa/pkg-descr new file mode 100644 index 000000000000..ed10adabad56 --- /dev/null +++ b/math/octave-forge-irsa/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 irsa. + + Irregular sampling analysis. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-irsa/pkg-plist b/math/octave-forge-irsa/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-irsa/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty -- cgit