Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 18:30:17 +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: r394027 - in head/devel: . R-cran-rstudioapi
Message-ID:  <201508121830.t7CIUHAM067989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Aug 12 18:30:16 2015
New Revision: 394027
URL: https://svnweb.freebsd.org/changeset/ports/394027

Log:
  - Add new port: devel/R-cran-rstudioapi
  
    Access the RStudio API (if available) and provide informative error
    messages when it's not.
  
    WWW: https://cran.r-project.org/web/packages/rstudioapi/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Aug 12 18:15:48 2015	(r394026)
+++ head/devel/Makefile	Wed Aug 12 18:30:16 2015	(r394027)
@@ -40,6 +40,7 @@
     SUBDIR += R-cran-reshape
     SUBDIR += R-cran-reshape2
     SUBDIR += R-cran-rngtools
+    SUBDIR += R-cran-rstudioapi
     SUBDIR += SpecTcl
     SUBDIR += aap
     SUBDIR += aarch64-binutils

Added: head/devel/R-cran-rstudioapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rstudioapi/Makefile	Wed Aug 12 18:30:16 2015	(r394027)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rstudioapi
+PORTVERSION=	0.3.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Safely Access the RStudio API
+
+LICENSE=	MIT
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-rstudioapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rstudioapi/distinfo	Wed Aug 12 18:30:16 2015	(r394027)
@@ -0,0 +1,2 @@
+SHA256 (rstudioapi_0.3.1.tar.gz) = 7a21a93490af13f2f73e954b6e4a556c1d90e8b9a9210db1c6df12915a38e660
+SIZE (rstudioapi_0.3.1.tar.gz) = 5843

Added: head/devel/R-cran-rstudioapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rstudioapi/pkg-descr	Wed Aug 12 18:30:16 2015	(r394027)
@@ -0,0 +1,4 @@
+Access the RStudio API (if available) and provide informative error
+messages when it's not.
+
+WWW: https://cran.r-project.org/web/packages/rstudioapi/



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