From owner-svn-ports-head@FreeBSD.ORG Tue May 14 21:35:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 247C986D; Tue, 14 May 2013 21:35:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 16BBFF0E; Tue, 14 May 2013 21:35:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4ELZT0K006892; Tue, 14 May 2013 21:35:29 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4ELZTNj006882; Tue, 14 May 2013 21:35:29 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201305142135.r4ELZTNj006882@svn.freebsd.org> From: TAKATSU Tomonari Date: Tue, 14 May 2013 21:35:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 21:35:30 -0000 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 +# $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 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/