2012-12-25 11:41:23 +00:00
|
|
|
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fGarch
|
2019-03-31 17:28:18 +00:00
|
|
|
DISTVERSION= 3042.83.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 1
|
2012-12-25 11:41:23 +00:00
|
|
|
CATEGORIES= finance
|
2016-08-25 06:54:40 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
2012-12-25 11:41:23 +00:00
|
|
|
|
2013-01-16 20:15:07 +00:00
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
2016-08-25 06:54:40 +00:00
|
|
|
COMMENT= Rmetrics - Autoregressive Conditional Heteroskedastic Modelling
|
2012-12-25 11:41:23 +00:00
|
|
|
|
2017-12-18 12:33:28 +00:00
|
|
|
LICENSE= GPLv2+
|
2012-12-25 11:41:23 +00:00
|
|
|
|
2017-12-18 12:33:28 +00:00
|
|
|
RUN_DEPENDS= R-cran-fBasics>0:finance/R-cran-fBasics \
|
2016-08-25 06:54:40 +00:00
|
|
|
R-cran-timeDate>0:finance/R-cran-timeDate \
|
2017-12-18 12:33:28 +00:00
|
|
|
R-cran-timeSeries>0:finance/R-cran-timeSeries \
|
|
|
|
R-cran-fastICA>0:science/R-cran-fastICA
|
2016-08-25 06:54:40 +00:00
|
|
|
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit
|
2012-12-25 11:41:23 +00:00
|
|
|
|
2016-08-25 06:54:40 +00:00
|
|
|
USES= cran:auto-plist,compiles
|
2012-12-25 11:41:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|