Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time time/R-lubridate: import R-lubridate-1.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8e7f363d273
branches:  trunk
changeset: 436641:f8e7f363d273
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 02:33:41 2020 +0000

description:
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 <https://github.com/google/cctz> for more details.

diffstat:

 time/Makefile             |   3 ++-
 time/R-lubridate/DESCR    |   8 ++++++++
 time/R-lubridate/Makefile |  17 +++++++++++++++++
 time/R-lubridate/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r 0f5b23cd86c6 -r f8e7f363d273 time/Makefile
--- a/time/Makefile     Fri Aug 07 02:05:07 2020 +0000
+++ b/time/Makefile     Fri Aug 07 02:33:41 2020 +0000
@@ -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
diff -r 0f5b23cd86c6 -r f8e7f363d273 time/R-lubridate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-lubridate/DESCR    Fri Aug 07 02:33:41 2020 +0000
@@ -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 <https://github.com/google/cctz> for more details.
diff -r 0f5b23cd86c6 -r f8e7f363d273 time/R-lubridate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-lubridate/Makefile Fri Aug 07 02:33:41 2020 +0000
@@ -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@localhost
+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"
diff -r 0f5b23cd86c6 -r f8e7f363d273 time/R-lubridate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-lubridate/distinfo Fri Aug 07 02:33:41 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index