svn commit: r440401 - in head/graphics: . R-cran-gridExtra
TAKATSU Tomonari
tota at FreeBSD.org
Mon May 8 08:38:29 UTC 2017
Author: tota
Date: Mon May 8 08:38:27 2017
New Revision: 440401
URL: https://svnweb.freebsd.org/changeset/ports/440401
Log:
- Add new port: graphics/R-cran-gridExtra
Provides a number of user-level functions to work with "grid"
graphics, notably to arrange multiple grid-based plots on a page,
and draw tables.
WWW: https://cran.r-project.org/web/packages/gridExtra/
Added:
head/graphics/R-cran-gridExtra/
head/graphics/R-cran-gridExtra/Makefile (contents, props changed)
head/graphics/R-cran-gridExtra/distinfo (contents, props changed)
head/graphics/R-cran-gridExtra/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile (contents, props changed)
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Mon May 8 08:11:33 2017 (r440400)
+++ head/graphics/Makefile Mon May 8 08:38:27 2017 (r440401)
@@ -24,6 +24,7 @@
SUBDIR += R-cran-dygraphs
SUBDIR += R-cran-ggplot2
SUBDIR += R-cran-gridBase
+ SUBDIR += R-cran-gridExtra
SUBDIR += R-cran-munsell
SUBDIR += R-cran-pixmap
SUBDIR += R-cran-png
Added: head/graphics/R-cran-gridExtra/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-gridExtra/Makefile Mon May 8 08:38:27 2017 (r440401)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gridExtra
+PORTVERSION= 2.2.1
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Miscellaneous Functions for "Grid" Graphics
+
+LICENSE= GPLv2+
+
+CRAN_DEPENDS= R-cran-gtable>0:math/R-cran-gtable
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/graphics/R-cran-gridExtra/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-gridExtra/distinfo Mon May 8 08:38:27 2017 (r440401)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494231721
+SHA256 (gridExtra_2.2.1.tar.gz) = 44fe455a5bcdf48a4ece7a542f83e7749cf251dc1df6ae7634470240398c6818
+SIZE (gridExtra_2.2.1.tar.gz) = 459488
Added: head/graphics/R-cran-gridExtra/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/R-cran-gridExtra/pkg-descr Mon May 8 08:38:27 2017 (r440401)
@@ -0,0 +1,5 @@
+Provides a number of user-level functions to work with "grid"
+graphics, notably to arrange multiple grid-based plots on a page,
+and draw tables.
+
+WWW: https://cran.r-project.org/web/packages/gridExtra/
More information about the svn-ports-all
mailing list