ports/172298: [patch] 7 R-cran ports: finance/R-cran-fBasics finance/R-cran-fGarch math/R-cran-quadprog math/R-cran-stabledist finance/R-cran-timeDate finance/R-cran-timeSeries finance/R-cran-tseries

David Naylor naylor.b.david at gmail.com
Wed Oct 3 08:20:13 UTC 2012


>Number:         172298
>Category:       ports
>Synopsis:       [patch] 7 R-cran ports: finance/R-cran-fBasics finance/R-cran-fGarch math/R-cran-quadprog math/R-cran-stabledist finance/R-cran-timeDate finance/R-cran-timeSeries finance/R-cran-tseries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 03 08:20:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     David Naylor
>Release:        
>Organization:
>Environment:
>Description:
7 financial packages from CRAN for R
 - finance/R-cran-fBasics: Markets and Basic Statistics
 - finance/R-cran-fGarch: Autoregressive Conditional Heteroskedastic Modelling
 - math/R-cran-quadprog: Functions to solve Quadratic Programming Problems
 - math/R-cran-stabledist: Stable Distribution Functions
 - finance/R-cran-timeDate: Chronological and Calendar Objects
 - finance/R-cran-timeSeries: Financial Time Series Objects
 - finance/R-cran-tseries: Time series analysis and computational finance
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	R-cran-fBasics
#	R-cran-fBasics/Makefile
#	R-cran-fBasics/distinfo
#	R-cran-fBasics/pkg-descr
#	R-cran-fGarch
#	R-cran-fGarch/Makefile
#	R-cran-fGarch/distinfo
#	R-cran-fGarch/pkg-descr
#	R-cran-quadprog
#	R-cran-quadprog/Makefile
#	R-cran-quadprog/distinfo
#	R-cran-quadprog/pkg-descr
#	R-cran-stabledist
#	R-cran-stabledist/Makefile
#	R-cran-stabledist/distinfo
#	R-cran-stabledist/pkg-descr
#	R-cran-timeDate
#	R-cran-timeDate/Makefile
#	R-cran-timeDate/distinfo
#	R-cran-timeDate/pkg-descr
#	R-cran-timeSeries
#	R-cran-timeSeries/Makefile
#	R-cran-timeSeries/distinfo
#	R-cran-timeSeries/pkg-descr
#	R-cran-tseries
#	R-cran-tseries/Makefile
#	R-cran-tseries/distinfo
#	R-cran-tseries/pkg-descr
#
echo c - R-cran-fBasics
mkdir -p R-cran-fBasics > /dev/null 2>&1
echo x - R-cran-fBasics/Makefile
sed 's/^X//' >R-cran-fBasics/Makefile << '6364359c1387f72967ffa43e8e566299'
X# New ports collection makefile for:	fBasics
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fBasics
XDISTVERSION=	2160.85
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Markets and Basic Statistics
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XRUN_DEPENDS=	R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
X		R-cran-timeSeries>=2100.84:${PORTSDIR}/finance/R-cran-timeSeries \
X		R-cran-stabledist>0:${PORTSDIR}/math/R-cran-stabledist
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
6364359c1387f72967ffa43e8e566299
echo x - R-cran-fBasics/distinfo
sed 's/^X//' >R-cran-fBasics/distinfo << 'f8a08783bfb36e97eb6f67ccfebdec52'
XSHA256 (fBasics_2160.85.tar.gz) = d6d7c1937e6a29a0f67234b1c3a80835ed4550e0395f5e2c66de5207f2c533f8
XSIZE (fBasics_2160.85.tar.gz) = 661835
f8a08783bfb36e97eb6f67ccfebdec52
echo x - R-cran-fBasics/pkg-descr
sed 's/^X//' >R-cran-fBasics/pkg-descr << 'ebb66664d5f5fb6203cfb5b80fda5c02'
XThe Rmetrics "fBasics" package is a collection of functions to explore and to
Xinvestigate basic properties of financial returns and related quantities.  The
Xcovered fields include techniques of explorative data analysis and the
Xinvestigation of distributional properties, including parameter estimation and
Xhypothesis testing. Evenmore there are several utility functions for data
Xhandling and management.
X
X
XWWW:	http://cran.r-project.org/web/packages/fBasics/index.html
ebb66664d5f5fb6203cfb5b80fda5c02
echo c - R-cran-fGarch
mkdir -p R-cran-fGarch > /dev/null 2>&1
echo x - R-cran-fGarch/Makefile
sed 's/^X//' >R-cran-fGarch/Makefile << '257b555b99fe772eae5522050e889311'
X# New ports collection makefile for:	fGarch
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fGarch
XDISTVERSION=	2150.81
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Autoregressive Conditional Heteroskedastic Modelling
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XRUN_DEPENDS=	R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
X		R-cran-timeSeries>0:${PORTSDIR}/finance/R-cran-timeSeries \
X		R-cran-fBasics>=2100.78:${PORTSDIR}/finance/R-cran-fBasics
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
257b555b99fe772eae5522050e889311
echo x - R-cran-fGarch/distinfo
sed 's/^X//' >R-cran-fGarch/distinfo << '7e13f86660caca5e670c1de2d0bf79f1'
XSHA256 (fGarch_2150.81.tar.gz) = 3835ef4e17a35af625aa6d02542f2f1b316683691de9b21796953fadf5a844ca
XSIZE (fGarch_2150.81.tar.gz) = 151484
7e13f86660caca5e670c1de2d0bf79f1
echo x - R-cran-fGarch/pkg-descr
sed 's/^X//' >R-cran-fGarch/pkg-descr << 'a5ebc105261ab19dd1ea44ff88d95e7a'
XPackage of econometric functions for modelling GARCH processes.
X
XWWW:	http://cran.r-project.org/web/packages/fGarch/index.html
a5ebc105261ab19dd1ea44ff88d95e7a
echo c - R-cran-quadprog
mkdir -p R-cran-quadprog > /dev/null 2>&1
echo x - R-cran-quadprog/Makefile
sed 's/^X//' >R-cran-quadprog/Makefile << '790c902941f2d0eb30fd8ecea3ec52bd'
X# New ports collection makefile for:	quadprog
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	quadprog
XDISTVERSION=	1.5-4
XCATEGORIES=	math
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Functions to solve Quadratic Programming Problems
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
790c902941f2d0eb30fd8ecea3ec52bd
echo x - R-cran-quadprog/distinfo
sed 's/^X//' >R-cran-quadprog/distinfo << 'd767841377fb5156c3897b28805591a9'
XSHA256 (quadprog_1.5-4.tar.gz) = b596941afb3809a4f7fb7a635c78e64f9dbbce80c7f053825765880e79fe4ea0
XSIZE (quadprog_1.5-4.tar.gz) = 34653
d767841377fb5156c3897b28805591a9
echo x - R-cran-quadprog/pkg-descr
sed 's/^X//' >R-cran-quadprog/pkg-descr << 'e93d1fd8622e83db25db1db78c0ffa1e'
XThis routine implements the dual method of Goldfarb and Idnani (1982, 1983) for
Xsolving quadratic programming problems of the form min(?dT b + 1/2bT Db) with
Xthe constraints AT b >= b0.
X
XWWW:	http://cran.r-project.org/web/packages/quadprog/index.html
e93d1fd8622e83db25db1db78c0ffa1e
echo c - R-cran-stabledist
mkdir -p R-cran-stabledist > /dev/null 2>&1
echo x - R-cran-stabledist/Makefile
sed 's/^X//' >R-cran-stabledist/Makefile << '510e6dde5b7d44a0e8e40cf147adec2a'
X# New ports collection makefile for:	stabledist
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	stabledist
XDISTVERSION=	0.6-5
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Stable Distribution Functions
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
510e6dde5b7d44a0e8e40cf147adec2a
echo x - R-cran-stabledist/distinfo
sed 's/^X//' >R-cran-stabledist/distinfo << '19389806b4a0ba889e77af6fe643c9b5'
XSHA256 (stabledist_0.6-5.tar.gz) = 4d5ec07b374d709c4870eaa1e0990fcf3300e0072c50a47ea9d906c6e14c0e9e
XSIZE (stabledist_0.6-5.tar.gz) = 30938
19389806b4a0ba889e77af6fe643c9b5
echo x - R-cran-stabledist/pkg-descr
sed 's/^X//' >R-cran-stabledist/pkg-descr << 'cd3f6390f5cae9e7cc966bc67252c37e'
XA collection and description of functions to compute density, distribution and
Xquantile function and to generate random variates of the stable distribution.
X
XWWW:	http://cran.r-project.org/web/packages/stabledist/index.html
cd3f6390f5cae9e7cc966bc67252c37e
echo c - R-cran-timeDate
mkdir -p R-cran-timeDate > /dev/null 2>&1
echo x - R-cran-timeDate/Makefile
sed 's/^X//' >R-cran-timeDate/Makefile << '73058cbd993086c1106d3891a37e5abe'
X# New ports collection makefile for:	timeDate
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	timeDate
XDISTVERSION=	2160.97
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Chronological and Calendar Objects
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
73058cbd993086c1106d3891a37e5abe
echo x - R-cran-timeDate/distinfo
sed 's/^X//' >R-cran-timeDate/distinfo << '047821994742168793cdad14bee0ba69'
XSHA256 (timeDate_2160.97.tar.gz) = 42a832e42b5feb173fbf9bf635fac814085f7f64fded2c90efd7a1d4720181f3
XSIZE (timeDate_2160.97.tar.gz) = 299110
047821994742168793cdad14bee0ba69
echo x - R-cran-timeDate/pkg-descr
sed 's/^X//' >R-cran-timeDate/pkg-descr << '924e00f7577c63d695464c0d3743fd06'
XPackage of calendar, date, time tools and utilities for Rmetrics.
X
XWWW:	http://cran.r-project.org/web/packages/timeDate/index.html
924e00f7577c63d695464c0d3743fd06
echo c - R-cran-timeSeries
mkdir -p R-cran-timeSeries > /dev/null 2>&1
echo x - R-cran-timeSeries/Makefile
sed 's/^X//' >R-cran-timeSeries/Makefile << '4946032b7bdc7fdfffa8824bedb549ad'
X# New ports collection makefile for:	timeSeries
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	timeSeries
XDISTVERSION=	2160.95
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Financial Time Series Objects
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XRUN_DEPENDS=	R-cran-timeDate>=2150.95:${PORTSDIR}/finance/R-cran-timeDate
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
4946032b7bdc7fdfffa8824bedb549ad
echo x - R-cran-timeSeries/distinfo
sed 's/^X//' >R-cran-timeSeries/distinfo << '0b84d6a2d9b7ca459b44224850381f32'
XSHA256 (timeSeries_2160.95.tar.gz) = 241ddb79238332d863d974d4479ec1fcf3e6500b191ae53d137fdb5985b7733d
XSIZE (timeSeries_2160.95.tar.gz) = 299671
0b84d6a2d9b7ca459b44224850381f32
echo x - R-cran-timeSeries/pkg-descr
sed 's/^X//' >R-cran-timeSeries/pkg-descr << 'c419c0abc1f09b80570fa49245d54c98'
XPackage of time series tools and utilities.
X
XWWW:	http://cran.r-project.org/web/packages/timeSeries/index.html
c419c0abc1f09b80570fa49245d54c98
echo c - R-cran-tseries
mkdir -p R-cran-tseries > /dev/null 2>&1
echo x - R-cran-tseries/Makefile
sed 's/^X//' >R-cran-tseries/Makefile << 'ffb2f944bba5d51d559038daefb6829c'
X# New ports collection makefile for:	tseries
X# Date created:		02 October 2012
X# Whom:			David Naylor <naylor.b.david at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tseries
XDISTVERSION=	0.10-29
XCATEGORIES=	finance
XDISTNAME=	${PORTNAME}_${DISTVERSION}
X
XMAINTAINER=	naylor.b.david at gmail.com
XCOMMENT=	Time series analysis and computational finance
X
XLICENSE=	GPLv2 GPLv3
XLICENSE_COMB=	dual
X
XRUN_DEPENDS=	R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
X		R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
X
XUSE_R_MOD=	yes
XR_MOD_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
ffb2f944bba5d51d559038daefb6829c
echo x - R-cran-tseries/distinfo
sed 's/^X//' >R-cran-tseries/distinfo << 'a7e26371018cfa562948fcce77e0bf59'
XSHA256 (tseries_0.10-29.tar.gz) = 01e2111b54ff7f6c2a61e0a95612f5b7e18a663518447d71291b517aa9e20bb9
XSIZE (tseries_0.10-29.tar.gz) = 165150
a7e26371018cfa562948fcce77e0bf59
echo x - R-cran-tseries/pkg-descr
sed 's/^X//' >R-cran-tseries/pkg-descr << '313fa7d4fbcb85aaac4e30ac5d475310'
XComputes the Augmented Dickey-Fuller test for the null that x has a unit root.
X
XWWW:	http://cran.r-project.org/web/packages/tseries/index.html
313fa7d4fbcb85aaac4e30ac5d475310
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list