Received: by mail.netbsd.org (Postfix, from userid 605) id 2769584EDD; Sun, 21 Jan 2024 08:49:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5905D84E55 for ; Sun, 21 Jan 2024 08:49:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M5KLMVU13oT0 for ; Sun, 21 Jan 2024 08:49:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B1FC984CCC for ; Sun, 21 Jan 2024 08:49:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7334FA42; Sun, 21 Jan 2024 08:49:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170582697820040" MIME-Version: 1.0 Date: Sun, 21 Jan 2024 08:49:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/R-RcppDate To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240121084938.A7334FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170582697820040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_170582697820040 Content-Disposition: inline Content-Length: 2221 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_170582697820040--