aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2013-04-27 08:24:52 +0800
committertota <tota@FreeBSD.org>2013-04-27 08:24:52 +0800
commit788b682b88620262710db0bdddc894384211b607 (patch)
treefd4f857476fd4b033d4c0523167ace5a5dcc7f2c /devel
parentaf0d7d228bfae4c64278d7af39727f9d2f50a72b (diff)
downloadfreebsd-ports-gnome-788b682b88620262710db0bdddc894384211b607.tar.gz
freebsd-ports-gnome-788b682b88620262710db0bdddc894384211b607.tar.zst
freebsd-ports-gnome-788b682b88620262710db0bdddc894384211b607.zip
- Add new port: devel/R-cran-gtools
Various R programming tools WWW: http://cran.r-project.org/web/packages/gtools/
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-gtools/Makefile17
-rw-r--r--devel/R-cran-gtools/distinfo2
-rw-r--r--devel/R-cran-gtools/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9fbcaf6f78f6..29549e1ad24b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -19,6 +19,7 @@
SUBDIR += R-cran-gbm
SUBDIR += R-cran-glmnet
SUBDIR += R-cran-gsubfn
+ SUBDIR += R-cran-gtools
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-memoise
diff --git a/devel/R-cran-gtools/Makefile b/devel/R-cran-gtools/Makefile
new file mode 100644
index 000000000000..7b254334f5f7
--- /dev/null
+++ b/devel/R-cran-gtools/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gtools
+PORTVERSION= 2.7.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Various R programming tools
+
+LICENSE= LGPL21
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-gtools/distinfo b/devel/R-cran-gtools/distinfo
new file mode 100644
index 000000000000..ed630fe08d58
--- /dev/null
+++ b/devel/R-cran-gtools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gtools_2.7.1.tar.gz) = 4d1c49bbe381106a3a942e1db39ffc5da42794b74f4229b82a2ea6e8363f1dc0
+SIZE (gtools_2.7.1.tar.gz) = 46539
diff --git a/devel/R-cran-gtools/pkg-descr b/devel/R-cran-gtools/pkg-descr
new file mode 100644
index 000000000000..00e9eb0f1e72
--- /dev/null
+++ b/devel/R-cran-gtools/pkg-descr
@@ -0,0 +1,3 @@
+Various R programming tools
+
+WWW: http://cran.r-project.org/web/packages/gtools/