svn commit: r303703 - in head/math: . R-cran-gtable

TAKATSU Tomonari tota at FreeBSD.org
Wed Sep 5 12:43:19 UTC 2012


Author: tota
Date: Wed Sep  5 12:43:18 2012
New Revision: 303703
URL: http://svn.freebsd.org/changeset/ports/303703

Log:
  - 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/

Added:
  head/math/R-cran-gtable/
  head/math/R-cran-gtable/Makefile   (contents, props changed)
  head/math/R-cran-gtable/distinfo   (contents, props changed)
  head/math/R-cran-gtable/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Sep  5 11:04:43 2012	(r303702)
+++ head/math/Makefile	Wed Sep  5 12:43:18 2012	(r303703)
@@ -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

Added: head/math/R-cran-gtable/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gtable/Makefile	Wed Sep  5 12:43:18 2012	(r303703)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	gtable
+PORTVERSION=	0.1.1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Arrange grobs in tables
+
+LICENSE=	GPLv2
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/R-cran-gtable/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gtable/distinfo	Wed Sep  5 12:43:18 2012	(r303703)
@@ -0,0 +1,2 @@
+SHA256 (gtable_0.1.1.tar.gz) = 03a713b5f353353c56ec3178736440b060791f68321d6557cf5be0719b5fb9f4
+SIZE (gtable_0.1.1.tar.gz) = 18934

Added: head/math/R-cran-gtable/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-gtable/pkg-descr	Wed Sep  5 12:43:18 2012	(r303703)
@@ -0,0 +1,3 @@
+Tools to make it easier to work with "tables" of grobs.
+
+WWW: http://cran.r-project.org/web/packages/gtable/



More information about the svn-ports-all mailing list