- New port math/octave-forge-ncarray.

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 ncarray.

Access a single or a collection of NetCDF files as a multi-dimensional array.
This commit is contained in:
Stephen Montgomery-Smith 2012-07-20 23:29:42 +00:00
parent 65709a17d1
commit b5c1778def
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301262
5 changed files with 46 additions and 0 deletions

View File

@ -303,6 +303,7 @@
SUBDIR += octave-forge-msh
SUBDIR += octave-forge-multicore
SUBDIR += octave-forge-nan
SUBDIR += octave-forge-ncarray
SUBDIR += octave-forge-nlwing2
SUBDIR += octave-forge-nnet
SUBDIR += octave-forge-nurbs

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: octave-forge-ncarray
# Date created: 20 July 2012
# Whom: Stephen Montgomery-Smith <stephen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= octave-forge-ncarray
PORTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ncArray
WRKSRC= ${WRKDIR}/${OCTSRC}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/octcdf.tar.gz:${PORTSDIR}/math/octave-forge-octcdf
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
do-build:
@${DO_NADA}
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (octave-forge/ncarray-1.0.0.tar.gz) = deef2a9de5f087c8cae84e84da10dc42e7336f2a18a97d1ba337b98e678bed20
SIZE (octave-forge/ncarray-1.0.0.tar.gz) = 18379

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 ncarray.
Access a single or a collection of NetCDF files as a multi-dimensional array.
WWW: http://octave.sourceforge.net/

View File

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