mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- New port math/octave-forge-netcdf
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 netcdf: A MATLAB compatible NetCDF interface for Octave.
This commit is contained in:
parent
f7070a06b6
commit
ee1e2975ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324825
5 changed files with 39 additions and 0 deletions
|
@ -321,6 +321,7 @@
|
||||||
SUBDIR += octave-forge-multicore
|
SUBDIR += octave-forge-multicore
|
||||||
SUBDIR += octave-forge-nan
|
SUBDIR += octave-forge-nan
|
||||||
SUBDIR += octave-forge-ncarray
|
SUBDIR += octave-forge-ncarray
|
||||||
|
SUBDIR += octave-forge-netcdf
|
||||||
SUBDIR += octave-forge-nlwing2
|
SUBDIR += octave-forge-nlwing2
|
||||||
SUBDIR += octave-forge-nnet
|
SUBDIR += octave-forge-nnet
|
||||||
SUBDIR += octave-forge-nurbs
|
SUBDIR += octave-forge-nurbs
|
||||||
|
|
25
math/octave-forge-netcdf/Makefile
Normal file
25
math/octave-forge-netcdf/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= octave-forge-netcdf
|
||||||
|
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= ${OCTAVE_PKGNAME}
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||||
|
|
||||||
|
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||||
|
|
||||||
|
post-build:
|
||||||
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||||
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
math/octave-forge-netcdf/distinfo
Normal file
2
math/octave-forge-netcdf/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (octave-forge/netcdf-1.0.0.tar.gz) = e3235ce7767666e6424cb3bf3338a0346243eaea4a3ad6ecd742a1638704f81e
|
||||||
|
SIZE (octave-forge/netcdf-1.0.0.tar.gz) = 68266
|
10
math/octave-forge-netcdf/pkg-descr
Normal file
10
math/octave-forge-netcdf/pkg-descr
Normal 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 netcdf.
|
||||||
|
|
||||||
|
A MATLAB compatible NetCDF interface for Octave.
|
||||||
|
|
||||||
|
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-netcdf/pkg-plist
Normal file
1
math/octave-forge-netcdf/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment This file intentionally left empty
|
Loading…
Add table
Reference in a new issue