diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:48:43 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:48:43 +0000 |
commit | 2622be39592e72281e4385e619493169dd2a6542 (patch) | |
tree | dc92046bd286ee6ccfbae912d749b87997a15a56 /math/octave-forge-io | |
parent | cd96f388f246ec430d9c6db3514461640c7a0928 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=220224
Diffstat (limited to 'math/octave-forge-io')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |