pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-timechange
Module Name: pkgsrc
Committed By: mef
Date: Mon Jun 5 11:41:20 UTC 2023
Added Files:
pkgsrc/time/R-timechange: DESCR Makefile distinfo
Log Message:
time/R-timechange: import R-timechange-0.2.0
Efficient routines for manipulation of date-time objects while
accounting for time-zones and daylight saving times. The package
includes utilities for updating of date-time components (year, month,
day etc.), modification of time-zones, rounding of date-times, period
addition and subtraction etc. 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 -r0 -r1.1 pkgsrc/time/R-timechange/DESCR \
pkgsrc/time/R-timechange/Makefile pkgsrc/time/R-timechange/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/time/R-timechange/DESCR
diff -u /dev/null pkgsrc/time/R-timechange/DESCR:1.1
--- /dev/null Mon Jun 5 11:41:20 2023
+++ pkgsrc/time/R-timechange/DESCR Mon Jun 5 11:41:20 2023
@@ -0,0 +1,7 @@
+Efficient routines for manipulation of date-time objects while
+accounting for time-zones and daylight saving times. The package
+includes utilities for updating of date-time components (year, month,
+day etc.), modification of time-zones, rounding of date-times, period
+addition and subtraction etc. 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-timechange/Makefile
diff -u /dev/null pkgsrc/time/R-timechange/Makefile:1.1
--- /dev/null Mon Jun 5 11:41:20 2023
+++ pkgsrc/time/R-timechange/Makefile Mon Jun 5 11:41:20 2023
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2023/06/05 11:41:20 mef Exp $
+
+R_PKGNAME= timechange
+R_PKGVER= 0.2.0
+CATEGORIES= time
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Efficient Manipulation of Date-Times
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c c++11
+
+.include "../../lang/R-cpp11/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/R-timechange/distinfo
diff -u /dev/null pkgsrc/time/R-timechange/distinfo:1.1
--- /dev/null Mon Jun 5 11:41:20 2023
+++ pkgsrc/time/R-timechange/distinfo Mon Jun 5 11:41:20 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/05 11:41:20 mef Exp $
+
+BLAKE2s (R/timechange_0.2.0.tar.gz) = 409caf358cbb87c4dc42f9e47ebdd1136acc4374984cf7eeaf9398d76005160a
+SHA512 (R/timechange_0.2.0.tar.gz) = 310e39728ea07749c02b38fbfda13e6a0b09f37364cf034b8b065677e1fd6f8eba2b612e08a510479525dfa9664e43d9a2cde983109c03d78346ad0c8430f723
+Size (R/timechange_0.2.0.tar.gz) = 102806 bytes
Home |
Main Index |
Thread Index |
Old Index