summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-07 02:33:41 +0000
committerbrook <brook@pkgsrc.org>2020-08-07 02:33:41 +0000
commit97959dc99fb263904c80650bbc2ff022f21d426a (patch)
tree57b98a26ea531e91ac0537015cdc649c99df6c5b /time
parenta896c6a18edecc9b4fb831fbba526b0915a4885c (diff)
downloadpkgsrc-97959dc99fb263904c80650bbc2ff022f21d426a.tar.gz
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 (limited to 'time')
-rw-r--r--time/Makefile3
-rw-r--r--time/R-lubridate/DESCR8
-rw-r--r--time/R-lubridate/Makefile17
-rw-r--r--time/R-lubridate/distinfo6
4 files changed, 33 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index b01a28e784d..49cc0518531 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -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 --git a/time/R-lubridate/DESCR b/time/R-lubridate/DESCR
new file mode 100644
index 00000000000..e28099abfdf
--- /dev/null
+++ b/time/R-lubridate/DESCR
@@ -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 --git a/time/R-lubridate/Makefile b/time/R-lubridate/Makefile
new file mode 100644
index 00000000000..92a33a50cf9
--- /dev/null
+++ b/time/R-lubridate/Makefile
@@ -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"
diff --git a/time/R-lubridate/distinfo b/time/R-lubridate/distinfo
new file mode 100644
index 00000000000..f0174042be7
--- /dev/null
+++ b/time/R-lubridate/distinfo
@@ -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