pkgsrc-Changes archive

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

CVS commit: pkgsrc/time



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

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 <https://github.com/google/cctz> 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@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"
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



Home | Main Index | Thread Index | Old Index