diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:48:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:48:43 +0800 |
commit | f5e3daf8e4b5e20b63db77ed27fbeb4dcb861545 (patch) | |
tree | 1046789e3f66ada41397f1e38c267d3a4ad3a703 /math | |
parent | 8e8231d061f3df40a05a2eb1aa66f88ee76d1a22 (diff) | |
download | freebsd-ports-gnome-f5e3daf8e4b5e20b63db77ed27fbeb4dcb861545.tar.gz freebsd-ports-gnome-f5e3daf8e4b5e20b63db77ed27fbeb4dcb861545.tar.zst freebsd-ports-gnome-f5e3daf8e4b5e20b63db77ed27fbeb4dcb861545.zip |
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 <stephen@math.missouri.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-io/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-io/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-io/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-io/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
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 <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-io +PORTVERSION= 1.0.7 +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-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 |