From f00a18b4374538048ef88748f26abd07dc75a280 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Wed, 15 May 2019 07:11:15 +0000 Subject: [PATCH] Pretty, human readable formatting of quantities. WWW: https://cran.r-project.org/web/packages/prettyunits/ --- devel/Makefile | 1 + devel/R-cran-prettyunits/Makefile | 20 ++++++++++++++++++++ devel/R-cran-prettyunits/distinfo | 3 +++ devel/R-cran-prettyunits/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 devel/R-cran-prettyunits/Makefile create mode 100644 devel/R-cran-prettyunits/distinfo create mode 100644 devel/R-cran-prettyunits/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index acbfe3ef1c08..30cd6c15d4ef 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -56,6 +56,7 @@ SUBDIR += R-cran-plogr SUBDIR += R-cran-plyr SUBDIR += R-cran-praise + SUBDIR += R-cran-prettyunits SUBDIR += R-cran-promises SUBDIR += R-cran-proto SUBDIR += R-cran-purrr diff --git a/devel/R-cran-prettyunits/Makefile b/devel/R-cran-prettyunits/Makefile new file mode 100644 index 000000000000..9762f579d337 --- /dev/null +++ b/devel/R-cran-prettyunits/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= prettyunits +PORTVERSION= 1.0.2 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Pretty, Human Readable Formatting of Quantities + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-assertthat>0:math/R-cran-assertthat +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include diff --git a/devel/R-cran-prettyunits/distinfo b/devel/R-cran-prettyunits/distinfo new file mode 100644 index 000000000000..68c577bdfb2d --- /dev/null +++ b/devel/R-cran-prettyunits/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1557903623 +SHA256 (prettyunits_1.0.2.tar.gz) = 35a4980586c20650538ae1e4fed4d80fdde3f212b98546fc3c7d9469a1207f5c +SIZE (prettyunits_1.0.2.tar.gz) = 8262 diff --git a/devel/R-cran-prettyunits/pkg-descr b/devel/R-cran-prettyunits/pkg-descr new file mode 100644 index 000000000000..de8580a5f829 --- /dev/null +++ b/devel/R-cran-prettyunits/pkg-descr @@ -0,0 +1,3 @@ +Pretty, human readable formatting of quantities. + +WWW: https://cran.r-project.org/web/packages/prettyunits/