Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 07:11:15 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501690 - in head/devel: . R-cran-prettyunits
Message-ID:  <201905150711.x4F7BFCk012644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed May 15 07:11:15 2019
New Revision: 501690
URL: https://svnweb.freebsd.org/changeset/ports/501690

Log:
  Pretty, human readable formatting of quantities.
  
  WWW: https://cran.r-project.org/web/packages/prettyunits/

Added:
  head/devel/R-cran-prettyunits/
  head/devel/R-cran-prettyunits/Makefile   (contents, props changed)
  head/devel/R-cran-prettyunits/distinfo   (contents, props changed)
  head/devel/R-cran-prettyunits/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 15 06:31:04 2019	(r501689)
+++ head/devel/Makefile	Wed May 15 07:11:15 2019	(r501690)
@@ -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

Added: head/devel/R-cran-prettyunits/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettyunits/Makefile	Wed May 15 07:11:15 2019	(r501690)
@@ -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>

Added: head/devel/R-cran-prettyunits/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettyunits/distinfo	Wed May 15 07:11:15 2019	(r501690)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1557903623
+SHA256 (prettyunits_1.0.2.tar.gz) = 35a4980586c20650538ae1e4fed4d80fdde3f212b98546fc3c7d9469a1207f5c
+SIZE (prettyunits_1.0.2.tar.gz) = 8262

Added: head/devel/R-cran-prettyunits/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-prettyunits/pkg-descr	Wed May 15 07:11:15 2019	(r501690)
@@ -0,0 +1,3 @@
+Pretty, human readable formatting of quantities.
+
+WWW: https://cran.r-project.org/web/packages/prettyunits/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150711.x4F7BFCk012644>