Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26BDE84D3E for ; Mon, 5 Jun 2023 11:41:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jd4GnyWDmDuw for ; Mon, 5 Jun 2023 11:41:20 +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 8B90684D36 for ; Mon, 5 Jun 2023 11:41:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8320CFA88; Mon, 5 Jun 2023 11:41:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685965280192560" MIME-Version: 1.0 Date: Mon, 5 Jun 2023 11:41:20 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/R-timechange To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230605114120.8320CFA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685965280192560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 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. --_----------=_1685965280192560 Content-Disposition: inline Content-Length: 1864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 +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 --_----------=_1685965280192560--