mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add port math/octave-forge-irsa
This is irsa. Irregular sampling analysis. 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:
parent
52a276fe46
commit
83f1d476e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220240
5 changed files with 32 additions and 0 deletions
|
@ -200,6 +200,7 @@
|
||||||
SUBDIR += octave-forge-informationtheory
|
SUBDIR += octave-forge-informationtheory
|
||||||
SUBDIR += octave-forge-integration
|
SUBDIR += octave-forge-integration
|
||||||
SUBDIR += octave-forge-io
|
SUBDIR += octave-forge-io
|
||||||
|
SUBDIR += octave-forge-irsa
|
||||||
SUBDIR += octave-forge-linear-algebra
|
SUBDIR += octave-forge-linear-algebra
|
||||||
SUBDIR += octave-forge-miscellaneous
|
SUBDIR += octave-forge-miscellaneous
|
||||||
SUBDIR += octave-forge-missing-functions
|
SUBDIR += octave-forge-missing-functions
|
||||||
|
|
17
math/octave-forge-irsa/Makefile
Normal file
17
math/octave-forge-irsa/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# New ports collection makefile for: octave-forge
|
||||||
|
# Date created: 5 May 2004
|
||||||
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= octave-forge-irsa
|
||||||
|
PORTVERSION= 1.0.6
|
||||||
|
CATEGORIES= math
|
||||||
|
|
||||||
|
MAINTAINER= stephen@math.missouri.edu
|
||||||
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||||
|
.include <bsd.port.post.mk>
|
3
math/octave-forge-irsa/distinfo
Normal file
3
math/octave-forge-irsa/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (octave-forge/irsa-1.0.6.tar.gz) = 91edcd3625c62dd9ce46ed16d079bbe7
|
||||||
|
SHA256 (octave-forge/irsa-1.0.6.tar.gz) = 3ba9c6915a6841e7be1b7b60470c3bd932d4449044abbffe110636074db3bc4f
|
||||||
|
SIZE (octave-forge/irsa-1.0.6.tar.gz) = 36895
|
10
math/octave-forge-irsa/pkg-descr
Normal file
10
math/octave-forge-irsa/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 irsa.
|
||||||
|
|
||||||
|
Irregular sampling analysis.
|
||||||
|
|
||||||
|
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-irsa/pkg-plist
Normal file
1
math/octave-forge-irsa/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment This file intentionally left empty
|
Loading…
Add table
Reference in a new issue