mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- New port math/octave-forge-divand.
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 divand.
This commit is contained in:
parent
56cbb7411d
commit
f8840c1941
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345001
@ -291,6 +291,7 @@
|
||||
SUBDIR += octave-forge-database
|
||||
SUBDIR += octave-forge-dataframe
|
||||
SUBDIR += octave-forge-dicom
|
||||
SUBDIR += octave-forge-divand
|
||||
SUBDIR += octave-forge-econometrics
|
||||
SUBDIR += octave-forge-engine
|
||||
SUBDIR += octave-forge-fenv
|
||||
|
30
math/octave-forge-divand/Makefile
Normal file
30
math/octave-forge-divand/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-divand
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
|
||||
RUN_DEPENDS+= ${TARBALLS_DIR}/mapping.tar.gz:${PORTSDIR}/math/octave-forge-mapping
|
||||
|
||||
.include "${.CURDIR}/../../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.mk>
|
2
math/octave-forge-divand/distinfo
Normal file
2
math/octave-forge-divand/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (octave-forge/divand-1.1.1.tar.gz) = 1496bb37e81aea708b697de53b07837ed1ebe2ddebb44aa52e1d37b200d5de21
|
||||
SIZE (octave-forge/divand-1.1.1.tar.gz) = 1227573
|
11
math/octave-forge-divand/pkg-descr
Normal file
11
math/octave-forge-divand/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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 divand.
|
||||
|
||||
Divand performs an n-dimensional variational analysis (interpolation) of
|
||||
arbitrarily located observations.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-divand/pkg-plist
Normal file
1
math/octave-forge-divand/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user