1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

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>
This commit is contained in:
Maho Nakata 2008-09-08 04:13:17 +00:00
parent 0634417945
commit 223656a4e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220233
5 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty