diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-10-20 07:18:42 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2019-10-20 07:18:42 +0800 |
commit | 5865df0737bd26b9b4a56d1951abe04b14934721 (patch) | |
tree | e225cb5ce0c96321f0eba4071fec669c2d32258f /math | |
parent | 8fdc8f0432e47a6db13aefcbdd9abc547819c09f (diff) | |
download | freebsd-ports-gnome-5865df0737bd26b9b4a56d1951abe04b14934721.tar.gz freebsd-ports-gnome-5865df0737bd26b9b4a56d1951abe04b14934721.tar.zst freebsd-ports-gnome-5865df0737bd26b9b4a56d1951abe04b14934721.zip |
- Resurrect math/octave-forge-econometrics.
- Update to 1.1.2.
- Change default of ECONOMETRICS in math/octave-forge to on.
- Bump port revision for math/octave-forge.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-econometrics/Makefile | 28 | ||||
-rw-r--r-- | math/octave-forge-econometrics/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-econometrics/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge/Makefile | 4 |
5 files changed, 44 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 370b1d1915f4..ff9bc4f6e018 100644 --- a/math/Makefile +++ b/math/Makefile @@ -407,6 +407,7 @@ SUBDIR += octave-forge-dicom SUBDIR += octave-forge-divand SUBDIR += octave-forge-doctest + SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-fenv SUBDIR += octave-forge-financial SUBDIR += octave-forge-fpl diff --git a/math/octave-forge-econometrics/Makefile b/math/octave-forge-econometrics/Makefile new file mode 100644 index 000000000000..0c8759abd404 --- /dev/null +++ b/math/octave-forge-econometrics/Makefile @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# $FreeBSD$ + +PORTNAME= octave-forge-econometrics +PORTVERSION= 1.1.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include <bsd.port.mk> diff --git a/math/octave-forge-econometrics/distinfo b/math/octave-forge-econometrics/distinfo new file mode 100644 index 000000000000..72ec80098f68 --- /dev/null +++ b/math/octave-forge-econometrics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1571526627 +SHA256 (octave-forge/econometrics-1.1.2.tar.gz) = e2cca501f6b16ba4f2d5b4374dc3c80bd164472a30291dfd51947990263a3deb +SIZE (octave-forge/econometrics-1.1.2.tar.gz) = 29882 diff --git a/math/octave-forge-econometrics/pkg-descr b/math/octave-forge-econometrics/pkg-descr new file mode 100644 index 000000000000..cd4ce9afee91 --- /dev/null +++ b/math/octave-forge-econometrics/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 econometrics. + + Econometrics functions including MLE and GMM based techniques. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 2206579f6ef8..44f1bf0f441b 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL CGI \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NECONOMETRICS:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs |