Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 21:35:29 +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: r318205 - in head/www: . R-cran-shiny
Message-ID:  <201305142135.r4ELZTNj006882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue May 14 21:35:28 2013
New Revision: 318205
URL: http://svnweb.freebsd.org/changeset/ports/318205

Log:
  - Add new port: www/R-cran-shiny
  
    Shiny makes it super simple for R users like you to turn analyses
    into interactive web applications that anyone can use. Let your
    users choose input parameters using friendly controls like sliders,
    drop-downs, and text fields. Easily incorporate any number of outputs
    like plots, tables, and summaries.
  
    No HTML or JavaScript knowledge is necessary. If you have some
    experience with R, youre just minutes away from combining the
    statistical power of R with the simplicity of a web page.
  
    WWW: http://www.rstudio.com/shiny/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue May 14 21:34:42 2013	(r318204)
+++ head/www/Makefile	Tue May 14 21:35:28 2013	(r318205)
@@ -8,6 +8,7 @@
     SUBDIR += R-cran-Rpad
     SUBDIR += R-cran-httpuv
     SUBDIR += R-cran-scrapeR
+    SUBDIR += R-cran-shiny
     SUBDIR += WebMagick
     SUBDIR += abyssws
     SUBDIR += ach

Added: head/www/R-cran-shiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-shiny/Makefile	Tue May 14 21:35:28 2013	(r318205)
@@ -0,0 +1,23 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	shiny
+PORTVERSION=	0.5.0
+CATEGORIES=	www
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Web Application Framework for R
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	R-cran-httpuv>=1.0.5:${PORTSDIR}/www/R-cran-httpuv \
+		R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools \
+		R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \
+		R-cran-xtable>0:${PORTSDIR}/converters/R-cran-xtable \
+		R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/R-cran-shiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-shiny/distinfo	Tue May 14 21:35:28 2013	(r318205)
@@ -0,0 +1,2 @@
+SHA256 (shiny_0.5.0.tar.gz) = 9c06ae2615495fd02bdac777a85237ceeeeef3959a290db0d246862a65fe5efd
+SIZE (shiny_0.5.0.tar.gz) = 284546

Added: head/www/R-cran-shiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-shiny/pkg-descr	Tue May 14 21:35:28 2013	(r318205)
@@ -0,0 +1,11 @@
+Shiny makes it super simple for R users like you to turn analyses
+into interactive web applications that anyone can use. Let your
+users choose input parameters using friendly controls like sliders,
+drop-downs, and text fields. Easily incorporate any number of outputs
+like plots, tables, and summaries.
+
+No HTML or JavaScript knowledge is necessary. If you have some
+experience with R, youre just minutes away from combining the
+statistical power of R with the simplicity of a web page.
+
+WWW: http://www.rstudio.com/shiny/



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