Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 12:43:18 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303703 - in head/math: . R-cran-gtable
Message-ID:  <201209051243.q85ChI3k039399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209051243.q85ChI3k039399>