--- graphics/Makefile (revision 507914) +++ graphics/Makefile (working copy) @@ -22,6 +22,7 @@ SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-ggplot2 + SUBDIR += R-cran-ggrepel SUBDIR += R-cran-gridBase SUBDIR += R-cran-gridExtra SUBDIR += R-cran-munsell --- graphics/R-cran-ggrepel/Makefile (nonexistent) +++ graphics/R-cran-ggrepel/Makefile (working copy) @@ -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 --- graphics/R-cran-ggrepel/distinfo (nonexistent) +++ graphics/R-cran-ggrepel/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564479702 +SHA256 (ggrepel_0.8.1.tar.gz) = d5d03a77ab6d8c831934bc46e840cc4e3df487272ab591fa72767ad42bcb7283 +SIZE (ggrepel_0.8.1.tar.gz) = 520312 --- graphics/R-cran-ggrepel/pkg-descr (nonexistent) +++ graphics/R-cran-ggrepel/pkg-descr (working copy) @@ -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/