diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:13:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:13:17 +0800 |
commit | 4678faa2cd5e5bfcd69a389faa038f6d429fe617 (patch) | |
tree | 56163c76ba8c74694ff3e81d94bf87b0f83b7fc4 /math | |
parent | 848d1bf9d7bf2d9e7276ddaf04a9f1a41944663d (diff) | |
download | freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.tar.gz freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.tar.zst freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.zip |
Add port math/octave-forge-octcdf
This is octcdf. A NetCDF interface for octave
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-octcdf/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-octcdf/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-octcdf/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-octcdf/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1167078df4a6..d6f5f1049f98 100644 --- a/math/Makefile +++ b/math/Makefile @@ -203,6 +203,7 @@ SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-octcdf SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile new file mode 100644 index 000000000000..2e2ff0e4face --- /dev/null +++ b/math/octave-forge-octcdf/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-octcdf +PORTVERSION= 1.0.11 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-octcdf/distinfo b/math/octave-forge-octcdf/distinfo new file mode 100644 index 000000000000..6173f9c98f00 --- /dev/null +++ b/math/octave-forge-octcdf/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/octcdf-1.0.11.tar.gz) = 5c59ac20feb2df779dcaf8064e6ed603 +SHA256 (octave-forge/octcdf-1.0.11.tar.gz) = cc7717bd0cbd07b86d3175555da726f315c972dd43d68e69cb4cd196a296e948 +SIZE (octave-forge/octcdf-1.0.11.tar.gz) = 88683 diff --git a/math/octave-forge-octcdf/pkg-descr b/math/octave-forge-octcdf/pkg-descr new file mode 100644 index 000000000000..e273f58d63be --- /dev/null +++ b/math/octave-forge-octcdf/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 octcdf. + + A NetCDF interface for octave + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-octcdf/pkg-plist b/math/octave-forge-octcdf/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-octcdf/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |