aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 07:43:09 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-08-08 07:43:09 +0000
commit6a89bf912c8a3f954005c3b92cd97119b98200b1 (patch)
tree90d87388eca631b836bff3d12f7b0266a7a392b4 /textproc
parent25e89b2fb0cd01d07a4ee8dd3fc068e3ae34b885 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-formatR/Makefile17
-rw-r--r--textproc/R-cran-formatR/distinfo2
-rw-r--r--textproc/R-cran-formatR/pkg-descr6
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e90247a7bed8..68463216e03d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/R-cran-formatR/Makefile b/textproc/R-cran-formatR/Makefile
new file mode 100644
index 000000000000..a02a86a8076c
--- /dev/null
+++ b/textproc/R-cran-formatR/Makefile
@@ -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>
diff --git a/textproc/R-cran-formatR/distinfo b/textproc/R-cran-formatR/distinfo
new file mode 100644
index 000000000000..4433c4d9472a
--- /dev/null
+++ b/textproc/R-cran-formatR/distinfo
@@ -0,0 +1,2 @@
+SHA256 (formatR_1.2.tar.gz) = 66049fde35600c9b9dfac97485627d52117a89b931f0dd59affcd48691389236
+SIZE (formatR_1.2.tar.gz) = 28329
diff --git a/textproc/R-cran-formatR/pkg-descr b/textproc/R-cran-formatR/pkg-descr
new file mode 100644
index 000000000000..6b721b352d9e
--- /dev/null
+++ b/textproc/R-cran-formatR/pkg-descr
@@ -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/