From 2622be39592e72281e4385e619493169dd2a6542 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 03:48:43 +0000 Subject: Add port math/octave-forge-io This is io. Input/Output in external formats. 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-io/Makefile | 17 +++++++++++++++++ math/octave-forge-io/distinfo | 3 +++ math/octave-forge-io/pkg-descr | 10 ++++++++++ math/octave-forge-io/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-io/Makefile create mode 100644 math/octave-forge-io/distinfo create mode 100644 math/octave-forge-io/pkg-descr create mode 100644 math/octave-forge-io/pkg-plist (limited to 'math') diff --git a/math/Makefile b/math/Makefile index adf8428f690f..8d4519227899 100644 --- a/math/Makefile +++ b/math/Makefile @@ -193,6 +193,7 @@ SUBDIR += octave-forge-gsl SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration + SUBDIR += octave-forge-io SUBDIR += octave-forge-linear-algebra SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile new file mode 100644 index 000000000000..f35e53e51512 --- /dev/null +++ b/math/octave-forge-io/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-io +PORTVERSION= 1.0.7 +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-io/distinfo b/math/octave-forge-io/distinfo new file mode 100644 index 000000000000..349c932ea8c0 --- /dev/null +++ b/math/octave-forge-io/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/io-1.0.7.tar.gz) = 64206cdaaccfbd8809f8d7661709ff46 +SHA256 (octave-forge/io-1.0.7.tar.gz) = 50eb4660c1e233aded36dd0b36c65120961e1c0e195b78f4e6760da4d342de5d +SIZE (octave-forge/io-1.0.7.tar.gz) = 40618 diff --git a/math/octave-forge-io/pkg-descr b/math/octave-forge-io/pkg-descr new file mode 100644 index 000000000000..637cb677aa9b --- /dev/null +++ b/math/octave-forge-io/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 io. + + Input/Output in external formats. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-io/pkg-plist b/math/octave-forge-io/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-io/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty -- cgit v1.2.3