Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 17:18:15 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528059 - in head/graphics: . R-cran-ggrepel
Message-ID:  <202003081718.028HIFgv068440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Mar  8 17:18:15 2020
New Revision: 528059
URL: https://svnweb.freebsd.org/changeset/ports/528059

Log:
  New port: graphics/R-cran-ggrepel: Automatically Position Non-Overlapping Text Labels
  
  Provides text and label geoms for 'ggplot2' that help to
  avoid overlapping text labels. Labels repel away from each
  other and away from the data points.
  
  WWW: https://cran.r-project.org/web/packages/ggrepel/
  
  PR:		239612
  Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Mar  8 17:01:46 2020	(r528058)
+++ head/graphics/Makefile	Sun Mar  8 17:18:15 2020	(r528059)
@@ -23,6 +23,7 @@
     SUBDIR += R-cran-dygraphs
     SUBDIR += R-cran-farver
     SUBDIR += R-cran-ggplot2
+    SUBDIR += R-cran-ggrepel
     SUBDIR += R-cran-gridBase
     SUBDIR += R-cran-gridExtra
     SUBDIR += R-cran-munsell

Added: head/graphics/R-cran-ggrepel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-ggrepel/Makefile	Sun Mar  8 17:18:15 2020	(r528059)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	ggrepel
+DISTVERSION=	0.8.1
+CATEGORIES=	graphics
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	uzsolt@uzsolt.hu
+COMMENT=	Help to avoid overlapping text labels of ggplot2
+
+LICENSE=	GPLv3
+
+USES=		cran:auto-plist,compiles
+
+CRAN_DEPENDS=	R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+		R-cran-Rcpp>0:devel/R-cran-Rcpp \
+		R-cran-scales>0:graphics/R-cran-scales
+BUILD_DEPENDS+=	${CRAN_DEPENDS}
+RUN_DEPENDS+=	${CRAN_DEPENDS}
+
+.include <bsd.port.mk>

Added: head/graphics/R-cran-ggrepel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-ggrepel/distinfo	Sun Mar  8 17:18:15 2020	(r528059)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1564479702
+SHA256 (ggrepel_0.8.1.tar.gz) = d5d03a77ab6d8c831934bc46e840cc4e3df487272ab591fa72767ad42bcb7283
+SIZE (ggrepel_0.8.1.tar.gz) = 520312

Added: head/graphics/R-cran-ggrepel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-ggrepel/pkg-descr	Sun Mar  8 17:18:15 2020	(r528059)
@@ -0,0 +1,5 @@
+Provides text and label geoms for 'ggplot2' that help to
+avoid overlapping text labels. Labels repel away from each
+other and away from the data points.
+
+WWW: https://cran.r-project.org/web/packages/ggrepel/



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