aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-07 18:57:09 +0800
committerWen Heping <wen@FreeBSD.org>2011-03-07 18:57:09 +0800
commita850098cd5f14e77d16304a9874e6a468d2f4a93 (patch)
tree0209706246d533c3a0951dacab63962eb15cacf4
parent20a60c9faef7709c452ed49b38b18e0e679093cc (diff)
downloadfreebsd-ports-gnome-a850098cd5f14e77d16304a9874e6a468d2f4a93.tar.gz
freebsd-ports-gnome-a850098cd5f14e77d16304a9874e6a468d2f4a93.tar.zst
freebsd-ports-gnome-a850098cd5f14e77d16304a9874e6a468d2f4a93.zip
R-cran-AMORE was born to release the TAO robust neural network algorithm
to the R users. It has grown and I think it can be of interest for the users wanting to implement their own training algorithms as well as for those others whose needs lye only in the "user space". WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-AMORE/Makefile20
-rw-r--r--science/R-cran-AMORE/distinfo2
-rw-r--r--science/R-cran-AMORE/pkg-descr6
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index d312712764eb..7fddc0c0642e 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -6,6 +6,7 @@
SUBDIR += 2d-rewriter
SUBDIR += 2dhf
SUBDIR += InsightToolkit
+ SUBDIR += R-cran-AMORE
SUBDIR += abinit
SUBDIR += afni
SUBDIR += at
diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile
new file mode 100644
index 000000000000..c4e5aa8b6aca
--- /dev/null
+++ b/science/R-cran-AMORE/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: R-cran-AMORE
+# Date created: March 07, 2011
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= AMORE
+PORTVERSION= 0.2.12
+CATEGORIES= science
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= A MORE flexible neural network package
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/R-cran-AMORE/distinfo b/science/R-cran-AMORE/distinfo
new file mode 100644
index 000000000000..17ed011e9ba6
--- /dev/null
+++ b/science/R-cran-AMORE/distinfo
@@ -0,0 +1,2 @@
+SHA256 (AMORE_0.2-12.tar.gz) = 257173f392c50b5c364356285c26752f8fa1da81b7855a4859c8dc7ab8cf3b60
+SIZE (AMORE_0.2-12.tar.gz) = 17255
diff --git a/science/R-cran-AMORE/pkg-descr b/science/R-cran-AMORE/pkg-descr
new file mode 100644
index 000000000000..919e7a4eddde
--- /dev/null
+++ b/science/R-cran-AMORE/pkg-descr
@@ -0,0 +1,6 @@
+R-cran-AMORE was born to release the TAO robust neural network algorithm
+to the R users. It has grown and I think it can be of interest for
+the users wanting to implement their own training algorithms as well as
+for those others whose needs lye only in the "user space".
+
+WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore