Date: Tue, 25 Dec 2012 11:31:09 +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: r309476 - in head/finance: . R-cran-timeSeries Message-ID: <201212251131.qBPBV96T046145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Dec 25 11:31:08 2012 New Revision: 309476 URL: http://svnweb.freebsd.org/changeset/ports/309476 Log: - Add a new port: finance/R-cran-timeSeries Package of time series tools and utilities. WWW: http://cran.r-project.org/web/packages/timeSeries/ PR: ports/172298 (based on) Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com> Added: head/finance/R-cran-timeSeries/ head/finance/R-cran-timeSeries/Makefile (contents, props changed) head/finance/R-cran-timeSeries/distinfo (contents, props changed) head/finance/R-cran-timeSeries/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Dec 25 11:28:21 2012 (r309475) +++ head/finance/Makefile Tue Dec 25 11:31:08 2012 (r309476) @@ -13,6 +13,7 @@ SUBDIR += R-cran-quantmod SUBDIR += R-cran-strucchange SUBDIR += R-cran-timeDate + SUBDIR += R-cran-timeSeries SUBDIR += R-cran-urca SUBDIR += R-cran-vars SUBDIR += aqbanking Added: head/finance/R-cran-timeSeries/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeSeries/Makefile Tue Dec 25 11:31:08 2012 (r309476) @@ -0,0 +1,20 @@ +# Created by: David Naylor <naylor.b.david@gmail.com> +# $FreeBSD$ + +PORTNAME= timeSeries +PORTVERSION= 2160.95 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Financial Time Series Objects + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-timeDate>=2150.95:${PORTSDIR}/finance/R-cran-timeDate + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/finance/R-cran-timeSeries/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeSeries/distinfo Tue Dec 25 11:31:08 2012 (r309476) @@ -0,0 +1,2 @@ +SHA256 (timeSeries_2160.95.tar.gz) = 241ddb79238332d863d974d4479ec1fcf3e6500b191ae53d137fdb5985b7733d +SIZE (timeSeries_2160.95.tar.gz) = 299671 Added: head/finance/R-cran-timeSeries/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeSeries/pkg-descr Tue Dec 25 11:31:08 2012 (r309476) @@ -0,0 +1,3 @@ +Package of time series tools and utilities. + +WWW: http://cran.r-project.org/web/packages/timeSeries/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251131.qBPBV96T046145>