pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/R-nanotime
Module Name: pkgsrc
Committed By: mef
Date: Sun Jan 21 10:35:29 UTC 2024
Added Files:
pkgsrc/time/R-nanotime: DESCR Makefile distinfo
Log Message:
(time/R-nanotime) import R-nanotime-0.3.7
Full 64-bit resolution date and time functionality with nanosecond
granularity is provided, with easy transition to and from the standard
'POSIXct' type. Three additional classes offer interval, period and
duration functionality for nanosecond-resolution timestamps.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-nanotime/DESCR \
pkgsrc/time/R-nanotime/Makefile pkgsrc/time/R-nanotime/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-nanotime/DESCR
diff -u /dev/null pkgsrc/time/R-nanotime/DESCR:1.1
--- /dev/null Sun Jan 21 10:35:29 2024
+++ pkgsrc/time/R-nanotime/DESCR Sun Jan 21 10:35:29 2024
@@ -0,0 +1,4 @@
+Full 64-bit resolution date and time functionality with nanosecond
+granularity is provided, with easy transition to and from the standard
+'POSIXct' type. Three additional classes offer interval, period and
+duration functionality for nanosecond-resolution timestamps.
Index: pkgsrc/time/R-nanotime/Makefile
diff -u /dev/null pkgsrc/time/R-nanotime/Makefile:1.1
--- /dev/null Sun Jan 21 10:35:29 2024
+++ pkgsrc/time/R-nanotime/Makefile Sun Jan 21 10:35:29 2024
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2024/01/21 10:35:29 mef Exp $
+
+R_PKGNAME= nanotime
+R_PKGVER= 0.3.7
+CATEGORIES= time
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Nanosecond-Resolution Time Support for R
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+= R-bit64>=4.0.5:../../devel/R-bit64
+DEPENDS+= R-RcppDate-[0-9]*:../../time/R-RcppDate
+DEPENDS+= R-RcppCCTZ-[0-9]*:../../time/R-RcppCCTZ
+DEPENDS+= R-zoo>=1.8.12:../../math/R-zoo
+
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
+TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
+
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../time/R-RcppCCTZ/buildlink3.mk"
+.include "../../time/R-RcppDate/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/R-nanotime/distinfo
diff -u /dev/null pkgsrc/time/R-nanotime/distinfo:1.1
--- /dev/null Sun Jan 21 10:35:29 2024
+++ pkgsrc/time/R-nanotime/distinfo Sun Jan 21 10:35:29 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/21 10:35:29 mef Exp $
+
+BLAKE2s (R/nanotime_0.3.7.tar.gz) = 1507113f4bd7e1f02a436c582a8b58c9f1c5d92368e14df4675188987df97506
+SHA512 (R/nanotime_0.3.7.tar.gz) = 2b35e366100fa4ccb2f787daa4ea42460e07df2367f677c5024f3078184fa7fba0edabfddb9ac206348bbf2b1b806f0d2d748b249f089504981877ab57fe95a8
+Size (R/nanotime_0.3.7.tar.gz) = 412173 bytes
Home |
Main Index |
Thread Index |
Old Index