From 45938639f0111f42e1b8210e3c1bbb9bae805671 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Thu, 14 Nov 2019 20:56:04 +0000 Subject: - Resurrect math/octave-forge-linear algebra. - Update math/octave-forge-linear-algebra to 2.2.3. - In math/octave-forge, option linear-algebra defaults to on. - Bump port revision of math/octave-forge. --- math/octave-forge-linear-algebra/Makefile | 27 +++++++++++++++++++++++++++ math/octave-forge-linear-algebra/distinfo | 3 +++ math/octave-forge-linear-algebra/pkg-descr | 10 ++++++++++ 3 files changed, 40 insertions(+) create mode 100644 math/octave-forge-linear-algebra/Makefile create mode 100644 math/octave-forge-linear-algebra/distinfo create mode 100644 math/octave-forge-linear-algebra/pkg-descr (limited to 'math/octave-forge-linear-algebra') diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile new file mode 100644 index 000000000000..402114f897a2 --- /dev/null +++ b/math/octave-forge-linear-algebra/Makefile @@ -0,0 +1,27 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-linear-algebra +PORTVERSION= 2.2.3 +PORTEPOCH= 1 +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= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + @${DO_NADA} + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include diff --git a/math/octave-forge-linear-algebra/distinfo b/math/octave-forge-linear-algebra/distinfo new file mode 100644 index 000000000000..b9644f014bf2 --- /dev/null +++ b/math/octave-forge-linear-algebra/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1573762522 +SHA256 (octave-forge/linear-algebra-2.2.3.tar.gz) = 53ee6a534e1327282339cbc0bd335af17e0f897f737c00bfa686c99d6ebf92f3 +SIZE (octave-forge/linear-algebra-2.2.3.tar.gz) = 47086 diff --git a/math/octave-forge-linear-algebra/pkg-descr b/math/octave-forge-linear-algebra/pkg-descr new file mode 100644 index 000000000000..ed954a68c03d --- /dev/null +++ b/math/octave-forge-linear-algebra/pkg-descr @@ -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 linear-algebra. + + Additional linear algebra code, including general SVD and matrix functions. + +WWW: http://octave.sourceforge.net/ -- cgit v1.2.3