Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2012 11:41:23 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309479 - in head/finance: . R-cran-fGarch
Message-ID:  <201212251141.qBPBfNGe047796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Dec 25 11:41:23 2012
New Revision: 309479
URL: http://svnweb.freebsd.org/changeset/ports/309479

Log:
  - Add a new port: finance/R-cran-fGarch
  
    Package of econometric functions for modelling GARCH processes.
  
    WWW: http://cran.r-project.org/web/packages/fGarch/
  
  PR:		ports/172298 (based on)
  Submitted by:	David Naylor <naylor.b.david_AT_gmail_DOT_com>

Added:
  head/finance/R-cran-fGarch/
  head/finance/R-cran-fGarch/Makefile   (contents, props changed)
  head/finance/R-cran-fGarch/distinfo   (contents, props changed)
  head/finance/R-cran-fGarch/pkg-descr   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Tue Dec 25 11:36:41 2012	(r309478)
+++ head/finance/Makefile	Tue Dec 25 11:41:23 2012	(r309479)
@@ -8,6 +8,7 @@
     SUBDIR += R-cran-TTR
     SUBDIR += R-cran-ccgarch
     SUBDIR += R-cran-fBasics
+    SUBDIR += R-cran-fGarch
     SUBDIR += R-cran-gmm
     SUBDIR += R-cran-lmtest
     SUBDIR += R-cran-plm

Added: head/finance/R-cran-fGarch/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/R-cran-fGarch/Makefile	Tue Dec 25 11:41:23 2012	(r309479)
@@ -0,0 +1,22 @@
+# Created by: David Naylor <naylor.b.david@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	fGarch
+PORTVERSION=	2150.81
+CATEGORIES=	finance
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	naylor.b.david@gmail.com
+COMMENT=	Autoregressive Conditional Heteroskedastic Modelling
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
+		R-cran-timeSeries>0:${PORTSDIR}/finance/R-cran-timeSeries \
+		R-cran-fBasics>=2100.78:${PORTSDIR}/finance/R-cran-fBasics
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/finance/R-cran-fGarch/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/R-cran-fGarch/distinfo	Tue Dec 25 11:41:23 2012	(r309479)
@@ -0,0 +1,2 @@
+SHA256 (fGarch_2150.81.tar.gz) = 3835ef4e17a35af625aa6d02542f2f1b316683691de9b21796953fadf5a844ca
+SIZE (fGarch_2150.81.tar.gz) = 151484

Added: head/finance/R-cran-fGarch/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/R-cran-fGarch/pkg-descr	Tue Dec 25 11:41:23 2012	(r309479)
@@ -0,0 +1,3 @@
+Package of econometric functions for modelling GARCH processes.
+
+WWW: http://cran.r-project.org/web/packages/fGarch/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251141.qBPBfNGe047796>