pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-RcppDate



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 08:49:38 UTC 2024

Added Files:
        pkgsrc/time/R-RcppDate: DESCR Makefile distinfo

Log Message:
(time/R-RcppDate) import R-RcppDate-0.0.3

A header-only C++ library is provided with support for dates, time
zones, ISO weeks, Julian dates, and Islamic dates. 'date' offers
extensive date and time functionality for the C++11, C++14 and C++17
standards and was written by Howard Hinnant and released under the MIT
license. A slightly modified version has been accepted (along with
'tz.h') as part of C++20. This package regroups all header files from
the upstream repository by Howard Hinnant so that other R packages can
use them in their C++ code. At present, few of the types have explicit
'Rcpp' wrappers though these may be added as needed.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-RcppDate/DESCR \
    pkgsrc/time/R-RcppDate/Makefile pkgsrc/time/R-RcppDate/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-RcppDate/DESCR
diff -u /dev/null pkgsrc/time/R-RcppDate/DESCR:1.1
--- /dev/null   Sun Jan 21 08:49:38 2024
+++ pkgsrc/time/R-RcppDate/DESCR        Sun Jan 21 08:49:38 2024
@@ -0,0 +1,9 @@
+A header-only C++ library is provided with support for dates, time
+zones, ISO weeks, Julian dates, and Islamic dates. 'date' offers
+extensive date and time functionality for the C++11, C++14 and C++17
+standards and was written by Howard Hinnant and released under the MIT
+license. A slightly modified version has been accepted (along with
+'tz.h') as part of C++20. This package regroups all header files from
+the upstream repository by Howard Hinnant so that other R packages can
+use them in their C++ code. At present, few of the types have explicit
+'Rcpp' wrappers though these may be added as needed.
Index: pkgsrc/time/R-RcppDate/Makefile
diff -u /dev/null pkgsrc/time/R-RcppDate/Makefile:1.1
--- /dev/null   Sun Jan 21 08:49:38 2024
+++ pkgsrc/time/R-RcppDate/Makefile     Sun Jan 21 08:49:38 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/01/21 08:49:38 mef Exp $
+
+R_PKGNAME=     RcppDate
+R_PKGVER=      0.0.3
+CATEGORIES=    time
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       'date' C++ Header Library for Date and Time Functionality
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+
+USE_LANGUAGES=         c++
+USE_CXX_FEATURES+=     c++17
+
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/R-RcppDate/distinfo
diff -u /dev/null pkgsrc/time/R-RcppDate/distinfo:1.1
--- /dev/null   Sun Jan 21 08:49:38 2024
+++ pkgsrc/time/R-RcppDate/distinfo     Sun Jan 21 08:49:38 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/21 08:49:38 mef Exp $
+
+BLAKE2s (R/RcppDate_0.0.3.tar.gz) = e3efafd2862a8dec342e8fa767fd79b89a8f56ffe09782fc27b4661f352569fb
+SHA512 (R/RcppDate_0.0.3.tar.gz) = f4e7f7996e6f6f92dc3c2b8e4cc18676d8d020c17239420cb06c713cc729f8d6a82c2a2947653b6e32079acd32cbc37d59fe3bef14188d397700df4acb6d828e
+Size (R/RcppDate_0.0.3.tar.gz) = 89092 bytes



Home | Main Index | Thread Index | Old Index