From owner-dev-commits-ports-all@freebsd.org Thu Jul 22 04:48:55 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 373B7653290; Thu, 22 Jul 2021 04:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVg2b0jwwz3qNQ; Thu, 22 Jul 2021 04:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00AF83347; Thu, 22 Jul 2021 04:48:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16M4msmx085363; Thu, 22 Jul 2021 04:48:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16M4mse0085362; Thu, 22 Jul 2021 04:48:54 GMT (envelope-from git) Date: Thu, 22 Jul 2021 04:48:54 GMT Message-Id: <202107220448.16M4mse0085362@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: TAKATSU Tomonari Subject: git: 0813338f646c - main - devel/R-cran-tzdb: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tota X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0813338f646c74c34998503f3f2c0da32c98fb18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2021 04:48:55 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=0813338f646c74c34998503f3f2c0da32c98fb18 commit 0813338f646c74c34998503f3f2c0da32c98fb18 Author: TAKATSU Tomonari AuthorDate: 2021-07-22 02:05:57 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-07-22 03:10:27 +0000 devel/R-cran-tzdb: Add new port Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations. WWW: https://cran.r-project.org/web/packages/tzdb/ --- devel/Makefile | 1 + devel/R-cran-tzdb/Makefile | 18 ++++++++++++++++++ devel/R-cran-tzdb/distinfo | 3 +++ devel/R-cran-tzdb/pkg-descr | 11 +++++++++++ 4 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 5a05792b69b6..4d0d7b5d68dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -105,6 +105,7 @@ SUBDIR += R-cran-tidyr SUBDIR += R-cran-tidyselect SUBDIR += R-cran-tinytest + SUBDIR += R-cran-tzdb SUBDIR += R-cran-uuid SUBDIR += R-cran-vcd SUBDIR += R-cran-vctrs diff --git a/devel/R-cran-tzdb/Makefile b/devel/R-cran-tzdb/Makefile new file mode 100644 index 000000000000..4dbb58ffeae7 --- /dev/null +++ b/devel/R-cran-tzdb/Makefile @@ -0,0 +1,18 @@ +PORTNAME= tzdb +PORTVERSION= 0.1.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Time Zone Database Information + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-cpp11>0:devel/R-cran-cpp11 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= compiler:c++11-lang cran:auto-plist,compiles shebangfix +SHEBANG_FILES= inst/tzdata/zoneinfo2tdf.pl + +.include diff --git a/devel/R-cran-tzdb/distinfo b/devel/R-cran-tzdb/distinfo new file mode 100644 index 000000000000..2198ba04d3c5 --- /dev/null +++ b/devel/R-cran-tzdb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626919332 +SHA256 (tzdb_0.1.2.tar.gz) = 4c7875e713262f7140527d6cbdddce6ff32f1aff3ebeb7d94e3044d199b288ea +SIZE (tzdb_0.1.2.tar.gz) = 550301 diff --git a/devel/R-cran-tzdb/pkg-descr b/devel/R-cran-tzdb/pkg-descr new file mode 100644 index 000000000000..4d22b4bb9895 --- /dev/null +++ b/devel/R-cran-tzdb/pkg-descr @@ -0,0 +1,11 @@ +Provides an up-to-date copy of the Internet Assigned Numbers Authority +(IANA) Time Zone Database. It is updated periodically to reflect +changes made by political bodies to time zone boundaries, UTC +offsets, and daylight saving time rules. Additionally, this package +provides a C++ interface for working with the 'date' library. 'date' +provides comprehensive support for working with dates and date-times, +which this package exposes to make it easier for other R packages +to utilize. Headers are provided for calendar specific calculations, +along with a limited interface for time zone manipulations. + +WWW: https://cran.r-project.org/web/packages/tzdb/