aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2018-03-13 08:41:13 +0800
committertota <tota@FreeBSD.org>2018-03-13 08:41:13 +0800
commitcaea21533030f620ec3e6513444dfa720d9405bf (patch)
tree3dc3cab94e7c4bb7b700be79ee514db090f886e1
parent86b417325b47bf1af15208f726d5ae1cb362a031 (diff)
downloadfreebsd-ports-gnome-caea21533030f620ec3e6513444dfa720d9405bf.tar.gz
freebsd-ports-gnome-caea21533030f620ec3e6513444dfa720d9405bf.tar.zst
freebsd-ports-gnome-caea21533030f620ec3e6513444dfa720d9405bf.zip
- Add new port: devel/R-cran-classInt
Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes. WWW: https://cran.r-project.org/web/packages/classInt/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-classInt/Makefile20
-rw-r--r--devel/R-cran-classInt/distinfo3
-rw-r--r--devel/R-cran-classInt/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 62f9f1b441cb..dce90f2a900b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -23,6 +23,7 @@
SUBDIR += R-cran-caTools
SUBDIR += R-cran-caret
SUBDIR += R-cran-chron
+ SUBDIR += R-cran-classInt
SUBDIR += R-cran-cli
SUBDIR += R-cran-crayon
SUBDIR += R-cran-data.table
diff --git a/devel/R-cran-classInt/Makefile b/devel/R-cran-classInt/Makefile
new file mode 100644
index 000000000000..de3511b3ea91
--- /dev/null
+++ b/devel/R-cran-classInt/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= classInt
+DISTVERSION= 0.1-24
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Choose Univariate Class Intervals
+
+LICENSE= GPLv2+
+
+CRAN_DEPENDS= R-cran-e1071>0:science/R-cran-e1071
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-classInt/distinfo b/devel/R-cran-classInt/distinfo
new file mode 100644
index 000000000000..f1ba1723fab5
--- /dev/null
+++ b/devel/R-cran-classInt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520849304
+SHA256 (classInt_0.1-24.tar.gz) = f3dc9084450ea3da07e1ea5eeb097fd2fedc7e29e5d7794b418bcb438c4fcfa2
+SIZE (classInt_0.1-24.tar.gz) = 19194
diff --git a/devel/R-cran-classInt/pkg-descr b/devel/R-cran-classInt/pkg-descr
new file mode 100644
index 000000000000..d607f74aa30b
--- /dev/null
+++ b/devel/R-cran-classInt/pkg-descr
@@ -0,0 +1,4 @@
+Selected commonly used methods for choosing univariate class intervals
+for mapping or other graphics purposes.
+
+WWW: https://cran.r-project.org/web/packages/classInt/