aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-02-11 02:26:29 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-02-11 02:26:29 +0000
commit6d2d9fe63e8cd4023ffe9ba02bea6555788638e6 (patch)
treee7fd4d3bf3df06577faf499f2067fa3e11d02859 /science
parentc1d2ac95c00db6860626485b027f96c777f7ad6d (diff)
downloadports-6d2d9fe63e8cd4023ffe9ba02bea6555788638e6.tar.gz
ports-6d2d9fe63e8cd4023ffe9ba02bea6555788638e6.zip
- Add a new port: science/R-cran-e1071
Functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, ... WWW: http://cran.r-project.org/web/packages/e1071/
Notes
Notes: svn path=/head/; revision=290898
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-e1071/Makefile21
-rw-r--r--science/R-cran-e1071/distinfo2
-rw-r--r--science/R-cran-e1071/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index b854a324159c..d44de795df98 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -10,6 +10,7 @@
SUBDIR += R-cran-DCluster
SUBDIR += R-cran-Epi
SUBDIR += R-cran-bayesm
+ SUBDIR += R-cran-e1071
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-snow
diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile
new file mode 100644
index 000000000000..c0b4ebca0b57
--- /dev/null
+++ b/science/R-cran-e1071/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: R-cran-e1071
+# Date created: 2011-09-03
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= e1071
+PORTVERSION= 1.6
+CATEGORIES= science
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
+
+LICENSE= GPLv2
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-e1071/distinfo b/science/R-cran-e1071/distinfo
new file mode 100644
index 000000000000..9811a4885773
--- /dev/null
+++ b/science/R-cran-e1071/distinfo
@@ -0,0 +1,2 @@
+SHA256 (e1071_1.6.tar.gz) = 407a9a7c4d0b5424cc1fb3341bdd86c5931d2d2c8cb2426a2a689b5280a0a365
+SIZE (e1071_1.6.tar.gz) = 425215
diff --git a/science/R-cran-e1071/pkg-descr b/science/R-cran-e1071/pkg-descr
new file mode 100644
index 000000000000..02a0ffa327f7
--- /dev/null
+++ b/science/R-cran-e1071/pkg-descr
@@ -0,0 +1,5 @@
+Functions for latent class analysis, short time Fourier transform,
+fuzzy clustering, support vector machines, shortest path computation,
+bagged clustering, naive Bayes classifier, ...
+
+WWW: http://cran.r-project.org/web/packages/e1071/