summaryrefslogtreecommitdiff
path: root/math
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
parent- Update to 1.27 (diff)
- Add a new port: math/R-cran-gtable
Tools to make it easier to work with "tables" of grobs. WWW: http://cran.r-project.org/web/packages/gtable/
Notes
Notes: svn path=/head/; revision=303703
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-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
4 files changed, 22 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 4d81102c7f4e..94f2dc27d9ff 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -17,6 +17,7 @@
SUBDIR += R-cran-deldir
SUBDIR += R-cran-dlmodeler
SUBDIR += R-cran-gpclib
+ SUBDIR += R-cran-gtable
SUBDIR += R-cran-igraph
SUBDIR += R-cran-inline
SUBDIR += R-cran-labeling
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/