diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2021-12-10 05:03:25 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-12-10 05:03:25 +0000 |
commit | 22d8c1a749a41e926fe47722a3692b28d6e95740 (patch) | |
tree | ac9b11ba72ff07db056b1bfab6b33bf62b005086 /math/R-cran-date | |
parent | 6182d5b8b7082397a005af992f8e029090e26e28 (diff) | |
download | ports-22d8c1a749a41e926fe47722a3692b28d6e95740.tar.gz ports-22d8c1a749a41e926fe47722a3692b28d6e95740.zip |
Diffstat (limited to 'math/R-cran-date')
-rw-r--r-- | math/R-cran-date/Makefile | 15 | ||||
-rw-r--r-- | math/R-cran-date/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-date/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
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 |