From owner-svn-ports-all@FreeBSD.ORG Tue Dec 25 11:36:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C563928; Tue, 25 Dec 2012 11:36:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 69C4E8FC13; Tue, 25 Dec 2012 11:36:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPBagi0047074; Tue, 25 Dec 2012 11:36:42 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPBafPq047067; Tue, 25 Dec 2012 11:36:41 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212251136.qBPBafPq047067@svn.freebsd.org> From: TAKATSU Tomonari Date: Tue, 25 Dec 2012 11:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309478 - in head/finance: . R-cran-fBasics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 11:36:42 -0000 Author: tota Date: Tue Dec 25 11:36:41 2012 New Revision: 309478 URL: http://svnweb.freebsd.org/changeset/ports/309478 Log: - Add a new port: finance/R-cran-fBasics The Rmetrics "fBasics" package is a collection of functions to explore and to investigate basic properties of financial returns and related quantities. The covered fields include techniques of explorative data analysis and the investigation of distributional properties, including parameter estimation and hypothesis testing. Evenmore there are several utility functions for data handling and management. WWW: http://cran.r-project.org/web/packages/fBasics/ PR: ports/172298 (based on) Submitted by: David Naylor Added: head/finance/R-cran-fBasics/ head/finance/R-cran-fBasics/Makefile (contents, props changed) head/finance/R-cran-fBasics/distinfo (contents, props changed) head/finance/R-cran-fBasics/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Dec 25 11:33:21 2012 (r309477) +++ head/finance/Makefile Tue Dec 25 11:36:41 2012 (r309478) @@ -7,6 +7,7 @@ SUBDIR += R-cran-RFinanceYJ SUBDIR += R-cran-TTR SUBDIR += R-cran-ccgarch + SUBDIR += R-cran-fBasics SUBDIR += R-cran-gmm SUBDIR += R-cran-lmtest SUBDIR += R-cran-plm Added: head/finance/R-cran-fBasics/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/Makefile Tue Dec 25 11:36:41 2012 (r309478) @@ -0,0 +1,22 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= fBasics +PORTVERSION= 2160.85 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Markets and Basic Statistics + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ + R-cran-timeSeries>=2100.84:${PORTSDIR}/finance/R-cran-timeSeries \ + R-cran-stabledist>0:${PORTSDIR}/math/R-cran-stabledist + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/finance/R-cran-fBasics/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/distinfo Tue Dec 25 11:36:41 2012 (r309478) @@ -0,0 +1,2 @@ +SHA256 (fBasics_2160.85.tar.gz) = d6d7c1937e6a29a0f67234b1c3a80835ed4550e0395f5e2c66de5207f2c533f8 +SIZE (fBasics_2160.85.tar.gz) = 661835 Added: head/finance/R-cran-fBasics/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-fBasics/pkg-descr Tue Dec 25 11:36:41 2012 (r309478) @@ -0,0 +1,9 @@ +The Rmetrics "fBasics" package is a collection of functions to +explore and to investigate basic properties of financial returns +and related quantities. The covered fields include techniques of +explorative data analysis and the investigation of distributional +properties, including parameter estimation and hypothesis testing. +Evenmore there are several utility functions for data handling and +management. + +WWW: http://cran.r-project.org/web/packages/fBasics/