From owner-svn-ports-all@FreeBSD.ORG Tue Dec 25 11:28:23 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 62DC14D2; Tue, 25 Dec 2012 11:28:23 +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 2AFB98FC0A; Tue, 25 Dec 2012 11:28:23 +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 qBPBSNJZ045627; Tue, 25 Dec 2012 11:28:23 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPBSMFI045623; Tue, 25 Dec 2012 11:28:22 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212251128.qBPBSMFI045623@svn.freebsd.org> From: TAKATSU Tomonari Date: Tue, 25 Dec 2012 11:28:22 +0000 (UTC) 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 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:28:23 -0000 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 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 +# $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 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/