aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-gridExtra
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 08:38:27 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 08:38:27 +0000
commit7965679b1b310c7cf6c28a0bbe377b6a50c3c3d6 (patch)
tree5386e518b5a1b06e033dfba7f2026438f71091f8 /graphics/R-cran-gridExtra
parent04613c0f14eec6c3583fa18f4c36a9a24547b642 (diff)
Notes
Diffstat (limited to 'graphics/R-cran-gridExtra')
-rw-r--r--graphics/R-cran-gridExtra/Makefile20
-rw-r--r--graphics/R-cran-gridExtra/distinfo3
-rw-r--r--graphics/R-cran-gridExtra/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/R-cran-gridExtra/Makefile b/graphics/R-cran-gridExtra/Makefile
new file mode 100644
index 000000000000..2236e3933775
--- /dev/null
+++ b/graphics/R-cran-gridExtra/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gridExtra
+PORTVERSION= 2.2.1
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@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>
diff --git a/graphics/R-cran-gridExtra/distinfo b/graphics/R-cran-gridExtra/distinfo
new file mode 100644
index 000000000000..539c8b92193e
--- /dev/null
+++ b/graphics/R-cran-gridExtra/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1494231721
+SHA256 (gridExtra_2.2.1.tar.gz) = 44fe455a5bcdf48a4ece7a542f83e7749cf251dc1df6ae7634470240398c6818
+SIZE (gridExtra_2.2.1.tar.gz) = 459488
diff --git a/graphics/R-cran-gridExtra/pkg-descr b/graphics/R-cran-gridExtra/pkg-descr
new file mode 100644
index 000000000000..ccc07c896a5b
--- /dev/null
+++ b/graphics/R-cran-gridExtra/pkg-descr
@@ -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/