From owner-svn-ports-all@FreeBSD.ORG Mon May 6 03:00:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DA47DC2B; Mon, 6 May 2013 03:00:58 +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 B34BBA51; Mon, 6 May 2013 03:00:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4630wBU079876; Mon, 6 May 2013 03:00:58 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4630vbd079871; Mon, 6 May 2013 03:00:57 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201305060300.r4630vbd079871@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 6 May 2013 03:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317458 - in head/math: . R-cran-forecast 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: Mon, 06 May 2013 03:00:58 -0000 Author: tota Date: Mon May 6 03:00:57 2013 New Revision: 317458 URL: http://svnweb.freebsd.org/changeset/ports/317458 Log: -Add new port: math/R-cran-forecast Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. WWW: http://cran.r-project.org/web/packages/forecast/ Added: head/math/R-cran-forecast/ head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) head/math/R-cran-forecast/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon May 6 02:56:30 2013 (r317457) +++ head/math/Makefile Mon May 6 03:00:57 2013 (r317458) @@ -20,6 +20,7 @@ SUBDIR += R-cran-coda SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler + SUBDIR += R-cran-forecast SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable Added: head/math/R-cran-forecast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/Makefile Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= forecast +PORTVERSION= 4.03 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Forecasting functions for time series and linear models + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \ + R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/math/R-cran-forecast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/distinfo Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,2 @@ +SHA256 (forecast_4.03.tar.gz) = 320f0782f27f91b00393aee326ae1b6c186cc86ec1af03f28f22d232ecad7b75 +SIZE (forecast_4.03.tar.gz) = 130568 Added: head/math/R-cran-forecast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/pkg-descr Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,5 @@ +Methods and tools for displaying and analysing univariate time +series forecasts including exponential smoothing via state space +models and automatic ARIMA modelling. + +WWW: http://cran.r-project.org/web/packages/forecast/