Received: by mail.netbsd.org (Postfix, from userid 605) id 5022184D74; Fri, 7 Aug 2020 02:33:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C965F84D28 for ; Fri, 7 Aug 2020 02:33:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iEqpY6xEXxJA for ; Fri, 7 Aug 2020 02:33:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3454684CE7 for ; Fri, 7 Aug 2020 02:33:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28AABFB28; Fri, 7 Aug 2020 02:33:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159676762248790" MIME-Version: 1.0 Date: Fri, 7 Aug 2020 02:33:42 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/time To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200807023342.28AABFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159676762248790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Fri Aug 7 02:33:42 UTC 2020 Modified Files: pkgsrc/time: Makefile Added Files: pkgsrc/time/R-lubridate: DESCR Makefile distinfo Log Message: time/R-lubridate: import R-lubridate-1.7.4 Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See for more details. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 pkgsrc/time/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-lubridate/DESCR \ pkgsrc/time/R-lubridate/Makefile pkgsrc/time/R-lubridate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159676762248790 Content-Disposition: inline Content-Length: 2584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.211 pkgsrc/time/Makefile:1.212 --- pkgsrc/time/Makefile:1.211 Mon Aug 3 23:04:47 2020 +++ pkgsrc/time/Makefile Fri Aug 7 02:33:41 2020 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.211 2020/08/03 23:04:47 joerg Exp $ +# $NetBSD: Makefile,v 1.212 2020/08/07 02:33:41 brook Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications SUBDIR+= R-hms +SUBDIR+= R-lubridate SUBDIR+= R-timeDate SUBDIR+= abclock SUBDIR+= anacron Added files: Index: pkgsrc/time/R-lubridate/DESCR diff -u /dev/null pkgsrc/time/R-lubridate/DESCR:1.1 --- /dev/null Fri Aug 7 02:33:42 2020 +++ pkgsrc/time/R-lubridate/DESCR Fri Aug 7 02:33:41 2020 @@ -0,0 +1,8 @@ +Functions to work with date-times and time-spans: fast and user +friendly parsing of date-time data, extraction and updating of +components of a date-time (years, months, days, hours, minutes, and +seconds), algebraic manipulation on date-time and time-span objects. +The 'lubridate' package has a consistent and memorable syntax that +makes working with dates easy and fun. Parts of the 'CCTZ' source +code, released under the Apache 2.0 License, are included in this +package. See for more details. Index: pkgsrc/time/R-lubridate/Makefile diff -u /dev/null pkgsrc/time/R-lubridate/Makefile:1.1 --- /dev/null Fri Aug 7 02:33:42 2020 +++ pkgsrc/time/R-lubridate/Makefile Fri Aug 7 02:33:41 2020 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2020/08/07 02:33:41 brook Exp $ + +R_PKGNAME= lubridate +R_PKGVER= 1.7.4 +CATEGORIES= time + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Make Dealing with Dates a Little Easier +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/time/R-lubridate/distinfo diff -u /dev/null pkgsrc/time/R-lubridate/distinfo:1.1 --- /dev/null Fri Aug 7 02:33:42 2020 +++ pkgsrc/time/R-lubridate/distinfo Fri Aug 7 02:33:41 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/07 02:33:41 brook Exp $ + +SHA1 (R/lubridate_1.7.4.tar.gz) = fd99b47fc74bc5e240a32cbcc3bae20a27f973ce +RMD160 (R/lubridate_1.7.4.tar.gz) = 1a4f75b8c235f827c9a63ba3e8c6513166f60826 +SHA512 (R/lubridate_1.7.4.tar.gz) = b77af2a16c07a24278bf59eab2231524f81c6f4ce92d9e8b5ffe3d4cb8fe8af229c8bbe1c94d596cb858c2f7cef83a7b99b6e15654402f12d911d887dc04ab5b +Size (R/lubridate_1.7.4.tar.gz) = 449850 bytes --_----------=_159676762248790--