Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 07:43:10 +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: r393715 - in head/textproc: . R-cran-formatR
Message-ID:  <201508080743.t787hAhH013075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Aug  8 07:43:09 2015
New Revision: 393715
URL: https://svnweb.freebsd.org/changeset/ports/393715

Log:
  - Add new port: textproc/R-cran-formatR
  
    Provides a function tidy_source() to format R source code. Spaces
    and indent will be added to the code automatically, and comments
    will be preserved under certain conditions, so that R code will be
    more human-readable and tidy.
  
    WWW: https://cran.r-project.org/web/packages/formatR/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug  8 07:13:44 2015	(r393714)
+++ head/textproc/Makefile	Sat Aug  8 07:43:09 2015	(r393715)
@@ -6,6 +6,7 @@
     SUBDIR += 2bsd-diff
     SUBDIR += R-cran-R2HTML
     SUBDIR += R-cran-XML
+    SUBDIR += R-cran-formatR
     SUBDIR += R-cran-htmltools
     SUBDIR += R-cran-markdown
     SUBDIR += R-cran-pystr

Added: head/textproc/R-cran-formatR/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-formatR/Makefile	Sat Aug  8 07:43:09 2015	(r393715)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	formatR
+DISTVERSION=	1.2
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Format R Code Automatically
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-formatR/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-formatR/distinfo	Sat Aug  8 07:43:09 2015	(r393715)
@@ -0,0 +1,2 @@
+SHA256 (formatR_1.2.tar.gz) = 66049fde35600c9b9dfac97485627d52117a89b931f0dd59affcd48691389236
+SIZE (formatR_1.2.tar.gz) = 28329

Added: head/textproc/R-cran-formatR/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-formatR/pkg-descr	Sat Aug  8 07:43:09 2015	(r393715)
@@ -0,0 +1,6 @@
+Provides a function tidy_source() to format R source code. Spaces
+and indent will be added to the code automatically, and comments
+will be preserved under certain conditions, so that R code will be
+more human-readable and tidy.
+
+WWW: https://cran.r-project.org/web/packages/formatR/



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