svn commit: r393912 - in head/graphics: . R-cran-gridBase

TAKATSU Tomonari tota at FreeBSD.org
Mon Aug 10 21:46:53 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gridBase
+DISTVERSION=	0.4-7
+CATEGORIES=	graphics
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at 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/


More information about the svn-ports-all mailing list