Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 21:46:51 +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: r393912 - in head/graphics: . R-cran-gridBase
Message-ID:  <201508102146.t7ALkpig055803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Mon Aug 10 21:46:50 2015
New Revision: 393912
URL: https://svnweb.freebsd.org/changeset/ports/393912

Log:
  - Add new port: graphics/R-cran-gridBase
  
    Integration of base and grid graphics
  
    WWW: https://cran.r-project.org/web/packages/gridBase/

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon Aug 10 21:44:39 2015	(r393911)
+++ head/graphics/Makefile	Mon Aug 10 21:46:50 2015	(r393912)
@@ -21,6 +21,7 @@
     SUBDIR += R-cran-diagram
     SUBDIR += R-cran-dichromat
     SUBDIR += R-cran-ggplot2
+    SUBDIR += R-cran-gridBase
     SUBDIR += R-cran-munsell
     SUBDIR += R-cran-pixmap
     SUBDIR += R-cran-png

Added: head/graphics/R-cran-gridBase/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-gridBase/Makefile	Mon Aug 10 21:46:50 2015	(r393912)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gridBase
+DISTVERSION=	0.4-7
+CATEGORIES=	graphics
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Integration of base and grid graphics
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/graphics/R-cran-gridBase/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-gridBase/distinfo	Mon Aug 10 21:46:50 2015	(r393912)
@@ -0,0 +1,2 @@
+SHA256 (gridBase_0.4-7.tar.gz) = be8718d24cd10f6e323dce91b15fc40ed88bccaa26acf3192d5e38fe33e15f26
+SIZE (gridBase_0.4-7.tar.gz) = 153373

Added: head/graphics/R-cran-gridBase/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-gridBase/pkg-descr	Mon Aug 10 21:46:50 2015	(r393912)
@@ -0,0 +1,3 @@
+Integration of base and grid graphics
+
+WWW: https://cran.r-project.org/web/packages/gridBase/



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