Date: Tue, 25 Dec 2012 11:28:22 +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: r309475 - in head/finance: . R-cran-timeDate Message-ID: <201212251128.qBPBSMFI045623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Dec 25 11:28:21 2012 New Revision: 309475 URL: http://svnweb.freebsd.org/changeset/ports/309475 Log: - Add a new port: finance/R-cran-timeDate Package of calendar, date, time tools and utilities for Rmetrics. WWW: http://cran.r-project.org/web/packages/timeDate/ PR: ports/172298 (based on) Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com> Added: head/finance/R-cran-timeDate/ head/finance/R-cran-timeDate/Makefile (contents, props changed) head/finance/R-cran-timeDate/distinfo (contents, props changed) head/finance/R-cran-timeDate/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Dec 25 11:24:38 2012 (r309474) +++ head/finance/Makefile Tue Dec 25 11:28:21 2012 (r309475) @@ -12,6 +12,7 @@ SUBDIR += R-cran-plm SUBDIR += R-cran-quantmod SUBDIR += R-cran-strucchange + SUBDIR += R-cran-timeDate SUBDIR += R-cran-urca SUBDIR += R-cran-vars SUBDIR += aqbanking Added: head/finance/R-cran-timeDate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeDate/Makefile Tue Dec 25 11:28:21 2012 (r309475) @@ -0,0 +1,18 @@ +# Created by: David Naylor <naylor.b.david@gmail.com> +# $FreeBSD$ + +PORTNAME= timeDate +PORTVERSION= 2160.97 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Chronological and Calendar Objects + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/finance/R-cran-timeDate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeDate/distinfo Tue Dec 25 11:28:21 2012 (r309475) @@ -0,0 +1,2 @@ +SHA256 (timeDate_2160.97.tar.gz) = 42a832e42b5feb173fbf9bf635fac814085f7f64fded2c90efd7a1d4720181f3 +SIZE (timeDate_2160.97.tar.gz) = 299110 Added: head/finance/R-cran-timeDate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-timeDate/pkg-descr Tue Dec 25 11:28:21 2012 (r309475) @@ -0,0 +1,3 @@ +Package of calendar, date, time tools and utilities for Rmetrics. + +WWW: http://cran.r-project.org/web/packages/timeDate/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251128.qBPBSMFI045623>