Date: Fri, 10 Dec 2021 05:03:35 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22d8c1a749a4 - main - math/R-cran-date: New port: Functions for Handling Dates Message-ID: <202112100503.1BA53ZI2063203@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=22d8c1a749a41e926fe47722a3692b28d6e95740 commit 22d8c1a749a41e926fe47722a3692b28d6e95740 Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-12-10 05:03:25 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-12-10 05:03:25 +0000 math/R-cran-date: New port: Functions for Handling Dates --- math/Makefile | 1 + math/R-cran-date/Makefile | 15 +++++++++++++++ math/R-cran-date/distinfo | 3 +++ math/R-cran-date/pkg-descr | 3 +++ 4 files changed, 22 insertions(+) diff --git a/math/Makefile b/math/Makefile index 3328f106622e..411e7a00036c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -45,6 +45,7 @@ SUBDIR += R-cran-combinat SUBDIR += R-cran-conf.design SUBDIR += R-cran-conquer + SUBDIR += R-cran-date SUBDIR += R-cran-ddalpha SUBDIR += R-cran-deldir SUBDIR += R-cran-dimRed diff --git a/math/R-cran-date/Makefile b/math/R-cran-date/Makefile new file mode 100644 index 000000000000..45dd0596bff9 --- /dev/null +++ b/math/R-cran-date/Makefile @@ -0,0 +1,15 @@ +# Created by: Guangyuan Yang <ygy@FreeBSD.org> + +PORTNAME= date +DISTVERSION= 1.2-39 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Functions for Handling Dates + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/math/R-cran-date/distinfo b/math/R-cran-date/distinfo new file mode 100644 index 000000000000..eb904fb0b314 --- /dev/null +++ b/math/R-cran-date/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639104741 +SHA256 (date_1.2-39.tar.gz) = b5b1935638b73373809c009f94b77f993cd301744488d9bdf71ef79c82099757 +SIZE (date_1.2-39.tar.gz) = 10429 diff --git a/math/R-cran-date/pkg-descr b/math/R-cran-date/pkg-descr new file mode 100644 index 000000000000..b775e7237713 --- /dev/null +++ b/math/R-cran-date/pkg-descr @@ -0,0 +1,3 @@ +Functions for handling dates. + +WWW: https://CRAN.R-project.org/package=date
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112100503.1BA53ZI2063203>