Add port math/octave-forge-special-matrix
This is special-matrix. Additional Special Matrices 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:
parent
9dade6fd0f
commit
34f61771ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220257
5 changed files with 32 additions and 0 deletions
|
@ -225,6 +225,7 @@
|
|||
SUBDIR += octave-forge-secs2d
|
||||
SUBDIR += octave-forge-sockets
|
||||
SUBDIR += octave-forge-specfun
|
||||
SUBDIR += octave-forge-special-matrix
|
||||
SUBDIR += oleo
|
||||
SUBDIR += orpie
|
||||
SUBDIR += p5-AI-DecisionTree
|
||||
|
|
17
math/octave-forge-special-matrix/Makefile
Normal file
17
math/octave-forge-special-matrix/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-special-matrix
|
||||
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-special-matrix/distinfo
Normal file
3
math/octave-forge-special-matrix/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (octave-forge/special-matrix-1.0.6.tar.gz) = b57e72be55b0c11cabdb0b486a0174dc
|
||||
SHA256 (octave-forge/special-matrix-1.0.6.tar.gz) = 5180645a2b65067035a3b7b064fbb9ce5c1b9d4b33fa80dea7d3abaab42edcb5
|
||||
SIZE (octave-forge/special-matrix-1.0.6.tar.gz) = 8458
|
10
math/octave-forge-special-matrix/pkg-descr
Normal file
10
math/octave-forge-special-matrix/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 special-matrix.
|
||||
|
||||
Additional Special Matrices for Octave.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-special-matrix/pkg-plist
Normal file
1
math/octave-forge-special-matrix/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue