aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-05-15 07:11:15 +0000
committerWen Heping <wen@FreeBSD.org>2019-05-15 07:11:15 +0000
commitf00a18b4374538048ef88748f26abd07dc75a280 (patch)
tree56873c5f61aed79c96b47ca1d9653b417c4c4fcb
parent19f5c657882c011af46ccff58af0fa0c2e2d0fa2 (diff)
downloadports-f00a18b4374538048ef88748f26abd07dc75a280.tar.gz
ports-f00a18b4374538048ef88748f26abd07dc75a280.zip
Pretty, human readable formatting of quantities.
Notes
Notes: svn path=/head/; revision=501690
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-prettyunits/Makefile20
-rw-r--r--devel/R-cran-prettyunits/distinfo3
-rw-r--r--devel/R-cran-prettyunits/pkg-descr3
4 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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/