aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gtable
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-09-05 12:43:18 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-09-05 12:43:18 +0000
commit158aedb391140f3b233438ad003f5b90edb8c324 (patch)
treedd7dd56a97f9af96acb5fb932f87c97cab42abab /math/R-cran-gtable
parentb43e69448ea4e1c56ffd6eb3ddca20e2db2a4dd3 (diff)
downloadports-158aedb391140f3b233438ad003f5b90edb8c324.tar.gz
ports-158aedb391140f3b233438ad003f5b90edb8c324.zip
Notes
Diffstat (limited to 'math/R-cran-gtable')
-rw-r--r--math/R-cran-gtable/Makefile16
-rw-r--r--math/R-cran-gtable/distinfo2
-rw-r--r--math/R-cran-gtable/pkg-descr3
3 files changed, 21 insertions, 0 deletions
diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile
new file mode 100644
index 000000000000..5059521f3d0d
--- /dev/null
+++ b/math/R-cran-gtable/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= gtable
+PORTVERSION= 0.1.1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Arrange grobs in tables
+
+LICENSE= GPLv2
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-gtable/distinfo b/math/R-cran-gtable/distinfo
new file mode 100644
index 000000000000..4b050cf3a9f2
--- /dev/null
+++ b/math/R-cran-gtable/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gtable_0.1.1.tar.gz) = 03a713b5f353353c56ec3178736440b060791f68321d6557cf5be0719b5fb9f4
+SIZE (gtable_0.1.1.tar.gz) = 18934
diff --git a/math/R-cran-gtable/pkg-descr b/math/R-cran-gtable/pkg-descr
new file mode 100644
index 000000000000..652fbdaa1124
--- /dev/null
+++ b/math/R-cran-gtable/pkg-descr
@@ -0,0 +1,3 @@
+Tools to make it easier to work with "tables" of grobs.
+
+WWW: http://cran.r-project.org/web/packages/gtable/